diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile --- a/devel/jetbrains-clion/Makefile +++ b/devel/jetbrains-clion/Makefile @@ -1,5 +1,5 @@ PORTNAME= clion -DISTVERSION= 2023.2.2 +DISTVERSION= 2023.3.2 CATEGORIES= devel java MASTER_SITES= https://download-cdn.jetbrains.com/cpp/ PKGNAMEPREFIX= jetbrains- @@ -18,7 +18,8 @@ BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ - jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \ + jetbrains-restarter>=233.11799.241:devel/jetbrains-restarter \ + jetbrains-sqlite>=233.11799.241:devel/jetbrains-sqlite \ lsof:sysutils/lsof USES= cpe python:run shebangfix @@ -27,8 +28,7 @@ USE_JAVA= yes JAVA_VERSION= 17+ -SHEBANG_FILES= bin/restart.py \ - plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh +SHEBANG_FILES= plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} NO_ARCH= yes @@ -50,7 +50,9 @@ ${WRKSRC}/bin/ninja \ ${WRKSRC}/bin/remote-dev-server.sh \ ${WRKSRC}/bin/repair \ + ${WRKSRC}/bin/restarter \ ${WRKSRC}/jbr \ + ${WRKSRC}/lib/async-profiler \ ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ @@ -76,6 +78,8 @@ # Use pty4j replacement provided by devel/jetbrains-pty4j ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64 ${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so +# Use restarter provided by devel/jetbrains-restarter + ${LN} -sf ../../restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter # Use sqlite replacement provided by devel/jetbrains-sqlite ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64 ${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo --- a/devel/jetbrains-clion/distinfo +++ b/devel/jetbrains-clion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694866027 -SHA256 (jetbrains/CLion-2023.2.2.tar.gz) = 941036313c618dcfc62cc36b605ce680a36add52a7e37ee9b1981e52e35e52a3 -SIZE (jetbrains/CLion-2023.2.2.tar.gz) = 873255621 +TIMESTAMP = 1703157332 +SHA256 (jetbrains/CLion-2023.3.2.tar.gz) = f342d0f62454cea04b89db67dc1a720e6d2b767bbd93bafa270d9c92367086c2 +SIZE (jetbrains/CLion-2023.3.2.tar.gz) = 906106638 diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist --- a/devel/jetbrains-clion/pkg-plist +++ b/devel/jetbrains-clion/pkg-plist @@ -30,6 +30,8 @@ %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/jetbrains_client.sh +%%DATADIR%%/bin/jetbrains_client64.vmoptions %%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py %%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py %%DATADIR%%/bin/lldb/helpers/renderers/__init__.py @@ -51,7 +53,7 @@ %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py %%DATADIR%%/bin/ltedit.sh -%%DATADIR%%/bin/restart.py +%%DATADIR%%/bin/restarter %%DATADIR%%/bin/rtos/azure/Thread.py %%DATADIR%%/bin/rtos/azure/__init__.py %%DATADIR%%/bin/rtos/azure/cortex_m.py @@ -73,23 +75,23 @@ %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/lib/annotations-java5.jar +%%DATADIR%%/lib/annotations.jar %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/async-profiler.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-CL-232.9921.42 +%%DATADIR%%/lib/build-marker-CL-233.13135.93 %%DATADIR%%/lib/byte-buddy-agent.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/error-prone-annotations.jar +%%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/grpc.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.738.jar %%DATADIR%%/lib/intellij-test-discovery.jar -%%DATADIR%%/lib/jetbrains-annotations.jar %%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar @@ -110,20 +112,13 @@ %%DATADIR%%/lib/util-8.jar %%DATADIR%%/lib/util.jar %%DATADIR%%/lib/util_rt.jar -%%DATADIR%%/license/CMake-license-cygwin-exception.txt -%%DATADIR%%/license/GDB-license.txt -%%DATADIR%%/license/GDB-sources.txt -%%DATADIR%%/license/LLDB-license.txt -%%DATADIR%%/license/OpenSSL-license.txt -%%DATADIR%%/license/Python-license.txt %%DATADIR%%/license/javahelp_license.txt %%DATADIR%%/license/javolution_license.txt -%%DATADIR%%/license/libstdcxx_printers-license.txt -%%DATADIR%%/license/libstdcxx_printers-sources.txt %%DATADIR%%/license/saxon-conditions.html %%DATADIR%%/license/third-party-libraries.html %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/modules/module-descriptors.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar @@ -162,12 +157,14 @@ %%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar %%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar %%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar +%%DATADIR%%/plugins/cidr-parallelStacks-plugin/lib/cidr-parallelStacks-plugin.jar %%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar %%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar %%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar %%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar %%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar %%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar +%%DATADIR%%/plugins/clion-meson-plugin/lib/clion-meson-plugin.jar %%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar %%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar %%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar @@ -176,7 +173,6 @@ %%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar %%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar %%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar -%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar %%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar %%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar @@ -197,7 +193,10 @@ %%DATADIR%%/plugins/copyright/lib/copyright.jar %%DATADIR%%/plugins/css-impl/lib/css-impl.jar %%DATADIR%%/plugins/dev/lib/dev.jar +%%DATADIR%%/plugins/dts/lib/dts.jar +%%DATADIR%%/plugins/dynamicPluginsTests-performanceTesting/lib/dynamicPluginsTests-performanceTesting.jar %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar +%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar @@ -253,8 +252,8 @@ %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-8314e18161f9.ijx -%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-8314e18161f9.txt +%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.ijx +%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.txt %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -279,6 +278,7 @@ %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.d.ts +%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.full.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.object.d.ts @@ -325,11 +325,14 @@ %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts +%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts +%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts +%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.full.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts @@ -401,6 +404,38 @@ %%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json %%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar +%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.js +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.js +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.js +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.js +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.js +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.js +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.d.ts +%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.js %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt @@ -434,6 +469,7 @@ %%DATADIR%%/plugins/less/lib/less.jar %%DATADIR%%/plugins/makefile/lib/makefile.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar +%%DATADIR%%/plugins/ml-llm/lib/ml-llm.jar %%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar @@ -447,10 +483,17 @@ %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json +%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js +%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js +%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js +%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js %%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar +%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release +%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release +%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar @@ -1229,6 +1272,8 @@ %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py +%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.10.0.py +%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.8.0.py %%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py %%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE %%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in @@ -1310,6 +1355,7 @@ %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd @@ -1340,6 +1386,12 @@ %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py @@ -1418,6 +1470,7 @@ %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py @@ -1766,25 +1819,31 @@ %%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig %%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore %%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE %%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json +%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/runtests.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi @@ -1837,7 +1896,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/antigravity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi @@ -1891,34 +1949,15 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/clean.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi @@ -1955,7 +1994,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi @@ -2003,8 +2041,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi @@ -2075,7 +2111,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi @@ -2158,7 +2193,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi @@ -2178,7 +2212,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi @@ -2211,6 +2244,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi @@ -2447,7 +2481,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi @@ -2459,6 +2494,62 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi @@ -2587,7 +2678,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi @@ -2690,42 +2782,47 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt @@ -2761,6 +2858,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi @@ -2772,7 +2870,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi @@ -2834,6 +2932,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi @@ -2851,9 +2950,9 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt @@ -2874,6 +2973,9 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi @@ -2894,7 +2996,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi @@ -2947,7 +3048,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi @@ -2964,7 +3064,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi @@ -2973,7 +3072,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi @@ -2983,7 +3081,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi @@ -2994,7 +3091,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi @@ -3021,11 +3117,9 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi @@ -3045,7 +3139,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi @@ -3056,7 +3149,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi @@ -3131,9 +3223,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi @@ -3156,12 +3246,60 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi @@ -3173,14 +3311,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/annoylib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/appdirs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi @@ -3235,33 +3365,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/dates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/languages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_unix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/catalog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/checkers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/extract.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/frontend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/jslexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/mofile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/plurals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/pofile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/plural.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi @@ -3280,6 +3383,38 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi @@ -3489,9 +3624,10 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi @@ -3510,30 +3646,19 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langgreekmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langthaimodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langturkishmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/universaldetector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi @@ -3556,63 +3681,34 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/fernet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/oid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi @@ -3622,6 +3718,10 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi @@ -3646,8 +3746,11 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/dj_database_url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt @@ -3693,14 +3796,10 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/bycython.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/data_dict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml @@ -3731,25 +3830,33 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/_fonttools_shims.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/annotations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/drawing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/encryption.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/graphics_state.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/line_break.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi @@ -3758,12 +3865,16 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi @@ -3806,7 +3917,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi @@ -3824,6 +3934,420 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/ibm_db.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/@tests/test_cases/check_task.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/collection.pyi @@ -3855,19 +4379,21 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_keywords.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_keywords.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi @@ -3875,7 +4401,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi @@ -3987,9 +4512,17 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sass.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/backports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml @@ -4010,6 +4543,28 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/cli.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/ieee.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/fbsocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/glob.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/iana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/nmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/rfc1924.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/sets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui48.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi @@ -4077,6 +4632,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_base_descriptors.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_nested_descriptors.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi @@ -4084,6 +4641,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/rich_text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi @@ -4170,6 +4728,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/custom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi @@ -4242,6 +4801,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/formula.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi @@ -4249,6 +4809,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi @@ -4261,6 +4822,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt @@ -4291,13 +4853,28 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_strategy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi @@ -4323,7 +4900,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/py3compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi @@ -4348,6 +4924,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi @@ -4410,37 +4987,99 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/ANSI.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/FSM.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/expect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/fdpexpect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/popen_spawn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pty_spawn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pxssh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/replwrap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/run.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/screen.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/spawnbase.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/asyncio_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/base_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/blocking_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/gevent_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/select_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/tornado_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/twisted_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/connection_workflow.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/io_services_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/nbio_interface.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/amqp_object.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/callback.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/channel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/data.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/delivery_mode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/diagnostic_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exchange_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/frame.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/heartbeat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_hooks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_manager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_result.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_tracing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/colortable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/prettytable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pssunos.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_osx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_connect.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_extensions.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi @@ -4466,10 +5105,48 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/char.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/constraint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedtype.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedval.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/opentype.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tag.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tagmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/univ.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/useful.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/coco.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/cocoeval.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/mask.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml @@ -4482,12 +5159,15 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/splash.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi @@ -4500,9 +5180,20 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/bks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/jks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc2898.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc7292.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/sun_crypto.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi @@ -4513,13 +5204,56 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_win32.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__main__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rfc2217.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rs485.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialcli.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialjava.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialposix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialwin32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/threaded/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/hexlify_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_linux.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_osx.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_posix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_windows.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/miniterm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_alt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_loop.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_socket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_spy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi @@ -4532,6 +5266,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi @@ -4552,13 +5288,84 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/XK.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xatom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xcursorfont.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/_typing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/display.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/composite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/damage.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/dpms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/ge.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/nvcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/randr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/record.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/res.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/screensaver.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/shape.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xfixes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinerama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinput.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xtest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/apl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/arabic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/greek.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/katakana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/korean.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin3.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin4.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/publishing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/technical.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/thai.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xf86.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xkb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/display.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/rq.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/structs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/rdb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/lock.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/unix_connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/vms_connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/threaded.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xauth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/colormap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/cursor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/drawable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/fontable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/icccm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi @@ -4578,13 +5385,283 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmapfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmsystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/ntsecuritycon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/odbc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/perfmon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythoncom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/dde.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32ui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32uiole.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pywintypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/regutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/servicemanager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/sspicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/pywintypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/regutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/sspicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win2kras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32con.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32cryptcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32evtlogutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32gui_struct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32netcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winperf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winxptheme.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/mmapfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/odbc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/perfmon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/servicemanager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/timer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32clipboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32console.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32cred.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32crypt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32evtlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32gui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32help.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32inet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32job.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32lz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32net.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pdh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pipe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32process.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32profile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32trace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32wnet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/winxpgui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32clipboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/axcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/adb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/axdebug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/codecontainer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/contexts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/debugger.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/documents.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/gateways.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/stackframe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/build.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/dynamic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapitags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapiutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/olectl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/propsys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/pscon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shellcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/storagecon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/universal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/adb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/axdebug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/codecontainer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/contexts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/debugger.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/documents.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/gateways.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/stackframe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/directsound.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifilter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapitags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapiutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/propsys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/pscon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shellcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32con.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32console.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cred.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32crypt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cryptcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlogutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui_struct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32help.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32job.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32lz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32net.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32netcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdhquery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pipe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32process.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32profile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32serviceutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32trace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winnt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winperf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxpgui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxptheme.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pure.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styledpil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/colormasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/svg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi @@ -4623,6 +5700,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi @@ -4631,11 +5709,28 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml @@ -4644,6 +5739,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/certs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi @@ -4659,78 +5755,72 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/markers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/requirements.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/specifiers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/clean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/py37compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dir_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/file_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/editable_wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi @@ -4739,9 +5829,13 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/setupcfg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/discovery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi @@ -4749,13 +5843,16 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/logging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/py312compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt @@ -4766,7 +5863,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt @@ -4892,6 +5988,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/order.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_link.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/person.pyi @@ -4915,6 +6012,7 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/shipping_rate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sku.pyi @@ -4930,6 +6028,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/test_helpers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/test_helpers/test_clock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/topup.pyi @@ -4950,9 +6050,120 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/webhook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/termcolor/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/termcolor/termcolor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi @@ -4961,7 +6172,6 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi @@ -4995,7 +6205,12 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi @@ -5010,44 +6225,24 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast27.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/conversions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/windows_tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/uwsgi.ini +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgidecorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/poolmanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/timeout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/untangle.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/usersettings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi @@ -5060,6 +6255,8 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi @@ -5082,12 +6279,163 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/algeria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/angola.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/benin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/ivory_coast.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/kenya.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/madagascar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/mozambique.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/nigeria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/sao_tome.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/south_africa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/tunisia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/argentina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/barbados.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/brazil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/canada.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/chile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/colombia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/el_salvador.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/mexico.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/panama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/paraguay.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/china.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/hong_kong.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/israel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/japan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/kazakhstan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/malaysia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/philippines.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/qatar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/singapore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/south_korea.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/taiwan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/austria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belarus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belgium.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/bulgaria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cayman_islands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/croatia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cyprus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/czech_republic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/denmark.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/estonia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/european_central_bank.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/finland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/france.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/georgia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/germany.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/greece.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/guernsey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/hungary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/iceland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ireland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/italy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/latvia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/lithuania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/luxembourg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/malta.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/monaco.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/netherlands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/norway.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/poland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/portugal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/romania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/russia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/serbia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovakia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovenia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/spain.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/sweden.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/switzerland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/turkey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ukraine.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/united_kingdom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/australia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/marshall_islands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/new_zealand.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/precomputed_astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry_tools.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/skyfield_astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alabama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alaska.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/american_samoa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arizona.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arkansas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/california.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/colorado.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/connecticut.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/delaware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/district_columbia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/florida.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/georgia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/guam.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/hawaii.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/idaho.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/illinois.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/indiana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/iowa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kansas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kentucky.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/louisiana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maine.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maryland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/massachusetts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/michigan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/minnesota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/mississippi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/missouri.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/montana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nebraska.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nevada.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_hampshire.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_jersey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_mexico.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_york.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_carolina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_dakota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/ohio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oklahoma.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oregon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/pennsylvania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/rhode_island.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_carolina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_dakota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/tennessee.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/texas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/utah.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/vermont.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/virginia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/washington.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/west_virginia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wisconsin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi @@ -5099,27 +6447,43 @@ %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_task.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict-py39.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_exception_group-py311.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_round.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_dataclasses.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_enum.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_functools.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_pathlib.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_re.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_tempfile.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_tkinter.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_xml.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/collections/check_defaultdict-py39.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_MutableMapping.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_io.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_regression_issue_9296.py %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.16.7.pyz +%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz %%DATADIR%%/plugins/python-ce/lib/python-ce.jar %%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar %%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar +%%DATADIR%%/plugins/rml-dfa-ide/lib/rml-dfa-ide.jar %%DATADIR%%/plugins/sass/lib/sass.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar @@ -5128,25 +6492,21 @@ %%DATADIR%%/plugins/space/lib/space.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar -%%DATADIR%%/plugins/tailwindcss/server/fsevents-72LCIACT.node -%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-7JUDUCUY.node -%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-GXL6UBYG.node -%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-N3T2EEZH.node -%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-SBC7UY4N.node -%%DATADIR%%/plugins/tailwindcss/server/node.napi.musl-IAP67VWK.node %%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server %%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar -%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1 +%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/zsh/.zshenv -%%DATADIR%%/plugins/terminal/zsh/hooks.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json @@ -5154,6 +6514,11 @@ %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json @@ -5303,6 +6668,8 @@ %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md %%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json