pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pycharm-bin



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep 11 13:48:19 UTC 2023

Modified Files:
        pkgsrc/devel/pycharm-bin: Makefile PLIST distinfo
        pkgsrc/devel/pycharm-bin/patches: patch-bin_pycharm.sh
            patch-bin_pycharm64.vmoptions

Log Message:
pycharm-bin: Update to 2023.2.1

* Use PREFIX/PKGBASE instead of PKGNAME.

Changelog:
* New UI control.
* GitLab integration.
* Search text improvement.
* Improved menu.
* Enable sort by filename.
and so on.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/pycharm-bin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/pycharm-bin/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/pycharm-bin/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh \
    pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pycharm-bin/Makefile
diff -u pkgsrc/devel/pycharm-bin/Makefile:1.9 pkgsrc/devel/pycharm-bin/Makefile:1.10
--- pkgsrc/devel/pycharm-bin/Makefile:1.9       Mon Aug 14 05:24:15 2023
+++ pkgsrc/devel/pycharm-bin/Makefile   Mon Sep 11 13:48:19 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2023/08/14 05:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/11 13:48:19 ryoon Exp $
 
 
-VERSION=       2022.1.4
+VERSION=       2023.2.1
 DISTNAME=      pycharm-community-${VERSION}
 PKGNAME=       pycharm-bin-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://download.jetbrains.com/python/
 
@@ -17,19 +16,19 @@ DEPENDS+=   intellij-fsnotifier-[0-9]*:../
 
 USE_JAVA2=     9
 
-# Does not work with -17, and USE_JAVA2 is >=
-# <https://intellij-support.jetbrains.com/hc/en-us/community/posts/5961640280210-Can-t-start-IntelliJ-Idea-Error-LinkageError-occurred-while-loading-main-class-com-intellij-idea-Main>
-PKG_JVMS_ACCEPTED=     openjdk11 adoptopenjdk11-bin openjdk-bin
+PKG_JVMS_ACCEPTED=     openjdk17 oracle-jdk17
+PKG_JVMS_ACCEPTED+=    openjdk11 adoptopenjdk11-bin openjdk-bin
 
 USE_TOOLS+=    pax sed
 
 REPLACE_SH=    plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
+REPLACE_SH+=   plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_*.sh
 
 REPLACE_PYTHON=        bin/restart.py
 
 .include "../../mk/bsd.prefs.mk"
 
-INSTALLATION_DIRS=     pycharm-bin-${VERSION} \
+INSTALLATION_DIRS=     ${PKGBASE} \
                        share/applications
 
 NO_BUILD=              yes
@@ -41,19 +40,27 @@ SUBST_FILES.jdk=    bin/pycharm.sh
 SUBST_VARS.jdk=                PKG_JAVA_HOME
 
 do-install:
-       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME_NOREV}|g" \
+       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGBASE}|g" \
            ${FILESDIR}/pycharm.desktop > \
            ${DESTDIR}${PREFIX}/share/applications/pycharm.desktop
        cd ${WRKSRC} && \
-       ${RM} -r jbr lib/pty4j-native && \
-       ${RM} bin/*.orig \
-             plugins/cwm-plugin/quiche-native/*/*.so \
-             plugins/python-ce/helpers/pydev/pydevd_attach_to_process/*.so \
-             bin/fsnotifier \
-             bin/libdbm64.so \
-             bin/repair && \
+       ${RM} -rf bin/*.orig \
+               bin/fsnotifier \
+               bin/libdbm.so \
+               bin/repair \
+               lib/jna/amd64/libjnidispatch.so \
+               lib/native/linux-x86_64/libsqliteij.so \
+               lib/pty4j/linux/x86-64/libpty.so \
+               plugins/python-ce/helpers/pydev/pydevd_attach_to_process/*.so \
+               plugins/python-ce/helpers/pydev/_pydevd_frame_eval/*.so \
+               plugins/python-ce/helpers/pydev/_pydevd_bundle/*.so \
+               plugins/python-ce/helpers/coveragepy_old/coverage/*.so \
+               plugins/cwm-plugin/quiche-native/win32-x86-64/*.dll \
+               plugins/cwm-plugin/quiche-native/*/*.so \
+               plugins/cwm-plugin/quiche-native/*/*.dylib \
+               jbr && \
        ${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \
-       pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME_NOREV}
+       pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGBASE}
 
 .include "../../lang/python/application.mk"
 .include "../../mk/java-vm.mk"

Index: pkgsrc/devel/pycharm-bin/PLIST
diff -u pkgsrc/devel/pycharm-bin/PLIST:1.3 pkgsrc/devel/pycharm-bin/PLIST:1.4
--- pkgsrc/devel/pycharm-bin/PLIST:1.3  Fri Jul 14 12:36:12 2023
+++ pkgsrc/devel/pycharm-bin/PLIST      Mon Sep 11 13:48:19 2023
@@ -1,4882 +1,5200 @@
-@comment $NetBSD: PLIST,v 1.3 2023/07/14 12:36:12 hauke Exp $
-${PKGNAME}/Install-Linux-tar.txt
-${PKGNAME}/bin/brokenPlugins.db
-${PKGNAME}/bin/format.sh
-${PKGNAME}/bin/icons/icons-v1-1.0-d.db
-${PKGNAME}/bin/icons/icons-v1-1.0.db
-${PKGNAME}/bin/icons/icons-v1-1.25-d.db
-${PKGNAME}/bin/icons/icons-v1-1.25.db
-${PKGNAME}/bin/icons/icons-v1-1.5-d.db
-${PKGNAME}/bin/icons/icons-v1-1.5.db
-${PKGNAME}/bin/icons/icons-v1-2.0-d.db
-${PKGNAME}/bin/icons/icons-v1-2.0.db
-${PKGNAME}/bin/icons/icons-v1-2.5-d.db
-${PKGNAME}/bin/icons/icons-v1-2.5.db
-${PKGNAME}/bin/idea.properties
-${PKGNAME}/bin/inspect.sh
-${PKGNAME}/bin/ltedit.sh
-${PKGNAME}/bin/pycharm.png
-${PKGNAME}/bin/pycharm.sh
-${PKGNAME}/bin/pycharm.svg
-${PKGNAME}/bin/pycharm64.vmoptions
-${PKGNAME}/bin/restart.py
-${PKGNAME}/build.txt
-${PKGNAME}/help/ReferenceCard.pdf
-${PKGNAME}/help/ReferenceCardForMac.pdf
-${PKGNAME}/lib/3rd-party-rt.jar
-${PKGNAME}/lib/annotations-java5.jar
-${PKGNAME}/lib/app.jar
-${PKGNAME}/lib/asm-7.1.jar
-${PKGNAME}/lib/asm-analysis-7.1.jar
-${PKGNAME}/lib/asm-commons-7.1.jar
-${PKGNAME}/lib/asm-tree-7.1.jar
-${PKGNAME}/lib/asm-util-7.1.jar
-${PKGNAME}/lib/build-marker-PC-221.6008.17
-${PKGNAME}/lib/byte-buddy-agent.jar
-${PKGNAME}/lib/cds/classesLogAgent.jar
-${PKGNAME}/lib/dbus-java-3.2.1.jar
-${PKGNAME}/lib/error-prone-annotations.jar
-${PKGNAME}/lib/external-system-rt.jar
-${PKGNAME}/lib/externalProcess-rt.jar
-${PKGNAME}/lib/forms_rt.jar
-${PKGNAME}/lib/groovy.jar
-${PKGNAME}/lib/grpc-netty-shaded.jar
-${PKGNAME}/lib/intellij-coverage-agent-1.0.656.jar
-${PKGNAME}/lib/intellij-test-discovery.jar
-${PKGNAME}/lib/java-utils-1.0.6.jar
-${PKGNAME}/lib/jetbrains-annotations.jar
-${PKGNAME}/lib/jffi-1.2.19-native.jar
-${PKGNAME}/lib/jffi-1.2.19.jar
-${PKGNAME}/lib/jna.jar
-${PKGNAME}/lib/jnr-a64asm-1.0.0.jar
-${PKGNAME}/lib/jnr-constants-0.9.12.jar
-${PKGNAME}/lib/jnr-enxio-0.21.jar
-${PKGNAME}/lib/jnr-ffi-2.1.10.jar
-${PKGNAME}/lib/jnr-posix-3.0.50.jar
-${PKGNAME}/lib/jnr-unixsocket-0.23.jar
-${PKGNAME}/lib/jnr-x86asm-1.0.2.jar
-${PKGNAME}/lib/jps-model.jar
-${PKGNAME}/lib/jsch-agent.jar
-${PKGNAME}/lib/junit4.jar
-${PKGNAME}/lib/junixsocket-core.jar
-${PKGNAME}/lib/lz4-java.jar
-${PKGNAME}/lib/platform-objectSerializer-annotations.jar
-${PKGNAME}/lib/platform-statistics-devkit.jar
-${PKGNAME}/lib/protobuf.jar
-${PKGNAME}/lib/pty4j.jar
-${PKGNAME}/lib/rd-core.jar
-${PKGNAME}/lib/rd-framework.jar
-${PKGNAME}/lib/rd-swing.jar
-${PKGNAME}/lib/rd-text.jar
-${PKGNAME}/lib/src/pycharm-openapi-src.zip
-${PKGNAME}/lib/stats.jar
-${PKGNAME}/lib/testFramework.jar
-${PKGNAME}/lib/util.jar
-${PKGNAME}/lib/util_rt.jar
-${PKGNAME}/lib/winp.jar
-${PKGNAME}/license/LICENSE.txt
-${PKGNAME}/license/NOTICE.txt
-${PKGNAME}/license/XStream_license.txt
-${PKGNAME}/license/ant_license.txt
-${PKGNAME}/license/asm_license.txt
-${PKGNAME}/license/eclipse_license.txt
-${PKGNAME}/license/eclipse_license2.txt
-${PKGNAME}/license/gson_license.txt
-${PKGNAME}/license/imgscalr_license.txt
-${PKGNAME}/license/javahelp_license.txt
-${PKGNAME}/license/javolution_license.txt
-${PKGNAME}/license/jaxb_license.txt
-${PKGNAME}/license/jaxen_license.txt
-${PKGNAME}/license/jdom_license.txt
-${PKGNAME}/license/jgoodies_forms_license.txt
-${PKGNAME}/license/junit_license.txt
-${PKGNAME}/license/kryo-license.txt
-${PKGNAME}/license/log4j_license.txt
-${PKGNAME}/license/microba_license.txt
-${PKGNAME}/license/miglayout_swing_license.txt
-${PKGNAME}/license/nanoxml_license.txt
-${PKGNAME}/license/oromatcher_license.txt
-${PKGNAME}/license/picoContainer_license.txt
-${PKGNAME}/license/saxon-conditions.html
-${PKGNAME}/license/swingx_license.txt
-${PKGNAME}/license/third-party-libraries.html
-${PKGNAME}/license/trove4j_license.txt
-${PKGNAME}/license/winp_license.txt
-${PKGNAME}/license/xerces_license.txt
-${PKGNAME}/license/xmlrpc_license.txt
-${PKGNAME}/license/yourkit-license-redist.txt
-${PKGNAME}/plugins/IntelliLang/lib/IntelliLang.jar
-${PKGNAME}/plugins/IntelliLang/lib/java-langInjection-jps.jar
-${PKGNAME}/plugins/color-scheme-github/lib/color-scheme-github.jar
-${PKGNAME}/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar
-${PKGNAME}/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar
-${PKGNAME}/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
-${PKGNAME}/plugins/completionMlRanking/lib/completionMlRanking.jar
-${PKGNAME}/plugins/configurationScript/lib/configurationScript.jar
-${PKGNAME}/plugins/copyright/lib/copyright.jar
-${PKGNAME}/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
-${PKGNAME}/plugins/cwm-plugin-projector/lib/projector/projector.jar
-${PKGNAME}/plugins/cwm-plugin/jre-build.txt
-${PKGNAME}/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-common.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-host-unattended.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-host.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-lobby-common.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-plugin-terminal.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-plugin.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-unattended-common.jar
-${PKGNAME}/plugins/cwm-plugin/lib/cwm-unattended-ssh.jar
-${PKGNAME}/plugins/cwm-plugin/lib/ice4j.jar
-${PKGNAME}/plugins/cwm-plugin/lib/java-websocket.jar
-${PKGNAME}/plugins/cwm-plugin/lib/jitsi-utils.jar
-${PKGNAME}/plugins/cwm-plugin/lib/jnaerator-runtime.jar
-${PKGNAME}/plugins/cwm-plugin/lib/jstun.jar
-${PKGNAME}/plugins/cwm-plugin/lib/kotlinx-serialization-protobuf.jar
-${PKGNAME}/plugins/cwm-plugin/lib/projector-client-common.jar
-${PKGNAME}/plugins/cwm-plugin/lib/projector-client-swing.jar
-${PKGNAME}/plugins/cwm-plugin/lib/quiche-jna-stubs.jar
-${PKGNAME}/plugins/cwm-plugin/lib/rd-text.jar
-${PKGNAME}/plugins/cwm-plugin/lib/tls-channel.jar
-${PKGNAME}/plugins/cwm-plugin/quiche-native/darwin-aarch64/libquiche.dylib
-${PKGNAME}/plugins/cwm-plugin/quiche-native/darwin-x86-64/libquiche.dylib
-${PKGNAME}/plugins/cwm-plugin/quiche-native/win32-x86-64/quiche.dll
-${PKGNAME}/plugins/editorconfig/lib/editorconfig.jar
-${PKGNAME}/plugins/emojipicker/lib/emojipicker.jar
-${PKGNAME}/plugins/featuresTrainer/lib/featuresTrainer.jar
-${PKGNAME}/plugins/git4idea/lib/git4idea-rt.jar
-${PKGNAME}/plugins/git4idea/lib/git4idea.jar
-${PKGNAME}/plugins/github/lib/github.jar
-${PKGNAME}/plugins/grazie/lib/grazie.jar
-${PKGNAME}/plugins/hg4idea/lib/hg4idea.jar
-${PKGNAME}/plugins/indexing-shared/lib/indexing-shared.jar
-${PKGNAME}/plugins/markdown/lib/markdown.jar
-${PKGNAME}/plugins/marketplace/lib/boot/marketplace-bootstrap.jar
-${PKGNAME}/plugins/marketplace/lib/boot/marketplace-impl.jar
-${PKGNAME}/plugins/marketplace/lib/marketplace.jar
-${PKGNAME}/plugins/marketplace/platform-build.txt
-${PKGNAME}/plugins/platform-images/lib/platform-images.jar
-${PKGNAME}/plugins/properties/lib/properties.jar
-${PKGNAME}/plugins/pycharm-community-sharedIndexes-bundled/lib/pycharm-community-sharedIndexes-bundled.jar
-${PKGNAME}/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-739b63160038-af0249357b51.ijx
-${PKGNAME}/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-739b63160038-af0249357b51.txt
-${PKGNAME}/plugins/python-ce/helpers/MathJax/MathJax.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/config/local/local.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/AssistiveMML.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/MathEvents.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/MathMenu.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/MathZoom.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSmath.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSsymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/TeX/noErrors.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/TeX/noUndefined.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/fast-preview.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/tex2jax.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/extensions/toMathML.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/jax.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Arrows.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Dingbats.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/input/TeX/config.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/input/TeX/jax.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/blank.gif
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/config.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js
-${PKGNAME}/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js
-${PKGNAME}/plugins/python-ce/helpers/check_all_test_suite.py
-${PKGNAME}/plugins/python-ce/helpers/conda_packaging_tool.py
-${PKGNAME}/plugins/python-ce/helpers/coverage_runner/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/coverage_runner/run_coverage.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/__main__.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/annotate.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/backunittest.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/backward.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/bytecode.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/cmdline.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/collector.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/config.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/control.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/data.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/debug.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/env.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/execfile.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/files.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/html.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/misc.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/multiproc.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/parser.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/phystokens.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/pickle2json.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/plugin.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/plugin_support.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/python.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/pytracer.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/report.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/results.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/summary.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/templite.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/version.py
-${PKGNAME}/plugins/python-ce/helpers/coveragepy/coverage/xmlreport.py
-${PKGNAME}/plugins/python-ce/helpers/docstring_formatter.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/apidoc.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/checker.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/cli.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/compat.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docbuilder.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docintrospecter.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docparser.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docstringparser.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/dotgraph.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/html.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/html_colorize.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/html_css.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/html_help.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/latex.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/plaintext.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/docwriter/xlink.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/gui.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/log.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/doctest.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/epytext.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/javadoc.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/plaintext.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
-${PKGNAME}/plugins/python-ce/helpers/epydoc/util.py
-${PKGNAME}/plugins/python-ce/helpers/extra_syspath.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/__main__.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/_vendor/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py2.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py3.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/clr_tools.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/constants.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/core.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/docstring_parsing.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/extra.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/module_redeclarator.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/required_gen_version
-${PKGNAME}/plugins/python-ce/helpers/generator3/util_methods.py
-${PKGNAME}/plugins/python-ce/helpers/generator3/version.txt
-${PKGNAME}/plugins/python-ce/helpers/icon-robots.txt
-${PKGNAME}/plugins/python-ce/helpers/packaging_tool.py
-${PKGNAME}/plugins/python-ce/helpers/pip-20.3.4-py2.py3-none-any.whl
-${PKGNAME}/plugins/python-ce/helpers/pockets/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/_version.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/autolog.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/collections.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/datetime.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/decorators.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/inspect.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/iterators.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/logging.py
-${PKGNAME}/plugins/python-ce/helpers/pockets/string.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/_imps/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/_prof_imports.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/load_pstat.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/prof_io.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/prof_six.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/prof_util.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/profiler.thrift
-${PKGNAME}/plugins/python-ce/helpers/profiler/run_profiler.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/vmprof_profiler.py
-${PKGNAME}/plugins/python-ce/helpers/profiler/yappi_profiler.py
-${PKGNAME}/plugins/python-ce/helpers/py2ipnb_converter.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/_compat.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/core.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/docutils.conf
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/examples.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/frontend.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/io.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/af.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/ca.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/cs.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/da.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/de.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/en.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/eo.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/es.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/fi.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/fr.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/gl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/he.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/it.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/ja.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/lt.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/nl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/pl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/pt_br.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/ru.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/sk.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/sv.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/zh_cn.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/languages/zh_tw.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/nodes.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/null.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/admonitions.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/body.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/html.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/images.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/misc.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/parts.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/tables.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/README.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamso.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isobox.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isodia.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat1.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat2.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isonum.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isopub.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isotech.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/af.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ca.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/cs.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/da.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/de.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/en.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/eo.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/es.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fi.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fr.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/gl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/he.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/it.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ja.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/lt.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/nl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pl.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pt_br.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ru.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sk.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sv.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/roles.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/states.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/parsers/rst/tableparser.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/readers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/readers/pep.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/readers/standalone.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/statemachine.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/components.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/frontmatter.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/misc.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/parts.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/peps.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/references.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/universal.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/transforms/writer_aux.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/math/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/math/tex2unichar.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/math/unichar2tex.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/roman.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/utils/urischemes.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/docutils_xml.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/html4css1.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/default.tex
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/titlepage.tex
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/xelatex.tex
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/manpage.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/null.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/pep.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/template.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/pseudoxml.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/README.txt
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/_compat.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/core.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/examples.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/frontend.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/io.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/af.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/ca.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/cs.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/da.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/de.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/en.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/eo.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/es.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/fi.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/fr.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/gl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/he.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/it.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/ja.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/lt.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/nl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/pl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/pt_br.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/ru.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/sk.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/sv.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/zh_cn.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/languages/zh_tw.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/nodes.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/null.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/admonitions.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/body.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/html.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/images.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/misc.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/parts.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/tables.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/README.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamso.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isobox.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isodia.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat1.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat2.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isonum.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isopub.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isotech.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/af.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ca.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/cs.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/da.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/de.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/en.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/eo.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/es.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fi.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fr.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/gl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/he.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/it.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ja.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lt.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/nl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pl.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pt_br.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ru.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sk.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sv.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/roles.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/states.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/parsers/rst/tableparser.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/readers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/readers/pep.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/readers/standalone.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/statemachine.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/components.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/frontmatter.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/misc.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/parts.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/peps.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/references.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/universal.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/transforms/writer_aux.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/code_analyzer.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/math/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/math/latex2mathml.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/math/unichar2tex.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/punctuation_chars.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/roman.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/utils/urischemes.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/docutils_xml.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/html4css1.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/default.tex
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlepage.tex
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/xelatex.tex
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/manpage.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/null.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/pep.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/template.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/pseudoxml.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/README.txt
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css
-${PKGNAME}/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt
-${PKGNAME}/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_bdd_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_create_folder.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_django_behave.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_django_project_creator.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_find_best_place.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_manage_tasks_provider.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_nosetest_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_parallel_tree_manager.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/_jb_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/appcfg_fetcher.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/attestrunner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/behave_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/parser.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_xml.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/readme.txt
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_manage_shell.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_test_manage.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/django_test_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/docrunner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/fix_getpass.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/_2.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/_3.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/case.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/config.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/failure.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/loader.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/raise_compat.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/selector.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/suite.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_helper/util.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/nose_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pycharm_commands/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pycharm_commands/pycharm_test.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pycharm_load_entry_point.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pycharm_run_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pycharm_setup_runner.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/pytest_teamcity.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/runpy_compat.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/tcmessages.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/tcunittest.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/README.txt
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/common.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/context_managers.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/diff_tools.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/django.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/flake8_plugin.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/flake8_v2_plugin.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/flake8_v3_plugin.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/jb_behave_formatter.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/messages.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_display/datalore/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_display/datalore/display/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_display/datalore/display/display_.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_display/datalore/display/display_log.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_display/datalore/display/supported_data_type.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py
-${PKGNAME}/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py
-${PKGNAME}/plugins/python-ce/helpers/pycodestyle.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/LICENSE
-${PKGNAME}/plugins/python-ce/helpers/pydev/MANIFEST.in
-${PKGNAME}/plugins/python-ce/helpers/pydev/README.rst
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_getopt.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_log.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/fix_getpass.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_code_executor.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_commands.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_types.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_imports.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_completer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_rich_output.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_localhost.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_log.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_override.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_stdin.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_umd.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_versioncheck.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_comm/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_io.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_rpc.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_server.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_transport.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SocketServer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_inspect.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_saved_modules.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_sys_patch.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_bytecode_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_output.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_constants.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec2.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_reload.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_resolver.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_signature.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_stackless.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_tables.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_thrift.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.c
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-310-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.c
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pxd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pyx
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/build.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/build_binaries_osx.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/conftest.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/interpreterInfo.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/jython_test_deps/ant.jar
-${PKGNAME}/plugins/python-ce/helpers/pydev/jython_test_deps/junit.jar
-${PKGNAME}/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/pycharm-console.rst
-${PKGNAME}/plugins/python-ce/helpers/pydev/pycharm-readme.rst
-${PKGNAME}/plugins/python-ce/helpers/pydev/pycompletionserver.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_app_engine_debug_startup.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_console/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_console/console.thrift
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_console/pydev_protocol.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_coverage.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/README
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhook.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookglut.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk3.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/qt.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/qt_for_kernel.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/qt_loaders.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_ipython/version.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_pysrc.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydev_sitecustomize/sitecustomize.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevconsole.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/README.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_always_live_program.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_check.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_amd64.dll
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_script.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_x86.dll
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_x86.dylib
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_x86_64.dylib
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace.hpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace_37.hpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_version.hpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/ref_utils.hpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/attach.cpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_linux.sh
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_mac.sh
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/breakpoint.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/compat.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/crash.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/debug.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/disasm.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/event.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/interactive.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/module.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/README
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_example.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/process.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/registry.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/search.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/sql.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/system.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/textio.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/thread.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/window.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.cpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/compile_windows.bat
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_file_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/django_debug.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/README.md
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/README.md
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_plugins/jinja2_debug.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_pycharm.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pydevd_tracing.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/pytest.ini
-${PKGNAME}/plugins/python-ce/helpers/pydev/runfiles.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/setup_cython.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/stubs/_get_tips.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/stubs/pycompletion.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/isort.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/natural.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pie_slice.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pylama_isort.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/settings.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py
-${PKGNAME}/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
-${PKGNAME}/plugins/python-ce/helpers/pydev/tox.ini
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/AUTHORS.txt
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/LICENSE.txt
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/README.md
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/StringIO.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/_pytest/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/_pytest/mark/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/_pytest/mark/structures.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/alembic.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/behave.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/cStringIO.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/copy.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/core/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/core/mail.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/db/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/db/models/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/db/models/query.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/forms/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/forms/forms.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/forms/formsets.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/forms/models.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/views/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/views/generic/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/django/views/generic/base.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/nose/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/nose/tools/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/numpy/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/numpy/core/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/numpy/core/multiarray.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/py/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/py/error.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/py/path/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/pytest/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/python-skeletons/struct.py
-${PKGNAME}/plugins/python-ce/helpers/remote_sync.py
-${PKGNAME}/plugins/python-ce/helpers/rest_runners/rst2smth.py
-${PKGNAME}/plugins/python-ce/helpers/rest_runners/sphinx_runner.py
-${PKGNAME}/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl
-${PKGNAME}/plugins/python-ce/helpers/six.py
-${PKGNAME}/plugins/python-ce/helpers/sphinxcontrib/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py
-${PKGNAME}/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py
-${PKGNAME}/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py
-${PKGNAME}/plugins/python-ce/helpers/syspath.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/README.md
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ctokens.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/lex.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/yacc.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ygen.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/client.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/processor.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/base.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/binary.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/compact.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/rpc.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/server.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/socket.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/base.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/buffered.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/framed.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/http.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/apache_json.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/base.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/server.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/base.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py
-${PKGNAME}/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py
-${PKGNAME}/plugins/python-ce/helpers/tools/class_method_versions.xml
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/False
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/None
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/True
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/__debug__
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/and
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/as
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/assert
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/break
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/class
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/continue
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/def
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/del
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/elif
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/else
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/except
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/exec
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/finally
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/for
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/from
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/global
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/if
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/import
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/in
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/is
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/lambda
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/nonlocal
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/not
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/or
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/pass
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/raise
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/return
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/try
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/while
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/with
-${PKGNAME}/plugins/python-ce/helpers/tools/python_keywords/yield
-${PKGNAME}/plugins/python-ce/helpers/tools/stdlib_packages.txt
-${PKGNAME}/plugins/python-ce/helpers/tools/versions.xml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.editorconfig
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.flake8
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest.yml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
-${PKGNAME}/plugins/python-ce/helpers/typeshed/LICENSE
-${PKGNAME}/plugins/python-ce/helpers/typeshed/MAINTAINERS.md
-${PKGNAME}/plugins/python-ce/helpers/typeshed/README.md
-${PKGNAME}/plugins/python-ce/helpers/typeshed/pyproject.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/pyrightconfig.json
-${PKGNAME}/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
-${PKGNAME}/plugins/python-ce/helpers/typeshed/requirements-tests.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
-${PKGNAME}/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
-${PKGNAME}/plugins/python-ce/helpers/typeshed/scripts/update-stubtest-allowlist.py
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/Cookie.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/HTMLParser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/Queue.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/SimpleHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/SocketServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/StringIO.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserDict.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserList.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserString.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/__future__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/__main__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_ast.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_bisect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_codecs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_collections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_csv.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_curses.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_dummy_threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_functools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_heapq.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_hotshot.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_io.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_markupbase.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_md5.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_msi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_osx_support.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_random.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha256.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha512.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_socket.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sre.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_struct.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_symtable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_threading_local.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_tkinter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/wsgi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/xml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_warnings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakref.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakrefset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/antigravity.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/asynchat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/asyncore.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/atexit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/audioop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/base64.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/bdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/binascii.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/binhex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/bz2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cPickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cProfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cStringIO.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/calendar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgitb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/chunk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/codecs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/codeop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/collections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/colorsys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/compileall.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/contextlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/cookielib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/crypt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/csv.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/wintypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/ascii.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/panel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/textpad.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/datetime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/dumb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/gnu.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/ndbm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/decimal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_clib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_ext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/check.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/clean.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_data.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_headers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_lib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/register.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/sdist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/debug.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dep_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dir_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/emxccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/extension.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/file_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/filelist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/spawn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/sysconfig.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/text_file.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/doctest.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/_parseaddr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/base64mime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/charset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/encoders.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/feedparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/generator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/image.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/multipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/quoprimime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/utf_8.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ensurepip/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/errno.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/fcntl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/filecmp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/fileinput.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/fnmatch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/formatter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/fractions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ftplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/functools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/future_builtins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/gc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/genericpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/getopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/getpass.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/gettext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/glob.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/grp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/gzip.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/hashlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/heapq.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/hmac.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/htmlentitydefs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/httplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/imaplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/imghdr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/imp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/importlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/inspect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/io.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pygram.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pytree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/linecache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/locale.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/handlers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/macpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/macurl2path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailbox.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailcap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/markupbase.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/marshal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/math.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/md5.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mmap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/modulefinder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/sequence.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/msvcrt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/pool.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/process.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/mutex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/netrc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/nntplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/nturl2path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/numbers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/opcode.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/operator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ossaudiodev.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickletools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pipes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pkgutil.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/platform.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/plistlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/popen2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/poplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/posix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pprint.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/profile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pstats.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pty.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pwd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/model.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/quopri.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/random.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/re.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/readline.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/repr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/rfc822.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/rlcompleter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/runpy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sched.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/select.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sets.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sha.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/shelve.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/shlex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/shutil.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/signal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/site.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtpd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sndhdr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/socket.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/spwd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_compile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/ssl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/stat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/string.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringold.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringprep.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/strop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/struct.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/subprocess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sunau.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/symbol.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/symtable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/sysconfig.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/syslog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/tabnanny.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/tarfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/telnetlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/tempfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/termios.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/textwrap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/time.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/timeit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/toaiff.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/tokenize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/trace.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/traceback.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/tty.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/turtle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing_extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/unicodedata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/unittest.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/urlparse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/user.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/uu.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/uuid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/warnings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wave.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/weakref.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/validate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xdrlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/domreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minicompat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minidom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/handler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/saxutils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/xmlrpclib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipimport.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/xml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_warnings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/array.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ast.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asynchat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_futures.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_subprocess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_tasks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/coroutines.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/proactor_events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/protocols.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/queues.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/runners.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/selector_events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/sslproto.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/staggered.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/streams.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/subprocess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/asyncore.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/atexit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/audioop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/base64.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/bdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/binascii.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/binhex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/builtins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/bz2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/cProfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/calendar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/cgi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/cgitb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/chunk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/cmath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/cmd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/codecs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/codeop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/collections/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/copy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/copyreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/crypt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/datetime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dbm/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dbm/dumb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dbm/gnu.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dbm/ndbm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/decimal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/cmd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_dumb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_msi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_rpm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_wininst.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_clib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_ext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_py.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_scripts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/check.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/clean.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_data.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_egg_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_headers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_lib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_scripts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/register.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/sdist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/upload.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/cygwinccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/debug.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/dep_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/dir_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/dist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/extension.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/fancy_getopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/file_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/filelist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/spawn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/sysconfig.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/text_file.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/base64mime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/charset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/contentmanager.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/encoders.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/feedparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/generator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/header.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/headerregistry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/iterators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/audio.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/image.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/multipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/nonmultipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/mime/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/policy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/faulthandler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/fcntl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/filecmp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/fileinput.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/fnmatch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/formatter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/fractions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ftplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/functools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/gc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/genericpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/getopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/getpass.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/gettext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/glob.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/graphlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/grp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/gzip.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/hashlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/heapq.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/hmac.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/html/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/html/entities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/html/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/http/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/http/client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/http/cookiejar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/http/cookies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/http/server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/imaplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/imghdr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/io.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ipaddress.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/itertools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/literals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/pgen.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pygram.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pytree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/refactor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/linecache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/locale.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/logging/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/logging/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/logging/handlers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/lzma.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/macpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/macurl2path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/mailbox.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/mailcap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/marshal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/math.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/mimetypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/mmap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/modulefinder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/msilib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/msilib/schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/msilib/sequence.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/msilib/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/msvcrt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ntpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/nturl2path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pipes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pkgutil.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/platform.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/plistlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/poplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/posix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/posixpath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pprint.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/profile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pstats.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pty.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pwd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/py_compile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pyclbr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pydoc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/topics.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/model.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/queue.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/quopri.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/random.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/re.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/readline.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/reprlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/rlcompleter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/runpy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sched.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/secrets.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/select.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/selectors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/shelve.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/shlex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/shutil.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/signal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/site.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/smtpd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/smtplib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sndhdr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/socket.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/socketserver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/string.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tarfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/telnetlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tempfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/termios.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/textwrap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/this.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/threading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/time.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/timeit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/colorchooser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/commondialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dnd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/filedialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/font.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/messagebox.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/scrolledtext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/simpledialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/tix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tkinter/ttk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tokenize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/trace.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/traceback.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tracemalloc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/tty.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/turtle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/typing.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/typing_extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unicodedata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/_log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/async_case.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/case.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/loader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/main.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/mock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/runner.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/signals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/suite.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/unittest/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/urllib/robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/uu.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/uuid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/venv/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/warnings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wave.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/weakref.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/webbrowser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/winreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/winsound.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/handlers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/headers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/simple_server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/validate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xdrlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/NodeFilter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/domreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/expatbuilder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minicompat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minidom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/pulldom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/xmlbuilder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementInclude.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementPath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementTree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/zipfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Deprecated/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/extra.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/meta.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/pep562.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/_yaml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/composer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/constructor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/cyaml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/dumper.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/emitter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/loader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/nodes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/reader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/representer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/resolver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/cmdline.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/console.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/html.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/img.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/irc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/latex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/other.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/svg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/modeline.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/regexopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/scanner.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/sphinxext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/style.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/styles/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/unistring.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dbapi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/os.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/ospath.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/annoy/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/appdirs/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/appdirs/appdirs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/_compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/dates.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/languages.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/lists.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localedata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_unix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_win32.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/catalog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/checkers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/extract.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/frontend.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/jslexer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/mofile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/plurals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/pofile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/numbers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/plural.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/support.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/units.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/babel/babel/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports_abc/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports_abc/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/backports_abc/backports_abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/callbacks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ach_mandate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/android_pay_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/configuration.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credentials_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/environment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_codes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/europe_bank_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_completed.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/masterpass_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource_collection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/risk_data.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_status_event.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/successful_result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/testing_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_amounts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/xml_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error_collection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/cache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/fifo.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/lfu.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/lru.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/mru.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/rr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/ttl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/characteristic/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/characteristic/characteristic/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/enums.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langgreekmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langthaimodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langturkishmodel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/universaldetector.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansitowin32.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/contextvars/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/contextvars/contextvars.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/fernet.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/oid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dataclasses/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dataclasses/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dataclasses/dataclasses.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/loader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/locale.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/validation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/detection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezones.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/settings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/nodes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/doctree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/pep.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/en.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/es.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/it.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/pt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/enum34/@python2/enum.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/enum34/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/filelock/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/filelock/filelock/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/flake8_builtins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/plugin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/assertions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/equiv_nodes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/frozendict/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/frozendict/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/frozendict/frozendict.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_inputstream.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/py.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/lint.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/html5parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/serializer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/auth.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/certs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/collection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/completion/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/completion/complete.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/env.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/executor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/loader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/main.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/argument.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/program.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/runners.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/tasks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/terminals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/watchers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ipaddress/@python2/ipaddress.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ipaddress/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/ast.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/functions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_reflect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/pooling.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/rdns.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/results.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/timezone.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/tls.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/usage.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/operation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/add.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/bind.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/compare.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/delete.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/extended.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modify.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/search.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/conv.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/dn.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/log.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/repr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/tags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/logs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/propagation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_manager.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/orjson/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/orjson/orjson.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/hostkeys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group1.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group14.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group16.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gss.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/message.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/packet.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pipe.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/py3compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_file.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_si.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/polib/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/prettytable/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/prettytable.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_range.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extensions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extras.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/farmhash.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzinfo.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/event.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/fault.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/option.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/view.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/sessions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/status_codes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/structures.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/requests/requests/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dep_util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extern/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/lib2to3_ex.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/decoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/encoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/BaseHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/CGIHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/SimpleHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/_dummy_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/cPickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/collections_abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/configparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/copyreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/email_mime_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/email_mime_multipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/email_mime_nonmultipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/email_mime_text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/html_entities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/html_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/http_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/http_cookiejar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/http_cookies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/queue.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/reprlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/socketserver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib/robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib_parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib_request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib_response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/urllib_robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@python2/six/moves/xmlrpc_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/builtins.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/cPickle.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/collections_abc.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/configparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/copyreg.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_multipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_text.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_entities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookiejar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookies.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/queue.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/reprlib.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/socketserver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_constants.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_dialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_ttk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_parse.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/serialize.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_requestor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/createable_api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/custom_method.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/account_link.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/alipay_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/apple_pay_domain.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/application_fee.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/application_fee_refund.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/balance.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/balance_transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bank_account.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/configuration.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/session.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bitcoin_receiver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bitcoin_transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/capability.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/charge.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/checkout/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/checkout/session.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/country_spec.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/coupon.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/credit_note.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/credit_note_line_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/customer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/customer_balance_transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/dispute.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/ephemeral_key.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/error_object.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/event.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/exchange_rate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/file.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/file_link.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/verification_report.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/verification_session.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice_line_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuer_fraud_record.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/authorization.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/card.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/card_details.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/cardholder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/dispute.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/line_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/list_object.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/login_link.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/order.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/order_return.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payout.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/person.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/plan.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/price.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/product.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/promotion_code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/quote.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/early_fraud_warning.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/value_list.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/value_list_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/recipient.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/recipient_transfer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/refund.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_run.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sku.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/source.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/source_transaction.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription_item.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription_schedule.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_code.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_id.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_rate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/token.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/topup.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/transfer.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/usage_record.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/usage_record_summary.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/webhook_endpoint.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/http_client.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/multipart_data_generator.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/oauth.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/oauth_error.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/object_classes.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/request_metrics.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/stripe_object.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/stripe_response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/util.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/version.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/webhook.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/termcolor/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/termcolor/termcolor.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/toml/encoder.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/toml/ordered.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/typed-ast/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast27.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast3.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/conversions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/tzlocal/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/_collections.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/poolmanager.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/timeout.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/url.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/base.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/behavior.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/change_tz.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/hcalendar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/icalendar.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/ics_diff.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/buffers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/channel.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/compat.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/parser.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/proxy_headers.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/receiver.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/rfc7230.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/runner.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/server.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/task.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/xxhash/METADATA.toml
-${PKGNAME}/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash.pyi
-${PKGNAME}/plugins/python-ce/helpers/virtualenv.pyz
-${PKGNAME}/plugins/python-ce/lib/python-ce.jar
-${PKGNAME}/plugins/python-sharedIndexes-downloadable/lib/python-sharedIndexes-downloadable.jar
-${PKGNAME}/plugins/pythonIDE/lib/python-ide.jar
-${PKGNAME}/plugins/rest/lib/rest.jar
-${PKGNAME}/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
-${PKGNAME}/plugins/settings-repository/lib/settings-repository.jar
-${PKGNAME}/plugins/sh/lib/sh.jar
-${PKGNAME}/plugins/space/lib/space-java-jps.jar
-${PKGNAME}/plugins/space/lib/space.jar
-${PKGNAME}/plugins/svn4idea/lib/sqlite.jar
-${PKGNAME}/plugins/svn4idea/lib/svn4idea.jar
-${PKGNAME}/plugins/tasks/lib/tasks-core.jar
-${PKGNAME}/plugins/terminal/.zshenv
-${PKGNAME}/plugins/terminal/fish/config.fish
-${PKGNAME}/plugins/terminal/jediterm-bash.in
-${PKGNAME}/plugins/terminal/lib/terminal.jar
-${PKGNAME}/plugins/textmate/lib/bundles/bat/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/bat/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/bat/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/bat/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/bat/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/bat/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/clojure/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/coffeescript/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/cpp/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/csharp/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/css/.vscode/launch.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/css/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/css/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/dart/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/dart/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/dart/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/dart/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/dart/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/diff/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/diff/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/diff/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/diff/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/diff/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/docker/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/docker/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/fsharp/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/api/api1.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/api/extension.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/api/git-base.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/decorators.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/extension.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/model.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/remoteProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/remoteSource.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/src/util.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/git-base/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/git/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/git/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/git/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/git/languages/diff.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/languages/git-commit.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/languages/git-rebase.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/api/api1.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/api/extension.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/api/git.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/askpass-empty.sh
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/askpass-main.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/askpass.sh
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/askpass.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/autofetch.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/commands.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/contentProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/decorationProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/decorators.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/emoji.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/encoding.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/fileSystemProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/git.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/ipc/ipcClient.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/ipc/ipcServer.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/log.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/main.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/model.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/protocolHandler.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/pushError.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/remoteProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/remoteSource.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/repository.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/staging.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/statusbar.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/terminal.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/test/git.test.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/test/index.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/test/smoke.test.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/timelineProvider.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/typings/refs.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/uri.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/util.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/src/watch.ts
-${PKGNAME}/plugins/textmate/lib/bundles/git/syntaxes/diff.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/syntaxes/git-commit.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/syntaxes/git-rebase.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/syntaxes/ignore.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/git/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/go/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/go/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/go/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/go/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/go/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/go/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/groovy/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/handlebars/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/hlsl/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/html/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/html/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/html/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/ini/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/ini/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/ini/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/extension-browser.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/cellIdService.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/common.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/constants.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/deserializers.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/ipynbMain.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/notebookSerializer.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/serializers.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/test/index.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/test/serializers.test.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/src/types.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/syntaxes/jupyter.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/ipynb/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/java/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/java/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/java/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/java/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/java/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/java/snippets/java.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/java/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/javascript/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/json/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/json/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/json/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/jsp/LICENSE
-${PKGNAME}/plugins/textmate/lib/bundles/jsp/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/jsp/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/julia/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/julia/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/julia/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/julia/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/julia/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/kotlin/info.plist
-${PKGNAME}/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
-${PKGNAME}/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
-${PKGNAME}/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
-${PKGNAME}/plugins/textmate/lib/bundles/latex/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt
-${PKGNAME}/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/latex-language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt
-${PKGNAME}/plugins/textmate/lib/bundles/latex/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/less/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/less/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/log/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/log/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/log/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/log/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/log/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/lua/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/lua/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/lua/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/lua/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/lua/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/lua/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/make/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/make/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/make/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/make/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/make/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/make/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-basics/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/esbuild.js
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/extension-browser.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/icon.png
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/notebook/katex.ts
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/notebook/svg-test.ts
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/src/extension.ts
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/markdown-math/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/mdx/license
-${PKGNAME}/plugins/textmate/lib/bundles/mdx/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/objective-c/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/perl/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/perl/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/perl/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/php/.vscode/launch.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/.vscode/tasks.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/php/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/snippets/php.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/php/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/powershell/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/pug/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/pug/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/pug/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/pug/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/pug/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/pug/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/python/.vscode/launch.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/.vscode/tasks.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/python/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/extension-browser.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/python/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/python/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/src/pythonMain.ts
-${PKGNAME}/plugins/textmate/lib/bundles/python/src/typings/ref.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/python/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/r/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/r/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/r/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/r/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/r/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/r/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/razor/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/razor/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/razor/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/razor/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/razor/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/razor/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/ruby/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/rust/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/rust/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/rust/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/rust/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/rust/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/rust/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/scss/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/scss/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/scss/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/README.md
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/extension-browser.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/extension.webpack.config.js
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/images/icon.png
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/src/extension.ts
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/src/media/refresh-dark.svg
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/src/media/refresh-light.svg
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/src/typings/refs.d.ts
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/syntaxes/generateTMLanguage.js
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/tsconfig.json
-${PKGNAME}/plugins/textmate/lib/bundles/search-result/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/shaderlab/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/shellscript/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/sql/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/sql/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/sql/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/sql/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/sql/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/sql/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/swift/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/swift/LICENSE.md
-${PKGNAME}/plugins/textmate/lib/bundles/swift/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/swift/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/swift/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/swift/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/swift/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Preferences/Comments.tmPreferences
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Preferences/Folding.tmPreferences
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Preferences/Indent.tmPreferences
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Preferences/Symbol List.tmPreferences
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Preferences/Typing Pairs.tmPreferences
-${PKGNAME}/plugins/textmate/lib/bundles/toml/README.mdown
-${PKGNAME}/plugins/textmate/lib/bundles/toml/Syntaxes/TOML.tmLanguage
-${PKGNAME}/plugins/textmate/lib/bundles/toml/info.plist
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/typescript-basics/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/vb/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/vb/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/vb/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/vb/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/vb/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
-${PKGNAME}/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/vb/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/viml/LICENSE.txt
-${PKGNAME}/plugins/textmate/lib/bundles/viml/grammars/viml.json
-${PKGNAME}/plugins/textmate/lib/bundles/viml/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/basic.vim
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/example-help.txt
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/flavours.of.snippet
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/modeline.md
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/neo.snippets
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/solarized.vim
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/syntax.vim
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/textobj-rubyblock.vmb
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/tpope-characterize.vim
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/tpope-fugitive.vim
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/ulti.snip
-${PKGNAME}/plugins/textmate/lib/bundles/viml/tests/vim-syntax.vim
-${PKGNAME}/plugins/textmate/lib/bundles/xml/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/xml/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/xml/yarn.lock
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/.vscodeignore
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/cgmanifest.json
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/language-configuration.json
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/package.json
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/package.nls.json
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
-${PKGNAME}/plugins/textmate/lib/bundles/yaml/yarn.lock
-${PKGNAME}/plugins/textmate/lib/textmate.jar
-${PKGNAME}/plugins/toml/lib/toml.jar
-${PKGNAME}/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar
-${PKGNAME}/plugins/vcs-git-featuresTrainer/lib/vcs-git-featuresTrainer.jar
-${PKGNAME}/plugins/yaml/lib/yaml.jar
-${PKGNAME}/product-info.json
+@comment $NetBSD: PLIST,v 1.4 2023/09/11 13:48:19 ryoon Exp $
+pycharm-bin/Install-Linux-tar.txt
+pycharm-bin/bin/brokenPlugins.db
+pycharm-bin/bin/format.sh
+pycharm-bin/bin/idea.properties
+pycharm-bin/bin/inspect.sh
+pycharm-bin/bin/ltedit.sh
+pycharm-bin/bin/pycharm.png
+pycharm-bin/bin/pycharm.sh
+pycharm-bin/bin/pycharm.svg
+pycharm-bin/bin/pycharm64.vmoptions
+pycharm-bin/bin/restart.py
+pycharm-bin/build.txt
+pycharm-bin/help/ReferenceCard.pdf
+pycharm-bin/help/ReferenceCardForMac.pdf
+pycharm-bin/lib/annotations-java5.jar
+pycharm-bin/lib/app-client.jar
+pycharm-bin/lib/app.jar
+pycharm-bin/lib/bouncy-castle.jar
+pycharm-bin/lib/build-marker-PC-232.9559.58
+pycharm-bin/lib/byte-buddy-agent.jar
+pycharm-bin/lib/cds/classesLogAgent.jar
+pycharm-bin/lib/error-prone-annotations.jar
+pycharm-bin/lib/external-system-rt.jar
+pycharm-bin/lib/externalProcess-rt.jar
+pycharm-bin/lib/forms_rt.jar
+pycharm-bin/lib/groovy.jar
+pycharm-bin/lib/grpc.jar
+pycharm-bin/lib/intellij-coverage-agent-1.0.723.jar
+pycharm-bin/lib/intellij-test-discovery.jar
+pycharm-bin/lib/jetbrains-annotations.jar
+pycharm-bin/lib/jps-model.jar
+pycharm-bin/lib/jsch-agent.jar
+pycharm-bin/lib/junit4.jar
+pycharm-bin/lib/lib-client.jar
+pycharm-bin/lib/lib.jar
+pycharm-bin/lib/modules.jar
+pycharm-bin/lib/platform-loader.jar
+pycharm-bin/lib/protobuf.jar
+pycharm-bin/lib/rd.jar
+pycharm-bin/lib/src/pycharm-openapi-src.zip
+pycharm-bin/lib/stats.jar
+pycharm-bin/lib/testFramework.jar
+pycharm-bin/lib/util-8.jar
+pycharm-bin/lib/util.jar
+pycharm-bin/lib/util_rt.jar
+pycharm-bin/license/LICENSE.txt
+pycharm-bin/license/NOTICE.txt
+pycharm-bin/license/javahelp_license.txt
+pycharm-bin/license/javolution_license.txt
+pycharm-bin/license/saxon-conditions.html
+pycharm-bin/license/third-party-libraries.html
+pycharm-bin/license/third-party-libraries.json
+pycharm-bin/license/yourkit-license-redist.txt
+pycharm-bin/plugins/color-scheme-github/lib/color-scheme-github.jar
+pycharm-bin/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar
+pycharm-bin/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar
+pycharm-bin/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
+pycharm-bin/plugins/completionMlRanking/lib/completionMlRanking.jar
+pycharm-bin/plugins/configurationScript/lib/configurationScript.jar
+pycharm-bin/plugins/copyright/lib/copyright.jar
+pycharm-bin/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
+pycharm-bin/plugins/cwm-plugin-projector/lib/projector/projector.jar
+pycharm-bin/plugins/cwm-plugin/jre-build.txt
+pycharm-bin/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-common.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-host-unattended.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-host.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-lobby-common.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-plugin-terminal.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-plugin.jar
+pycharm-bin/plugins/cwm-plugin/lib/cwm-unattended-common.jar
+pycharm-bin/plugins/cwm-plugin/lib/ice4j.jar
+pycharm-bin/plugins/cwm-plugin/lib/java-websocket.jar
+pycharm-bin/plugins/cwm-plugin/lib/jitsi-utils.jar
+pycharm-bin/plugins/cwm-plugin/lib/jnaerator-runtime.jar
+pycharm-bin/plugins/cwm-plugin/lib/jstun.jar
+pycharm-bin/plugins/cwm-plugin/lib/kotlinx-serialization-protobuf.jar
+pycharm-bin/plugins/cwm-plugin/lib/projector-client-common.jar
+pycharm-bin/plugins/cwm-plugin/lib/projector-client-swing.jar
+pycharm-bin/plugins/cwm-plugin/lib/quiche-jna-stubs.jar
+pycharm-bin/plugins/cwm-plugin/lib/tls-channel.jar
+pycharm-bin/plugins/dev/lib/dev.jar
+pycharm-bin/plugins/editorconfig/lib/editorconfig.jar
+pycharm-bin/plugins/emojipicker/lib/emojipicker.jar
+pycharm-bin/plugins/featuresTrainer/lib/featuresTrainer.jar
+pycharm-bin/plugins/grazie/lib/grazie.jar
+pycharm-bin/plugins/indexing-shared/lib/indexing-shared.jar
+pycharm-bin/plugins/markdown/lib/markdown.jar
+pycharm-bin/plugins/marketplace/lib/boot/marketplace-bootstrap.jar
+pycharm-bin/plugins/marketplace/lib/boot/marketplace-impl.jar
+pycharm-bin/plugins/marketplace/lib/marketplace.jar
+pycharm-bin/plugins/marketplace/platform-build.txt
+pycharm-bin/plugins/packageChecker/lib/packageChecker.jar
+pycharm-bin/plugins/performanceTesting-async/lib/performanceTesting-async.jar
+pycharm-bin/plugins/performanceTesting/lib/performanceTesting.jar
+pycharm-bin/plugins/platform-images/lib/platform-images.jar
+pycharm-bin/plugins/platform-langInjection/lib/IntelliLang.jar
+pycharm-bin/plugins/platform-langInjection/lib/java-langInjection-jps.jar
+pycharm-bin/plugins/platform-langInjection/lib/platform-langInjection.jar
+pycharm-bin/plugins/properties/lib/properties.jar
+pycharm-bin/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar
+pycharm-bin/plugins/pycharm-community-sharedIndexes-bundled/lib/pycharm-community-sharedIndexes-bundled.jar
+pycharm-bin/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-31761ecb2e0b-5265d50d312f.ijx
+pycharm-bin/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-31761ecb2e0b-5265d50d312f.txt
+pycharm-bin/plugins/python-ce/helpers/.gitignore
+pycharm-bin/plugins/python-ce/helpers/MathJax/MathJax.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/config/local/local.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/AssistiveMML.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/MathEvents.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/MathMenu.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/MathZoom.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSmath.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSsymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/TeX/noErrors.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/TeX/noUndefined.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/fast-preview.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/tex2jax.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/extensions/toMathML.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/jax.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Arrows.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Dingbats.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/input/TeX/config.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/input/TeX/jax.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/blank.gif
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/config.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js
+pycharm-bin/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js
+pycharm-bin/plugins/python-ce/helpers/check_all_test_suite.py
+pycharm-bin/plugins/python-ce/helpers/conda_packaging_tool.py
+pycharm-bin/plugins/python-ce/helpers/coverage_runner/__init__.py
+pycharm-bin/plugins/python-ce/helpers/coverage_runner/run_coverage.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/__init__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/__init__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/annotate.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/cmdline.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/collector.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/config.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/context.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/control.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/data.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/debug.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/disposition.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/env.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/exceptions.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/execfile.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/files.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/fullcoverage/encodings.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/html.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/coverage_html.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/index.html
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_closed.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_open.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.css
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.scss
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/inorout.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/jsonreport.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/lcovreport.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/misc.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/multiproc.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/numbits.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/parser.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/phystokens.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/plugin.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/plugin_support.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/python.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/pytracer.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/report.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/results.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/sqldata.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/summary.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/templite.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/tomlconfig.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/version.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_new/coverage/xmlreport.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/__init__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/__init__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/annotate.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/backward.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/cmdline.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/collector.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/config.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/context.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/control.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/data.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/debug.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/disposition.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/env.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/execfile.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/files.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/fullcoverage/encodings.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/html.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/coverage_html.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/index.html
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.hotkeys.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.isonscreen.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.min.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.tablesorter.min.js
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/pyfile.html
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.css
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.scss
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/inorout.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/jsonreport.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/misc.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/multiproc.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/numbits.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/parser.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/phystokens.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/plugin.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/plugin_support.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/python.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/pytracer.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/report.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/results.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/sqldata.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/version.py
+pycharm-bin/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py
+pycharm-bin/plugins/python-ce/helpers/docstring_formatter.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/__init__.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/apidoc.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/checker.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/cli.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/compat.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docbuilder.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docintrospecter.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docparser.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docstringparser.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/__init__.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/dotgraph.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/html.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/html_colorize.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/html_css.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/html_help.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/latex.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/plaintext.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/docwriter/xlink.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/gui.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/log.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/__init__.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/doctest.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/epytext.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/javadoc.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/plaintext.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
+pycharm-bin/plugins/python-ce/helpers/epydoc/util.py
+pycharm-bin/plugins/python-ce/helpers/exec.txt
+pycharm-bin/plugins/python-ce/helpers/extra_syspath.py
+pycharm-bin/plugins/python-ce/helpers/generator3/__init__.py
+pycharm-bin/plugins/python-ce/helpers/generator3/__main__.py
+pycharm-bin/plugins/python-ce/helpers/generator3/_vendor/__init__.py
+pycharm-bin/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py2.py
+pycharm-bin/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py3.py
+pycharm-bin/plugins/python-ce/helpers/generator3/clr_tools.py
+pycharm-bin/plugins/python-ce/helpers/generator3/constants.py
+pycharm-bin/plugins/python-ce/helpers/generator3/core.py
+pycharm-bin/plugins/python-ce/helpers/generator3/docstring_parsing.py
+pycharm-bin/plugins/python-ce/helpers/generator3/extra.py
+pycharm-bin/plugins/python-ce/helpers/generator3/module_redeclarator.py
+pycharm-bin/plugins/python-ce/helpers/generator3/required_gen_version
+pycharm-bin/plugins/python-ce/helpers/generator3/util_methods.py
+pycharm-bin/plugins/python-ce/helpers/generator3/version.txt
+pycharm-bin/plugins/python-ce/helpers/icon-robots.txt
+pycharm-bin/plugins/python-ce/helpers/packaging_tool.py
+pycharm-bin/plugins/python-ce/helpers/pip-20.3.4-py2.py3-none-any.whl
+pycharm-bin/plugins/python-ce/helpers/pockets/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pockets/_version.py
+pycharm-bin/plugins/python-ce/helpers/pockets/autolog.py
+pycharm-bin/plugins/python-ce/helpers/pockets/collections.py
+pycharm-bin/plugins/python-ce/helpers/pockets/datetime.py
+pycharm-bin/plugins/python-ce/helpers/pockets/decorators.py
+pycharm-bin/plugins/python-ce/helpers/pockets/inspect.py
+pycharm-bin/plugins/python-ce/helpers/pockets/iterators.py
+pycharm-bin/plugins/python-ce/helpers/pockets/logging.py
+pycharm-bin/plugins/python-ce/helpers/pockets/string.py
+pycharm-bin/plugins/python-ce/helpers/profiler/__init__.py
+pycharm-bin/plugins/python-ce/helpers/profiler/_imps/__init__.py
+pycharm-bin/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py
+pycharm-bin/plugins/python-ce/helpers/profiler/_prof_imports.py
+pycharm-bin/plugins/python-ce/helpers/profiler/load_pstat.py
+pycharm-bin/plugins/python-ce/helpers/profiler/prof_io.py
+pycharm-bin/plugins/python-ce/helpers/profiler/prof_six.py
+pycharm-bin/plugins/python-ce/helpers/profiler/prof_util.py
+pycharm-bin/plugins/python-ce/helpers/profiler/profiler.thrift
+pycharm-bin/plugins/python-ce/helpers/profiler/run_profiler.py
+pycharm-bin/plugins/python-ce/helpers/profiler/vmprof_profiler.py
+pycharm-bin/plugins/python-ce/helpers/profiler/yappi_profiler.py
+pycharm-bin/plugins/python-ce/helpers/py2ipnb_converter.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/_compat.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/core.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/docutils.conf
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/examples.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/frontend.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/io.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/af.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/ca.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/cs.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/da.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/de.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/en.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/eo.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/es.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/fi.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/fr.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/gl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/he.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/it.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/ja.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/lt.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/nl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/pl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/pt_br.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/ru.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/sk.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/sv.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/zh_cn.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/languages/zh_tw.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/nodes.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/null.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/admonitions.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/body.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/html.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/images.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/misc.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/parts.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/tables.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/README.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamso.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isobox.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isodia.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat1.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat2.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isonum.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isopub.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isotech.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/af.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ca.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/cs.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/da.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/de.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/en.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/eo.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/es.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fi.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fr.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/gl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/he.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/it.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ja.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/lt.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/nl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pl.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pt_br.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ru.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sk.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sv.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/roles.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/states.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/parsers/rst/tableparser.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/readers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/readers/pep.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/readers/standalone.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/statemachine.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/components.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/frontmatter.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/misc.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/parts.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/peps.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/references.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/universal.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/transforms/writer_aux.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/math/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/math/tex2unichar.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/math/unichar2tex.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/roman.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/utils/urischemes.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/docutils_xml.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/html4css1.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/default.tex
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/titlepage.tex
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/xelatex.tex
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/manpage.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/null.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/pep.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/template.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/pseudoxml.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/README.txt
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/_compat.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/core.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/examples.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/frontend.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/io.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/af.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/ca.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/cs.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/da.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/de.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/en.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/eo.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/es.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/fi.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/fr.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/gl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/he.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/it.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/ja.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/lt.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/nl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/pl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/pt_br.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/ru.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/sk.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/sv.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/zh_cn.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/languages/zh_tw.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/nodes.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/null.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/admonitions.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/body.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/html.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/images.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/misc.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/parts.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/tables.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/README.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamso.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isobox.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isodia.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat1.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat2.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isonum.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isopub.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isotech.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/af.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ca.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/cs.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/da.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/de.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/en.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/eo.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/es.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fi.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fr.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/gl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/he.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/it.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ja.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lt.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/nl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pl.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pt_br.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ru.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sk.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sv.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/roles.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/states.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/parsers/rst/tableparser.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/readers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/readers/pep.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/readers/standalone.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/statemachine.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/components.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/frontmatter.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/misc.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/parts.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/peps.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/references.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/universal.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/transforms/writer_aux.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/code_analyzer.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/math/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/math/latex2mathml.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/math/unichar2tex.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/punctuation_chars.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/roman.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/utils/urischemes.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/docutils_xml.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/html4css1.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/default.tex
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlepage.tex
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/xelatex.tex
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/manpage.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/null.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/pep.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/template.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/pseudoxml.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/__init__.py
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/README.txt
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css
+pycharm-bin/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/.gitignore
+pycharm-bin/plugins/python-ce/helpers/pycharm/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt
+pycharm-bin/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_bdd_utils.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_create_folder.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_django_behave.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_django_project_creator.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_find_best_place.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_manage_tasks_provider.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_nosetest_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_parallel_tree_manager.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_tox_runner_3.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_tox_runner_4.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/_jb_utils.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/appcfg_fetcher.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/attestrunner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/behave_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/parser.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_xml.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/readme.txt
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_manage_shell.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_test_manage.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/django_test_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/docrunner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/fix_getpass.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/_2.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/_3.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/case.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/config.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/failure.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/loader.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/raise_compat.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/selector.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/suite.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_helper/util.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/nose_utils.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pycharm_commands/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pycharm_commands/pycharm_test.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pycharm_load_entry_point.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pycharm_run_utils.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pycharm_setup_runner.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/pytest_teamcity.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/runpy_compat.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/tcmessages.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/tcunittest.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/README.txt
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/common.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/context_managers.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/diff_tools.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/django.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/flake8_plugin.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/flake8_v2_plugin.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/flake8_v3_plugin.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/jb_behave_formatter.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/messages.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py
+pycharm-bin/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_display/datalore/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_display/datalore/display/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_display/datalore/display/display_.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_display/datalore/display/display_log.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_display/datalore/display/supported_data_type.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py
+pycharm-bin/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py
+pycharm-bin/plugins/python-ce/helpers/pycodestyle.py
+pycharm-bin/plugins/python-ce/helpers/pydev/LICENSE
+pycharm-bin/plugins/python-ce/helpers/pydev/MANIFEST.in
+pycharm-bin/plugins/python-ce/helpers/pydev/README.rst
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_getopt.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_log.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/fix_getpass.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_code_executor.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_commands.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_types.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_imports.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_completer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_rich_output.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_localhost.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_log.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_override.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_stdin.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_umd.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_versioncheck.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_comm/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_io.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_rpc.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_server.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_transport.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SocketServer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_inspect.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_saved_modules.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_sys_patch.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_asyncio_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_nest_asyncio.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_bytecode_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_output.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_constants.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec2.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_reload.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_repr_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_resolver.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_signature.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_stackless.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_tables.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_thrift.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pxd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pyx
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
+pycharm-bin/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/build.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/build_binaries_osx.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/build_common.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
+pycharm-bin/plugins/python-ce/helpers/pydev/interpreterInfo.py
+pycharm-bin/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/pycharm-console.rst
+pycharm-bin/plugins/python-ce/helpers/pydev/pycharm-readme.rst
+pycharm-bin/plugins/python-ce/helpers/pydev/pycompletionserver.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_app_engine_debug_startup.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_console/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_console/console.thrift
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_console/pydev_protocol.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_coverage.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/README
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhook.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookglut.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk3.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/qt.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/qt_for_kernel.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/qt_loaders.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_ipython/version.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_pysrc.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/pydev_sitecustomize/sitecustomize.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevconsole.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/README.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_always_live_program.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_check.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach.dylib
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_amd64.dll
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_script.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_x86.dll
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace.hpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace_37.hpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_version.hpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/ref_utils.hpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/.gitignore
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/attach.cpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_linux.sh
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_linux_aarch64.sh
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/compile_mac.sh
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/breakpoint.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/compat.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/crash.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/debug.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/disasm.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/event.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/interactive.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/module.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/README
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_example.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/process.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/registry.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/search.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/sql.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/system.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/textio.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/thread.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/window.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.cpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/compile_windows.bat
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_file_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/django_debug.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/README.md
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/README.md
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_plugins/jinja2_debug.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_pycharm.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pydevd_tracing.py
+pycharm-bin/plugins/python-ce/helpers/pydev/pytest.ini
+pycharm-bin/plugins/python-ce/helpers/pydev/runfiles.py
+pycharm-bin/plugins/python-ce/helpers/pydev/setup_cython.py
+pycharm-bin/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py
+pycharm-bin/plugins/python-ce/helpers/pydev/stubs/_get_tips.py
+pycharm-bin/plugins/python-ce/helpers/pydev/stubs/pycompletion.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/isort.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/natural.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pie_slice.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pylama_isort.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/settings.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py
+pycharm-bin/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
+pycharm-bin/plugins/python-ce/helpers/pydev/tox.ini
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/AUTHORS.txt
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/LICENSE.txt
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/README.md
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/StringIO.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/_pytest/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/_pytest/mark/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/_pytest/mark/structures.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/alembic.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/behave.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/cStringIO.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/copy.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/core/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/core/mail.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/db/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/db/models/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/db/models/query.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/forms/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/forms/forms.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/forms/formsets.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/forms/models.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/views/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/views/generic/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/django/views/generic/base.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/nose/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/nose/tools/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/numpy/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/numpy/core/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/numpy/core/multiarray.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/py/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/py/error.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/py/path/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/pytest/__init__.py
+pycharm-bin/plugins/python-ce/helpers/python-skeletons/struct.py
+pycharm-bin/plugins/python-ce/helpers/remote_sync.py
+pycharm-bin/plugins/python-ce/helpers/rest_runners/rst2smth.py
+pycharm-bin/plugins/python-ce/helpers/rest_runners/sphinx_runner.py
+pycharm-bin/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl
+pycharm-bin/plugins/python-ce/helpers/six.py
+pycharm-bin/plugins/python-ce/helpers/sphinxcontrib/__init__.py
+pycharm-bin/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py
+pycharm-bin/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py
+pycharm-bin/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py
+pycharm-bin/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py
+pycharm-bin/plugins/python-ce/helpers/syspath.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/README.md
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ctokens.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/lex.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/yacc.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ygen.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/client.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/processor.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/base.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/binary.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/compact.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/rpc.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/server.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/socket.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/base.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/buffered.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/framed.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/http.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/apache_json.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/base.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/server.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/base.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py
+pycharm-bin/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py
+pycharm-bin/plugins/python-ce/helpers/tools/class_method_versions.xml
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/False
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/None
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/True
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/__debug__
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/and
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/as
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/assert
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/break
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/class
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/continue
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/def
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/del
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/elif
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/else
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/except
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/exec
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/finally
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/for
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/from
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/global
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/if
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/import
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/in
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/is
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/lambda
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/nonlocal
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/not
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/or
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/pass
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/raise
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/return
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/try
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/while
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/with
+pycharm-bin/plugins/python-ce/helpers/tools/python_keywords/yield
+pycharm-bin/plugins/python-ce/helpers/tools/stdlib_packages.txt
+pycharm-bin/plugins/python-ce/helpers/tools/versions.xml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.editorconfig
+pycharm-bin/plugins/python-ce/helpers/typeshed/.flake8
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml
+pycharm-bin/plugins/python-ce/helpers/typeshed/.gitignore
+pycharm-bin/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
+pycharm-bin/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
+pycharm-bin/plugins/python-ce/helpers/typeshed/LICENSE
+pycharm-bin/plugins/python-ce/helpers/typeshed/MAINTAINERS.md
+pycharm-bin/plugins/python-ce/helpers/typeshed/README.md
+pycharm-bin/plugins/python-ce/helpers/typeshed/pyproject.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/pyrightconfig.json
+pycharm-bin/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
+pycharm-bin/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
+pycharm-bin/plugins/python-ce/helpers/typeshed/requirements-tests.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
+pycharm-bin/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/Cookie.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/HTMLParser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/Queue.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/SimpleHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/SocketServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/StringIO.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserDict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserList.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserString.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/__future__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/__main__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_ast.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_bisect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_codecs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_collections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_csv.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_curses.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_dummy_threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_functools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_heapq.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_hotshot.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_io.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_markupbase.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_md5.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_msi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_osx_support.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_random.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha256.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha512.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_socket.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sre.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_struct.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_symtable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_threading_local.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_tkinter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/wsgi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/xml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_warnings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakref.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakrefset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/antigravity.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/asynchat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/asyncore.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/atexit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/audioop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/base64.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/bdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/binascii.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/binhex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/bz2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cPickle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cProfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cStringIO.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/calendar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgitb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/chunk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/codecs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/codeop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/collections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/colorsys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/compileall.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/contextlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/cookielib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/csv.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/wintypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/ascii.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/panel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/textpad.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/datetime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/dumb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/gnu.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/ndbm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/decimal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_clib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/check.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/clean.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_data.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_lib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/register.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/sdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/debug.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dep_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dir_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/emxccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/extension.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/file_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/filelist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/spawn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/sysconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/text_file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/doctest.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/_parseaddr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/base64mime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/charset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/encoders.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/feedparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/generator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/image.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/multipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/quoprimime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/utf_8.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ensurepip/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/errno.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/fcntl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/filecmp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/fileinput.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/fnmatch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/formatter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/fractions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ftplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/functools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/future_builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/gc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/genericpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/getopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/getpass.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/gettext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/glob.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/grp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/gzip.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/hashlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/heapq.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/hmac.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/htmlentitydefs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/httplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/imaplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/imghdr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/imp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/importlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/inspect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/io.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pygram.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pytree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/linecache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/locale.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/handlers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/macpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/macurl2path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailbox.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailcap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/markupbase.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/marshal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/math.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/md5.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mmap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/modulefinder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/sequence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/msvcrt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/pool.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/process.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/mutex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/netrc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/nntplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/nturl2path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/numbers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/opcode.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/operator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ossaudiodev.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickletools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pipes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pkgutil.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/platform.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/plistlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/popen2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/poplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/posix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pprint.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/profile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pstats.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pty.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pwd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/quopri.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/random.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/re.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/readline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/repr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/rfc822.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/rlcompleter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/robotparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/runpy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sched.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/select.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sets.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sha.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/shelve.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/shlex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/shutil.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/signal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/site.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtpd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sndhdr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/socket.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/spwd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_compile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/ssl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/stat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/string.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringold.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringprep.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/strop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/struct.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/subprocess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sunau.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/symbol.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/symtable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/sysconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/syslog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/tabnanny.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/tarfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/telnetlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/tempfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/termios.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/textwrap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/time.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/timeit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/toaiff.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/tokenize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/trace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/traceback.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/tty.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/turtle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing_extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/unicodedata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/unittest.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/urlparse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/user.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/uu.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/uuid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/warnings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wave.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/weakref.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/validate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xdrlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/domreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minicompat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minidom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/handler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/saxutils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/xmlrpclib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipimport.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/xml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_warnings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/array.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ast.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asynchat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_futures.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_subprocess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_tasks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/coroutines.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/proactor_events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/protocols.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/queues.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/runners.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/selector_events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/sslproto.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/staggered.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/streams.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/subprocess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/taskgroups.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/asyncore.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/atexit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/audioop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/base64.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/bdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/binascii.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/binhex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/bz2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/cProfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/calendar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/cgi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/cgitb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/chunk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/cmath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/cmd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/codecs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/codeop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/collections/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/copy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/copyreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/datetime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dbm/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dbm/dumb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dbm/gnu.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dbm/ndbm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/decimal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/cmd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_dumb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_msi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_rpm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_wininst.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_clib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_py.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/check.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/clean.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_data.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_egg_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_lib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/register.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/sdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/upload.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/cygwinccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/debug.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/dep_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/dir_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/dist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/extension.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/fancy_getopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/file_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/filelist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/spawn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/sysconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/text_file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/base64mime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/charset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/contentmanager.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/encoders.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/feedparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/generator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/header.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/headerregistry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/iterators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/audio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/image.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/multipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/nonmultipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/mime/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/policy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/faulthandler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/fcntl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/filecmp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/fileinput.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/fnmatch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/formatter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/fractions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ftplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/functools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/gc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/genericpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/getopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/getpass.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/gettext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/glob.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/graphlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/grp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/gzip.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/hashlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/heapq.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/hmac.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/html/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/html/entities.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/html/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/http/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/http/client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/http/cookiejar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/http/cookies.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/http/server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/imaplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/imghdr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/io.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ipaddress.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/itertools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/literals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/pgen.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pygram.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pytree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/refactor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/linecache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/locale.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/logging/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/logging/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/logging/handlers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/lzma.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/macpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/mailbox.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/mailcap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/marshal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/math.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/mimetypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/mmap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/modulefinder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/msilib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/msilib/schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/msilib/sequence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/msilib/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/msvcrt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ntpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/nturl2path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pipes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pkgutil.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/platform.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/plistlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/poplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/posix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/posixpath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pprint.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/profile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pstats.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pty.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pwd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/py_compile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pyclbr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pydoc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/topics.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/queue.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/quopri.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/random.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/re.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/readline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/reprlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/rlcompleter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/runpy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sched.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/secrets.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/select.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/selectors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/shelve.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/shlex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/shutil.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/signal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/site.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/smtpd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/smtplib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sndhdr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/socket.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/socketserver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/string.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tarfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/telnetlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tempfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/termios.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/textwrap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/this.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/threading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/time.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/timeit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/colorchooser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/commondialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dnd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/filedialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/font.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/messagebox.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/scrolledtext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/simpledialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/tix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tkinter/ttk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tokenize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tomllib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/trace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/traceback.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tracemalloc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/tty.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/turtle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/typing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/typing_extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unicodedata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/_log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/async_case.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/case.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/loader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/mock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/runner.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/signals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/suite.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/unittest/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/request.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/urllib/robotparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/uu.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/uuid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/venv/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/warnings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wave.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/weakref.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/webbrowser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/winreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/winsound.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/handlers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/simple_server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/validate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xdrlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/NodeFilter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/domreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/expatbuilder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minicompat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minidom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/pulldom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/xmlbuilder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementInclude.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementPath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementTree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/zipfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/extra.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/meta.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/_yaml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/composer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/constructor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/cyaml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/dumper.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/emitter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/loader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/nodes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/reader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/representer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/resolver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/cmdline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/console.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/img.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/irc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/latex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/other.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/svg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/modeline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/regexopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/scanner.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/sphinxext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/style.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/styles/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/unistring.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/os.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/ospath.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/annoy/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/annoylib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/appdirs/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/appdirs/appdirs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/dates.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/languages.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/lists.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localedata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_unix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_win32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/catalog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/checkers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/extract.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/frontend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/jslexer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/mofile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/plurals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/pofile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/numbers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/plural.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/support.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/units.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/babel/babel/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/callbacks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/css_sanitizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ach_mandate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/android_pay_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_options.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/configuration.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credentials_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/environment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_codes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/europe_bank_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_completed.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/masterpass_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource_collection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/risk_data.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_status_event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/successful_result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/testing_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_amounts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/xml_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error_collection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cachetools/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/enums.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langgreekmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langthaimodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langturkishmodel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/universaldetector.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansitowin32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/contextvars/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/contextvars/contextvars.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/fernet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/oid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/loader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/locale.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/validation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/detection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezones.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/settings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/dj_database_url.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/doctree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/pep.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/bycython.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/emoji/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/data_dict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/flake8_builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/plugin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/assertions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/equiv_nodes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_inputstream.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/py.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/lint.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/html5parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/serializer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/auth.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/certs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/collection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/completion/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/completion/complete.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/env.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/executor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/loader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/argument.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/parser/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/program.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/runners.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/tasks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/terminals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/watchers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/ast.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/functions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/pooling.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/rdns.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/results.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/timezone.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/tls.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/usage.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/operation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/add.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/bind.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/compare.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/delete.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/extended.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modify.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/search.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/conv.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/dn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/repr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/tags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/logs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/propagation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_manager.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/hostkeys.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group1.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group14.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group16.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gss.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/message.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/packet.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pipe.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/py3compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_si.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/expressions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/grammar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apps.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/context.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_md4.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/des.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/digest.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/exc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/models.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/argon2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/cisco.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/digests.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/django.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/fshp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/misc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mssql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mysql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/oracle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/phpass.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/postgres.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/roundup.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scram.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/windows.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hash.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hosts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ifc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/pwd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/registry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/totp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/binary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/decor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/des.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/handlers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/polib/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/prettytable/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/colortable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/prettytable.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_range.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extensions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extras.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/farmhash.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/_asn1.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/native.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwe.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/lazy.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/reference.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzfile.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzinfo.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/fault.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/option.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vim/view.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/sessions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/status_codes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/structures.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/requests/requests/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/retry/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/bcppcompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/check.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/clean.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_egg_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/py37compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cygwinccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/debug.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dir_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/fancy_getopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/file_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/log.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/msvccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/text_file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dep_util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extern/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/decoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/encoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/builtins.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/cPickle.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/collections_abc.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/configparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/copyreg.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_multipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_text.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_entities.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookiejar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookies.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/queue.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/reprlib.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/socketserver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_constants.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_dialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_ttk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/request.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/robotparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_parse.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/serialize.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stdlib-list/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stdlib-list/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stdlib-list/stdlib_list/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stdlib-list/stdlib_list/_version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stdlib-list/stdlib_list/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_requestor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/createable_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/custom_method.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/searchable_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/account_link.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/alipay_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/apple_pay_domain.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/application_fee.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/application_fee_refund.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/balance.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/balance_transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bank_account.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/configuration.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/billing_portal/session.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bitcoin_receiver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/bitcoin_transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/capability.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/charge.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/checkout/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/checkout/session.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/country_spec.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/coupon.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/credit_note.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/credit_note_line_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/customer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/customer_balance_transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/dispute.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/ephemeral_key.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/error_object.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/event.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/exchange_rate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/file.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/file_link.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/verification_report.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/identity/verification_session.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/invoice_line_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuer_fraud_record.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/authorization.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/card.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/card_details.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/cardholder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/dispute.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/issuing/transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/line_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/list_object.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/login_link.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/order.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payout.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/person.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/plan.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/price.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/product.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/promotion_code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/quote.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/early_fraud_warning.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/value_list.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/radar/value_list_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/recipient.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/recipient_transfer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/refund.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_run.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sku.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/source.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/source_transaction.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription_item.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/subscription_schedule.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_code.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_id.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/tax_rate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/token.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/topup.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/transfer.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/usage_record.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/usage_record_summary.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/webhook_endpoint.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/http_client.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/multipart_data_generator.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/oauth.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/oauth_error.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/object_classes.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/request_metrics.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/stripe_object.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/stripe_response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/util.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/webhook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/termcolor/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/termcolor/termcolor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/toml/encoder.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/toml/ordered.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/requirements-stubtest.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_main.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_monitor.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/asyncio.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/auto.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/autonotebook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/cli.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/dask.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/gui.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/keras.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/notebook.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/rich.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/std.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/binding.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/typed-ast/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast27.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast3.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/conversions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tzlocal/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tzlocal/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/utils.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/windows_tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/_collections.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/poolmanager.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/request.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/timeout.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/url.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/base.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/behavior.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/change_tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/hcalendar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/icalendar.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/ics_diff.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/buffers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/channel.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/compat.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/parser.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/proxy_headers.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/receiver.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/rfc7230.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/runner.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/server.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/task.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xxhash/@tests/stubtest_allowlist.txt
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xxhash/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/version.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/README.md
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py
+pycharm-bin/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py
+pycharm-bin/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
+pycharm-bin/plugins/python-ce/helpers/virtualenv-20.16.7.pyz
+pycharm-bin/plugins/python-ce/lib/python-ce.jar
+pycharm-bin/plugins/python-sharedIndexes-downloadable/lib/python-sharedIndexes-downloadable.jar
+pycharm-bin/plugins/qodana/lib/qodana.jar
+pycharm-bin/plugins/qt-plugin/lib/qt-plugin.jar
+pycharm-bin/plugins/reStructuredText/lib/reStructuredText.jar
+pycharm-bin/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
+pycharm-bin/plugins/settingsSync/lib/settingsSync.jar
+pycharm-bin/plugins/sh/lib/sh.jar
+pycharm-bin/plugins/space/lib/space-java-jps.jar
+pycharm-bin/plugins/space/lib/space.jar
+pycharm-bin/plugins/tasks/lib/tasks-core.jar
+pycharm-bin/plugins/terminal/lib/terminal.jar
+pycharm-bin/plugins/terminal/pwsh/pwsh.ps1
+pycharm-bin/plugins/terminal/shell-integrations/bash/bash-integration.bash
+pycharm-bin/plugins/terminal/shell-integrations/bash/command-block-support.bash
+pycharm-bin/plugins/terminal/shell-integrations/fish/command-block-support.fish
+pycharm-bin/plugins/terminal/shell-integrations/fish/fish-integration.fish
+pycharm-bin/plugins/terminal/shell-integrations/powershell/command-block-support.ps1
+pycharm-bin/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
+pycharm-bin/plugins/terminal/zsh/.zshenv
+pycharm-bin/plugins/terminal/zsh/hooks.zsh
+pycharm-bin/plugins/textmate/lib/bundles/bat/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/bat/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/bat/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/bat/package.json
+pycharm-bin/plugins/textmate/lib/bundles/bat/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/clojure/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/clojure/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/clojure/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/clojure/package.json
+pycharm-bin/plugins/textmate/lib/bundles/clojure/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cmake/LICENSE
+pycharm-bin/plugins/textmate/lib/bundles/cmake/README.md
+pycharm-bin/plugins/textmate/lib/bundles/cmake/package.json
+pycharm-bin/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
+pycharm-bin/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/package.json
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/cpp/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/package.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/csharp/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/csharp/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/csharp/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/csharp/package.json
+pycharm-bin/plugins/textmate/lib/bundles/csharp/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/css/.vscode/launch.json
+pycharm-bin/plugins/textmate/lib/bundles/css/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/css/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/css/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/css/package.json
+pycharm-bin/plugins/textmate/lib/bundles/css/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/dart/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/dart/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/dart/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/dart/package.json
+pycharm-bin/plugins/textmate/lib/bundles/dart/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/diff/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/diff/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/diff/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/diff/package.json
+pycharm-bin/plugins/textmate/lib/bundles/diff/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/docker/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/docker/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/docker/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/docker/package.json
+pycharm-bin/plugins/textmate/lib/bundles/docker/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist
+pycharm-bin/plugins/textmate/lib/bundles/erlang/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/erlang/package.json
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/package.json
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/git-base/README.md
+pycharm-bin/plugins/textmate/lib/bundles/git-base/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/package.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/git-base/tsconfig.json
+pycharm-bin/plugins/textmate/lib/bundles/go/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/go/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/go/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/go/package.json
+pycharm-bin/plugins/textmate/lib/bundles/go/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/groovy/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/groovy/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/groovy/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/groovy/package.json
+pycharm-bin/plugins/textmate/lib/bundles/groovy/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/package.json
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/package.json
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/html/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/html/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/html/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/html/package.json
+pycharm-bin/plugins/textmate/lib/bundles/html/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/html/snippets/html.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/ini/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/package.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/java/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/java/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/java/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/java/package.json
+pycharm-bin/plugins/textmate/lib/bundles/java/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/java/snippets/java.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/javascript/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/package.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
+pycharm-bin/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
+pycharm-bin/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/json/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/json/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/json/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/json/package.json
+pycharm-bin/plugins/textmate/lib/bundles/json/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/jsp/LICENSE
+pycharm-bin/plugins/textmate/lib/bundles/jsp/README.md
+pycharm-bin/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/jsp/package.json
+pycharm-bin/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/julia/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/julia/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/julia/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/julia/package.json
+pycharm-bin/plugins/textmate/lib/bundles/julia/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/kotlin/info.plist
+pycharm-bin/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
+pycharm-bin/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
+pycharm-bin/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
+pycharm-bin/plugins/textmate/lib/bundles/latex/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/latex/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt
+pycharm-bin/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/latex-language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt
+pycharm-bin/plugins/textmate/lib/bundles/latex/package.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/less/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/less/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/less/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/less/package.json
+pycharm-bin/plugins/textmate/lib/bundles/less/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/log/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/log/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/log/package.json
+pycharm-bin/plugins/textmate/lib/bundles/log/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/lua/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/lua/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/lua/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/lua/package.json
+pycharm-bin/plugins/textmate/lib/bundles/lua/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/make/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/make/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/make/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/make/package.json
+pycharm-bin/plugins/textmate/lib/bundles/make/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/package.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/.gitignore
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/README.md
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/package.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/markdown-math/tsconfig.json
+pycharm-bin/plugins/textmate/lib/bundles/mdx/license
+pycharm-bin/plugins/textmate/lib/bundles/mdx/package.json
+pycharm-bin/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/package.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/perl/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/package.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/php/.vscode/launch.json
+pycharm-bin/plugins/textmate/lib/bundles/php/.vscode/tasks.json
+pycharm-bin/plugins/textmate/lib/bundles/php/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/php/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/php/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/php/package.json
+pycharm-bin/plugins/textmate/lib/bundles/php/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/php/snippets/php.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/powershell/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/powershell/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/powershell/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/powershell/package.json
+pycharm-bin/plugins/textmate/lib/bundles/powershell/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/pug/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/pug/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/pug/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/pug/package.json
+pycharm-bin/plugins/textmate/lib/bundles/pug/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/python/.vscode/launch.json
+pycharm-bin/plugins/textmate/lib/bundles/python/.vscode/tasks.json
+pycharm-bin/plugins/textmate/lib/bundles/python/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/python/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/python/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/python/package.json
+pycharm-bin/plugins/textmate/lib/bundles/python/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/r/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/r/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/r/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/r/package.json
+pycharm-bin/plugins/textmate/lib/bundles/r/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/razor/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/razor/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/razor/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/razor/package.json
+pycharm-bin/plugins/textmate/lib/bundles/razor/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/package.json
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/ruby/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/ruby/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/ruby/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/ruby/package.json
+pycharm-bin/plugins/textmate/lib/bundles/ruby/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/rust/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/rust/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/rust/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/rust/package.json
+pycharm-bin/plugins/textmate/lib/bundles/rust/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/scss/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/package.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/search-result/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/search-result/README.md
+pycharm-bin/plugins/textmate/lib/bundles/search-result/package.json
+pycharm-bin/plugins/textmate/lib/bundles/search-result/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/search-result/tsconfig.json
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/package.json
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/package.json
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/sql/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/sql/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/sql/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/sql/package.json
+pycharm-bin/plugins/textmate/lib/bundles/sql/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/swift/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/swift/LICENSE.md
+pycharm-bin/plugins/textmate/lib/bundles/swift/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/swift/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/swift/package.json
+pycharm-bin/plugins/textmate/lib/bundles/swift/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/terraform/LICENSE
+pycharm-bin/plugins/textmate/lib/bundles/terraform/README.md
+pycharm-bin/plugins/textmate/lib/bundles/terraform/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/terraform/package.json
+pycharm-bin/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
+pycharm-bin/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/LICENSE.md
+pycharm-bin/plugins/textmate/lib/bundles/twig/README.md
+pycharm-bin/plugins/textmate/lib/bundles/twig/package.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/snippets/snippets.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/extension.js
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/hover/filters.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/hover/functions.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/hover/twig.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json
+pycharm-bin/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/package.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/vb/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/vb/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/vb/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/vb/package.json
+pycharm-bin/plugins/textmate/lib/bundles/vb/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
+pycharm-bin/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/viml/LICENSE.txt
+pycharm-bin/plugins/textmate/lib/bundles/viml/grammars/viml.json
+pycharm-bin/plugins/textmate/lib/bundles/viml/package.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/xml/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/package.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/yaml/.vscodeignore
+pycharm-bin/plugins/textmate/lib/bundles/yaml/cgmanifest.json
+pycharm-bin/plugins/textmate/lib/bundles/yaml/language-configuration.json
+pycharm-bin/plugins/textmate/lib/bundles/yaml/package.json
+pycharm-bin/plugins/textmate/lib/bundles/yaml/package.nls.json
+pycharm-bin/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
+pycharm-bin/plugins/textmate/lib/textmate.jar
+pycharm-bin/plugins/toml/lib/toml.jar
+pycharm-bin/plugins/vcs-git/lib/git4idea-rt.jar
+pycharm-bin/plugins/vcs-git/lib/vcs-git.jar
+pycharm-bin/plugins/vcs-github/lib/vcs-github.jar
+pycharm-bin/plugins/vcs-gitlab/lib/vcs-gitlab.jar
+pycharm-bin/plugins/vcs-hg/lib/vcs-hg.jar
+pycharm-bin/plugins/vcs-svn/lib/vcs-svn.jar
+pycharm-bin/plugins/yaml/lib/yaml.jar
+pycharm-bin/product-info.json
 share/applications/pycharm.desktop
-@pkgdir ${PKGNAME}/plugins/cwm-plugin/quiche-native/linux-x86-64
+@pkgdir pycharm-bin/plugins/cwm-plugin/quiche-native/win32-x86-64
+@pkgdir pycharm-bin/plugins/cwm-plugin/quiche-native/linux-x86-64
+@pkgdir pycharm-bin/plugins/cwm-plugin/quiche-native/linux-aarch64
+@pkgdir pycharm-bin/plugins/cwm-plugin/quiche-native/darwin-x86-64
+@pkgdir pycharm-bin/plugins/cwm-plugin/quiche-native/darwin-aarch64
+@pkgdir pycharm-bin/lib/pty4j/linux/x86-64
+@pkgdir pycharm-bin/lib/native/linux-x86_64
+@pkgdir pycharm-bin/lib/jna/amd64

Index: pkgsrc/devel/pycharm-bin/distinfo
diff -u pkgsrc/devel/pycharm-bin/distinfo:1.6 pkgsrc/devel/pycharm-bin/distinfo:1.7
--- pkgsrc/devel/pycharm-bin/distinfo:1.6       Fri Jul 14 12:36:12 2023
+++ pkgsrc/devel/pycharm-bin/distinfo   Mon Sep 11 13:48:19 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2023/07/14 12:36:12 hauke Exp $
+$NetBSD: distinfo,v 1.7 2023/09/11 13:48:19 ryoon Exp $
 
-BLAKE2s (pycharm-community-2022.1.4.tar.gz) = 65cea0cfb503e0aadc92112460856961ca03b4091085e9d34d5424f50e09d653
-SHA512 (pycharm-community-2022.1.4.tar.gz) = 715b17638cf816738b9f5c8ee0c416929e46b60ba2eca0bb4cebffb7879816bb0786e7ab740eb460c6640dce774d1d48823632ed38df431912df9d05458d0e5e
-Size (pycharm-community-2022.1.4.tar.gz) = 540366810 bytes
-SHA1 (patch-bin_pycharm.sh) = 94a54d4f4c9de9fba6a655061616c20c68653212
-SHA1 (patch-bin_pycharm64.vmoptions) = ea200bdb8c97f27538eb638357b136e11cbdc85f
+BLAKE2s (pycharm-community-2023.2.1.tar.gz) = 0175604414e72cb8c2c47e7d08355cdce6f48b778b4711a41249bf12f62835f5
+SHA512 (pycharm-community-2023.2.1.tar.gz) = 243dcba743fd2e379692da977217e4914d922cb334db317ec5ecff3bde65e6816e1e57d1c810a9030844d15d24a99f99882547269c39aaa261456e49c543e63c
+Size (pycharm-community-2023.2.1.tar.gz) = 588203470 bytes
+SHA1 (patch-bin_pycharm.sh) = e618f9f8a94b0b95a8b23506673c0c6542881246
+SHA1 (patch-bin_pycharm64.vmoptions) = 501c0bb4c095f70e6446ce7b1042728ceccda185

Index: pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh
diff -u pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.2 pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.3
--- pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.2   Fri Jul 14 12:36:13 2023
+++ pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh       Mon Sep 11 13:48:19 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-bin_pycharm.sh,v 1.2 2023/07/14 12:36:13 hauke Exp $
+$NetBSD: patch-bin_pycharm.sh,v 1.3 2023/09/11 13:48:19 ryoon Exp $
 
 Run IDE with pkgsrc choice of JVM
 
---- bin/pycharm.sh.orig        2022-07-20 20:50:22.000000000 +0000
+--- bin/pycharm.sh.orig        1970-01-20 13:32:52.000000000 +0000
 +++ bin/pycharm.sh
 @@ -49,6 +49,9 @@ CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/
  # ---------------------------------------------------------------------
@@ -14,3 +14,18 @@ Run IDE with pkgsrc choice of JVM
  # shellcheck disable=SC2154
  if [ -n "$PYCHARM_JDK" ] && [ -x "$PYCHARM_JDK/bin/java" ]; then
    JRE="$PYCHARM_JDK"
+@@ -171,11 +174,14 @@ IFS="$(printf '\n\t')"
+ # shellcheck disable=SC2086
+ exec "$JAVA_BIN" \
+   -classpath "$CLASS_PATH" \
++  -XX:-UseCompressedClassPointers \
++  -XX:-UseCompressedOops \
+   "-XX:ErrorFile=$HOME/java_error_in_pycharm_%p.log" \
+   "-XX:HeapDumpPath=$HOME/java_error_in_pycharm_.hprof" \
+   ${VM_OPTIONS} \
+   "-Djb.vmOptionsFile=${USER_VM_OPTIONS_FILE:-${VM_OPTIONS_FILE}}" \
+   ${IDE_PROPERTIES_PROPERTY} \
++  -Didea.ui.icons.svg.disk.cache=false \
+   -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader -Didea.vendor.name=JetBrains -Didea.paths.selector=PyCharmCE2023.2 "-Djna.boot.library.path=$IDE_HOME/lib/jna/amd64" 
"-Dpty4j.preferred.native.folder=$IDE_HOME/lib/pty4j" -Djna.nosys=true -Djna.noclasspath=true -Didea.platform.prefix=PyCharmCore -Dsplash=true -Daether.connector.resumeDownloads=false 
--add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.ref=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED 
--add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED 
--add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED --add
 -opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED --add-opens=java.base/sun.security.ssl=ALL-UNNAMED --add-opens=java.base/sun.security.util=ALL-UNNAMED 
--add-opens=java.base/sun.net.dns=ALL-UNNAMED --add-opens=java.desktop/com.sun.java.swing.plaf.gtk=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED 
--add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt.event=ALL-UNNAMED --add-opens=java.desktop/java.awt.image=ALL-UNNAMED 
--add-opens=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED 
--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED 
--add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED --add-opens=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.des
 ktop/sun.font=ALL-UNNAMED --add-opens=java.desktop/sun.java2d=ALL-UNNAMED --add-opens=java.desktop/sun.swing=ALL-UNNAMED --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED 
--add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
--add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED \
+   com.intellij.idea.Main \
+   "$@"
Index: pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions
diff -u pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.2 pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.3
--- pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.2  Fri Jul 14 12:36:13 2023
+++ pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions      Mon Sep 11 13:48:19 2023
@@ -1,14 +1,14 @@
-$NetBSD: patch-bin_pycharm64.vmoptions,v 1.2 2023/07/14 12:36:13 hauke Exp $
+$NetBSD: patch-bin_pycharm64.vmoptions,v 1.3 2023/09/11 13:48:19 ryoon Exp $
 
 Add JVM options for a typical NetBSD setup.
 
---- bin/pycharm64.vmoptions.orig       2022-07-20 20:50:22.000000000 +0000
+--- bin/pycharm64.vmoptions.orig       2023-08-16 22:17:10.710608919 +0000
 +++ bin/pycharm64.vmoptions
 @@ -1,5 +1,7 @@
- -Xms128m
- -Xmx750m
+ -Xms256m
+ -Xmx1500m
 +-XX:-UseCompressedClassPointers
 +-XX:-UseCompressedOops
  -XX:ReservedCodeCacheSize=512m
- -XX:+IgnoreUnrecognizedVMOptions
  -XX:+UseG1GC
+ -XX:SoftRefLRUPolicyMSPerMB=50



Home | Main Index | Thread Index | Old Index