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:   hauke
Date:           Fri Jul 14 12:36:13 UTC 2023

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

Log Message:
Update devel/pycharm-bin to 2022.1.4

Newer versions are built with a java version newer than what we ship,
leading to binary incompatibility.

This version breaks with java 17, see
<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>,
and unfortunately the pkgsrc USE_JAVA2 is "version N or newer", which
does not help here.

Changes are too numerous to list, see
<https://youtrack.jetbrains.com/articles/PY-A-233537986/PyCharm-2022.1.4-221.6008.17-build-Release-Notes> etc.
("Neue Schraube! Ganz neue Schraube!")


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/pycharm-bin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/pycharm-bin/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pycharm-bin/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh \
    pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.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.7 pkgsrc/devel/pycharm-bin/Makefile:1.8
--- pkgsrc/devel/pycharm-bin/Makefile:1.7       Thu Jul 13 11:30:18 2023
+++ pkgsrc/devel/pycharm-bin/Makefile   Fri Jul 14 12:36:12 2023
@@ -1,38 +1,37 @@
-# $NetBSD: Makefile,v 1.7 2023/07/13 11:30:18 hauke Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/14 12:36:12 hauke Exp $
 
 
-VERSION=       2019.1.2
+VERSION=       2022.1.4
 DISTNAME=      pycharm-community-${VERSION}
 PKGNAME=       pycharm-bin-${VERSION}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://download.jetbrains.com/python/
 
 MAINTAINER=    youri%NetBSD.org@localhost
-HOMEPAGE=      http://www.jetbrains.org/
+HOMEPAGE=      https://www.jetbrains.org/
 COMMENT=       JetBrain\'s python IDE
 LICENSE=       apache-2.0
 
 DEPENDS+=      intellij-fsnotifier-[0-9]*:../../sysutils/intellij-fsnotifier
 
-WRKSRC=                ${WRKDIR}/pycharm-community-${VERSION}
-USE_JAVA=      yes
-USE_JAVA2=     8
+USE_JAVA2=     9
 
-# 2019 breaks on java17
-PKG_JVMS_ACCEPTED= openjdk11 adoptopenjdk11-bin openjdk-bin openjdk8 oracle-jdk8
+# 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
 
 USE_TOOLS+=    pax sed
 
-REPLACE_PYTHON=        bin/printenv.py \
-               bin/restart.py  \
+REPLACE_SH=    plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
+
+REPLACE_PYTHON=        bin/restart.py
 
 .include "../../mk/bsd.prefs.mk"
 
 INSTALLATION_DIRS=     pycharm-bin-${VERSION} \
                        share/applications
 
-NO_BUILD=      yes
+NO_BUILD=              yes
 
 SUBST_CLASSES+=                jdk
 SUBST_STAGE.jdk=       pre-install
@@ -41,19 +40,18 @@ SUBST_FILES.jdk=    bin/pycharm.sh
 SUBST_VARS.jdk=                PKG_JAVA_HOME
 
 do-install:
+       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME_NOREV}|g" \
+           ${FILESDIR}/pycharm.desktop > \
+           ${DESTDIR}${PREFIX}/share/applications/pycharm.desktop
        cd ${WRKSRC} && \
-       ${RM} -r bin/fsnotifier bin/fsnotifier-arm bin/*.orig   \
-       bin/fsnotifier64 bin/libdbm64.so                        \
-       lib/pty4j-native/linux/x86/libpty.so                    \
-       lib/pty4j-native/linux/x86_64/libpty.so                 \
-       jre64                                                   \
-       lib/pty4j-native/linux/ppc64le/libpty.so                \
-       helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so \
-       helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so && \
+       ${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 && \
        ${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \
-       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME_NOREV}|g" \
-       ${FILESDIR}/pycharm.desktop > \
-       ${DESTDIR}${PREFIX}/share/applications/pycharm.desktop && \
        pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME_NOREV}
 
 .include "../../lang/python/application.mk"

Index: pkgsrc/devel/pycharm-bin/PLIST
diff -u pkgsrc/devel/pycharm-bin/PLIST:1.2 pkgsrc/devel/pycharm-bin/PLIST:1.3
--- pkgsrc/devel/pycharm-bin/PLIST:1.2  Mon May 13 17:30:12 2019
+++ pkgsrc/devel/pycharm-bin/PLIST      Fri Jul 14 12:36:12 2023
@@ -1,1497 +1,79 @@
-@comment $NetBSD: PLIST,v 1.2 2019/05/13 17:30:12 ryoon Exp $
+@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/log.xml
-${PKGNAME}/bin/printenv.py
+${PKGNAME}/bin/ltedit.sh
 ${PKGNAME}/bin/pycharm.png
 ${PKGNAME}/bin/pycharm.sh
 ${PKGNAME}/bin/pycharm.svg
-${PKGNAME}/bin/pycharm.vmoptions
 ${PKGNAME}/bin/pycharm64.vmoptions
 ${PKGNAME}/bin/restart.py
 ${PKGNAME}/build.txt
 ${PKGNAME}/help/ReferenceCard.pdf
 ${PKGNAME}/help/ReferenceCardForMac.pdf
-${PKGNAME}/helpers/MathJax/MathJax.js
-${PKGNAME}/helpers/MathJax/config/TeX-AMS_HTML-full.js
-${PKGNAME}/helpers/MathJax/config/local/local.js
-${PKGNAME}/helpers/MathJax/extensions/AssistiveMML.js
-${PKGNAME}/helpers/MathJax/extensions/MathEvents.js
-${PKGNAME}/helpers/MathJax/extensions/MathMenu.js
-${PKGNAME}/helpers/MathJax/extensions/MathZoom.js
-${PKGNAME}/helpers/MathJax/extensions/TeX/AMSmath.js
-${PKGNAME}/helpers/MathJax/extensions/TeX/AMSsymbols.js
-${PKGNAME}/helpers/MathJax/extensions/TeX/noErrors.js
-${PKGNAME}/helpers/MathJax/extensions/TeX/noUndefined.js
-${PKGNAME}/helpers/MathJax/extensions/fast-preview.js
-${PKGNAME}/helpers/MathJax/extensions/tex2jax.js
-${PKGNAME}/helpers/MathJax/extensions/toMathML.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/jax.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/Arrows.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/Dingbats.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/MathOperators.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js
-${PKGNAME}/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js
-${PKGNAME}/helpers/MathJax/jax/input/TeX/config.js
-${PKGNAME}/helpers/MathJax/jax/input/TeX/jax.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/blank.gif
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/config.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js
-${PKGNAME}/helpers/MathJax/jax/output/HTML-CSS/jax.js
-${PKGNAME}/helpers/MathJax/jax/output/PreviewHTML/config.js
-${PKGNAME}/helpers/MathJax/jax/output/PreviewHTML/jax.js
-${PKGNAME}/helpers/check_all_test_suite.py
-${PKGNAME}/helpers/conda_packaging_tool.py
-${PKGNAME}/helpers/coverage_runner/__init__.py
-${PKGNAME}/helpers/coverage_runner/run_coverage.py
-${PKGNAME}/helpers/coveragepy/__init__.py
-${PKGNAME}/helpers/coveragepy/coverage/__init__.py
-${PKGNAME}/helpers/coveragepy/coverage/__main__.py
-${PKGNAME}/helpers/coveragepy/coverage/annotate.py
-${PKGNAME}/helpers/coveragepy/coverage/backunittest.py
-${PKGNAME}/helpers/coveragepy/coverage/backward.py
-${PKGNAME}/helpers/coveragepy/coverage/bytecode.py
-${PKGNAME}/helpers/coveragepy/coverage/cmdline.py
-${PKGNAME}/helpers/coveragepy/coverage/collector.py
-${PKGNAME}/helpers/coveragepy/coverage/config.py
-${PKGNAME}/helpers/coveragepy/coverage/control.py
-${PKGNAME}/helpers/coveragepy/coverage/data.py
-${PKGNAME}/helpers/coveragepy/coverage/debug.py
-${PKGNAME}/helpers/coveragepy/coverage/env.py
-${PKGNAME}/helpers/coveragepy/coverage/execfile.py
-${PKGNAME}/helpers/coveragepy/coverage/files.py
-${PKGNAME}/helpers/coveragepy/coverage/html.py
-${PKGNAME}/helpers/coveragepy/coverage/misc.py
-${PKGNAME}/helpers/coveragepy/coverage/multiproc.py
-${PKGNAME}/helpers/coveragepy/coverage/parser.py
-${PKGNAME}/helpers/coveragepy/coverage/phystokens.py
-${PKGNAME}/helpers/coveragepy/coverage/pickle2json.py
-${PKGNAME}/helpers/coveragepy/coverage/plugin.py
-${PKGNAME}/helpers/coveragepy/coverage/plugin_support.py
-${PKGNAME}/helpers/coveragepy/coverage/python.py
-${PKGNAME}/helpers/coveragepy/coverage/pytracer.py
-${PKGNAME}/helpers/coveragepy/coverage/report.py
-${PKGNAME}/helpers/coveragepy/coverage/results.py
-${PKGNAME}/helpers/coveragepy/coverage/summary.py
-${PKGNAME}/helpers/coveragepy/coverage/templite.py
-${PKGNAME}/helpers/coveragepy/coverage/version.py
-${PKGNAME}/helpers/coveragepy/coverage/xmlreport.py
-${PKGNAME}/helpers/docstring_formatter.py
-${PKGNAME}/helpers/epydoc/__init__.py
-${PKGNAME}/helpers/epydoc/apidoc.py
-${PKGNAME}/helpers/epydoc/checker.py
-${PKGNAME}/helpers/epydoc/cli.py
-${PKGNAME}/helpers/epydoc/compat.py
-${PKGNAME}/helpers/epydoc/docbuilder.py
-${PKGNAME}/helpers/epydoc/docintrospecter.py
-${PKGNAME}/helpers/epydoc/docparser.py
-${PKGNAME}/helpers/epydoc/docstringparser.py
-${PKGNAME}/helpers/epydoc/docwriter/__init__.py
-${PKGNAME}/helpers/epydoc/docwriter/dotgraph.py
-${PKGNAME}/helpers/epydoc/docwriter/html.py
-${PKGNAME}/helpers/epydoc/docwriter/html_colorize.py
-${PKGNAME}/helpers/epydoc/docwriter/html_css.py
-${PKGNAME}/helpers/epydoc/docwriter/html_help.py
-${PKGNAME}/helpers/epydoc/docwriter/latex.py
-${PKGNAME}/helpers/epydoc/docwriter/plaintext.py
-${PKGNAME}/helpers/epydoc/docwriter/xlink.py
-${PKGNAME}/helpers/epydoc/gui.py
-${PKGNAME}/helpers/epydoc/log.py
-${PKGNAME}/helpers/epydoc/markup/__init__.py
-${PKGNAME}/helpers/epydoc/markup/doctest.py
-${PKGNAME}/helpers/epydoc/markup/epytext.py
-${PKGNAME}/helpers/epydoc/markup/javadoc.py
-${PKGNAME}/helpers/epydoc/markup/plaintext.py
-${PKGNAME}/helpers/epydoc/markup/pyval_repr.py
-${PKGNAME}/helpers/epydoc/markup/restructuredtext.py
-${PKGNAME}/helpers/epydoc/util.py
-${PKGNAME}/helpers/extra_syspath.py
-${PKGNAME}/helpers/generator3.py
-${PKGNAME}/helpers/icon-robots.txt
-${PKGNAME}/helpers/idle.py
-${PKGNAME}/helpers/packaging_tool.py
-${PKGNAME}/helpers/pip-19.0.3.tar.gz
-${PKGNAME}/helpers/pockets/__init__.py
-${PKGNAME}/helpers/pockets/_version.py
-${PKGNAME}/helpers/pockets/collections.py
-${PKGNAME}/helpers/pockets/inspect.py
-${PKGNAME}/helpers/pockets/iterators.py
-${PKGNAME}/helpers/pockets/string.py
-${PKGNAME}/helpers/profiler/__init__.py
-${PKGNAME}/helpers/profiler/_imps/__init__.py
-${PKGNAME}/helpers/profiler/_imps/_pydev_pkgutil_old.py
-${PKGNAME}/helpers/profiler/_prof_imports.py
-${PKGNAME}/helpers/profiler/load_pstat.py
-${PKGNAME}/helpers/profiler/prof_io.py
-${PKGNAME}/helpers/profiler/prof_six.py
-${PKGNAME}/helpers/profiler/prof_util.py
-${PKGNAME}/helpers/profiler/profiler.thrift
-${PKGNAME}/helpers/profiler/run_profiler.py
-${PKGNAME}/helpers/profiler/vmprof_profiler.py
-${PKGNAME}/helpers/profiler/yappi_profiler.py
-${PKGNAME}/helpers/py2ipnb_converter.py
-${PKGNAME}/helpers/py2only/docutils/__init__.py
-${PKGNAME}/helpers/py2only/docutils/_compat.py
-${PKGNAME}/helpers/py2only/docutils/core.py
-${PKGNAME}/helpers/py2only/docutils/docutils.conf
-${PKGNAME}/helpers/py2only/docutils/examples.py
-${PKGNAME}/helpers/py2only/docutils/frontend.py
-${PKGNAME}/helpers/py2only/docutils/io.py
-${PKGNAME}/helpers/py2only/docutils/languages/__init__.py
-${PKGNAME}/helpers/py2only/docutils/languages/af.py
-${PKGNAME}/helpers/py2only/docutils/languages/ca.py
-${PKGNAME}/helpers/py2only/docutils/languages/cs.py
-${PKGNAME}/helpers/py2only/docutils/languages/da.py
-${PKGNAME}/helpers/py2only/docutils/languages/de.py
-${PKGNAME}/helpers/py2only/docutils/languages/en.py
-${PKGNAME}/helpers/py2only/docutils/languages/eo.py
-${PKGNAME}/helpers/py2only/docutils/languages/es.py
-${PKGNAME}/helpers/py2only/docutils/languages/fi.py
-${PKGNAME}/helpers/py2only/docutils/languages/fr.py
-${PKGNAME}/helpers/py2only/docutils/languages/gl.py
-${PKGNAME}/helpers/py2only/docutils/languages/he.py
-${PKGNAME}/helpers/py2only/docutils/languages/it.py
-${PKGNAME}/helpers/py2only/docutils/languages/ja.py
-${PKGNAME}/helpers/py2only/docutils/languages/lt.py
-${PKGNAME}/helpers/py2only/docutils/languages/nl.py
-${PKGNAME}/helpers/py2only/docutils/languages/pl.py
-${PKGNAME}/helpers/py2only/docutils/languages/pt_br.py
-${PKGNAME}/helpers/py2only/docutils/languages/ru.py
-${PKGNAME}/helpers/py2only/docutils/languages/sk.py
-${PKGNAME}/helpers/py2only/docutils/languages/sv.py
-${PKGNAME}/helpers/py2only/docutils/languages/zh_cn.py
-${PKGNAME}/helpers/py2only/docutils/languages/zh_tw.py
-${PKGNAME}/helpers/py2only/docutils/nodes.py
-${PKGNAME}/helpers/py2only/docutils/parsers/__init__.py
-${PKGNAME}/helpers/py2only/docutils/parsers/null.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/__init__.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/__init__.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/admonitions.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/body.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/html.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/images.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/misc.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/parts.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/references.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/directives/tables.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/README.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamso.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isobox.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isodia.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isolat1.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isolat2.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomopf.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isomscr.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isonum.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isopub.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/isotech.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/s5defs.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/__init__.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/af.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/ca.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/cs.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/da.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/de.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/en.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/eo.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/es.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/fi.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/fr.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/gl.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/he.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/it.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/ja.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/lt.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/nl.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/pl.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/pt_br.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/ru.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/sk.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/sv.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/roles.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/states.py
-${PKGNAME}/helpers/py2only/docutils/parsers/rst/tableparser.py
-${PKGNAME}/helpers/py2only/docutils/readers/__init__.py
-${PKGNAME}/helpers/py2only/docutils/readers/doctree.py
-${PKGNAME}/helpers/py2only/docutils/readers/pep.py
-${PKGNAME}/helpers/py2only/docutils/readers/standalone.py
-${PKGNAME}/helpers/py2only/docutils/statemachine.py
-${PKGNAME}/helpers/py2only/docutils/transforms/__init__.py
-${PKGNAME}/helpers/py2only/docutils/transforms/components.py
-${PKGNAME}/helpers/py2only/docutils/transforms/frontmatter.py
-${PKGNAME}/helpers/py2only/docutils/transforms/misc.py
-${PKGNAME}/helpers/py2only/docutils/transforms/parts.py
-${PKGNAME}/helpers/py2only/docutils/transforms/peps.py
-${PKGNAME}/helpers/py2only/docutils/transforms/references.py
-${PKGNAME}/helpers/py2only/docutils/transforms/universal.py
-${PKGNAME}/helpers/py2only/docutils/transforms/writer_aux.py
-${PKGNAME}/helpers/py2only/docutils/utils/__init__.py
-${PKGNAME}/helpers/py2only/docutils/utils/code_analyzer.py
-${PKGNAME}/helpers/py2only/docutils/utils/error_reporting.py
-${PKGNAME}/helpers/py2only/docutils/utils/math/__init__.py
-${PKGNAME}/helpers/py2only/docutils/utils/math/latex2mathml.py
-${PKGNAME}/helpers/py2only/docutils/utils/math/math2html.py
-${PKGNAME}/helpers/py2only/docutils/utils/math/tex2unichar.py
-${PKGNAME}/helpers/py2only/docutils/utils/math/unichar2tex.py
-${PKGNAME}/helpers/py2only/docutils/utils/punctuation_chars.py
-${PKGNAME}/helpers/py2only/docutils/utils/roman.py
-${PKGNAME}/helpers/py2only/docutils/utils/smartquotes.py
-${PKGNAME}/helpers/py2only/docutils/utils/urischemes.py
-${PKGNAME}/helpers/py2only/docutils/writers/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/docutils_xml.py
-${PKGNAME}/helpers/py2only/docutils/writers/html4css1/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/html4css1/html4css1.css
-${PKGNAME}/helpers/py2only/docutils/writers/html4css1/math.css
-${PKGNAME}/helpers/py2only/docutils/writers/html4css1/template.txt
-${PKGNAME}/helpers/py2only/docutils/writers/latex2e/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/latex2e/default.tex
-${PKGNAME}/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty
-${PKGNAME}/helpers/py2only/docutils/writers/latex2e/titlepage.tex
-${PKGNAME}/helpers/py2only/docutils/writers/latex2e/xelatex.tex
-${PKGNAME}/helpers/py2only/docutils/writers/manpage.py
-${PKGNAME}/helpers/py2only/docutils/writers/null.py
-${PKGNAME}/helpers/py2only/docutils/writers/odf_odt/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py
-${PKGNAME}/helpers/py2only/docutils/writers/odf_odt/styles.odt
-${PKGNAME}/helpers/py2only/docutils/writers/pep_html/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/pep_html/pep.css
-${PKGNAME}/helpers/py2only/docutils/writers/pep_html/template.txt
-${PKGNAME}/helpers/py2only/docutils/writers/pseudoxml.py
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/__init__.py
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/README.txt
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/print.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css
-${PKGNAME}/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css
-${PKGNAME}/helpers/py2only/docutils/writers/xetex/__init__.py
-${PKGNAME}/helpers/py2only/roman.py
-${PKGNAME}/helpers/py3only/docutils/__init__.py
-${PKGNAME}/helpers/py3only/docutils/_compat.py
-${PKGNAME}/helpers/py3only/docutils/core.py
-${PKGNAME}/helpers/py3only/docutils/examples.py
-${PKGNAME}/helpers/py3only/docutils/frontend.py
-${PKGNAME}/helpers/py3only/docutils/io.py
-${PKGNAME}/helpers/py3only/docutils/languages/__init__.py
-${PKGNAME}/helpers/py3only/docutils/languages/af.py
-${PKGNAME}/helpers/py3only/docutils/languages/ca.py
-${PKGNAME}/helpers/py3only/docutils/languages/cs.py
-${PKGNAME}/helpers/py3only/docutils/languages/da.py
-${PKGNAME}/helpers/py3only/docutils/languages/de.py
-${PKGNAME}/helpers/py3only/docutils/languages/en.py
-${PKGNAME}/helpers/py3only/docutils/languages/eo.py
-${PKGNAME}/helpers/py3only/docutils/languages/es.py
-${PKGNAME}/helpers/py3only/docutils/languages/fi.py
-${PKGNAME}/helpers/py3only/docutils/languages/fr.py
-${PKGNAME}/helpers/py3only/docutils/languages/gl.py
-${PKGNAME}/helpers/py3only/docutils/languages/he.py
-${PKGNAME}/helpers/py3only/docutils/languages/it.py
-${PKGNAME}/helpers/py3only/docutils/languages/ja.py
-${PKGNAME}/helpers/py3only/docutils/languages/lt.py
-${PKGNAME}/helpers/py3only/docutils/languages/nl.py
-${PKGNAME}/helpers/py3only/docutils/languages/pl.py
-${PKGNAME}/helpers/py3only/docutils/languages/pt_br.py
-${PKGNAME}/helpers/py3only/docutils/languages/ru.py
-${PKGNAME}/helpers/py3only/docutils/languages/sk.py
-${PKGNAME}/helpers/py3only/docutils/languages/sv.py
-${PKGNAME}/helpers/py3only/docutils/languages/zh_cn.py
-${PKGNAME}/helpers/py3only/docutils/languages/zh_tw.py
-${PKGNAME}/helpers/py3only/docutils/nodes.py
-${PKGNAME}/helpers/py3only/docutils/parsers/__init__.py
-${PKGNAME}/helpers/py3only/docutils/parsers/null.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/__init__.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/__init__.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/admonitions.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/body.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/html.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/images.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/misc.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/parts.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/references.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/directives/tables.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/README.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamso.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isobox.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isodia.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isolat1.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isolat2.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomopf.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isomscr.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isonum.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isopub.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/isotech.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/s5defs.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/__init__.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/af.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/ca.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/cs.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/da.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/de.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/en.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/eo.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/es.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/fi.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/fr.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/gl.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/he.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/it.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/ja.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/lt.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/nl.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/pl.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/pt_br.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/ru.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/sk.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/sv.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/roles.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/states.py
-${PKGNAME}/helpers/py3only/docutils/parsers/rst/tableparser.py
-${PKGNAME}/helpers/py3only/docutils/readers/__init__.py
-${PKGNAME}/helpers/py3only/docutils/readers/doctree.py
-${PKGNAME}/helpers/py3only/docutils/readers/pep.py
-${PKGNAME}/helpers/py3only/docutils/readers/standalone.py
-${PKGNAME}/helpers/py3only/docutils/statemachine.py
-${PKGNAME}/helpers/py3only/docutils/transforms/__init__.py
-${PKGNAME}/helpers/py3only/docutils/transforms/components.py
-${PKGNAME}/helpers/py3only/docutils/transforms/frontmatter.py
-${PKGNAME}/helpers/py3only/docutils/transforms/misc.py
-${PKGNAME}/helpers/py3only/docutils/transforms/parts.py
-${PKGNAME}/helpers/py3only/docutils/transforms/peps.py
-${PKGNAME}/helpers/py3only/docutils/transforms/references.py
-${PKGNAME}/helpers/py3only/docutils/transforms/universal.py
-${PKGNAME}/helpers/py3only/docutils/transforms/writer_aux.py
-${PKGNAME}/helpers/py3only/docutils/utils/__init__.py
-${PKGNAME}/helpers/py3only/docutils/utils/code_analyzer.py
-${PKGNAME}/helpers/py3only/docutils/utils/error_reporting.py
-${PKGNAME}/helpers/py3only/docutils/utils/math/__init__.py
-${PKGNAME}/helpers/py3only/docutils/utils/math/latex2mathml.py
-${PKGNAME}/helpers/py3only/docutils/utils/math/math2html.py
-${PKGNAME}/helpers/py3only/docutils/utils/math/tex2unichar.py
-${PKGNAME}/helpers/py3only/docutils/utils/math/unichar2tex.py
-${PKGNAME}/helpers/py3only/docutils/utils/punctuation_chars.py
-${PKGNAME}/helpers/py3only/docutils/utils/roman.py
-${PKGNAME}/helpers/py3only/docutils/utils/smartquotes.py
-${PKGNAME}/helpers/py3only/docutils/utils/urischemes.py
-${PKGNAME}/helpers/py3only/docutils/writers/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/docutils_xml.py
-${PKGNAME}/helpers/py3only/docutils/writers/html4css1/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/html4css1/html4css1.css
-${PKGNAME}/helpers/py3only/docutils/writers/html4css1/math.css
-${PKGNAME}/helpers/py3only/docutils/writers/html4css1/template.txt
-${PKGNAME}/helpers/py3only/docutils/writers/latex2e/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/latex2e/default.tex
-${PKGNAME}/helpers/py3only/docutils/writers/latex2e/titlepage.tex
-${PKGNAME}/helpers/py3only/docutils/writers/latex2e/xelatex.tex
-${PKGNAME}/helpers/py3only/docutils/writers/manpage.py
-${PKGNAME}/helpers/py3only/docutils/writers/null.py
-${PKGNAME}/helpers/py3only/docutils/writers/odf_odt/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py
-${PKGNAME}/helpers/py3only/docutils/writers/odf_odt/styles.odt
-${PKGNAME}/helpers/py3only/docutils/writers/pep_html/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/pep_html/pep.css
-${PKGNAME}/helpers/py3only/docutils/writers/pep_html/template.txt
-${PKGNAME}/helpers/py3only/docutils/writers/pseudoxml.py
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/__init__.py
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/README.txt
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/print.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css
-${PKGNAME}/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css
-${PKGNAME}/helpers/py3only/docutils/writers/xetex/__init__.py
-${PKGNAME}/helpers/pycharm/__init__.py
-${PKGNAME}/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt
-${PKGNAME}/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py
-${PKGNAME}/helpers/pycharm/_bdd_utils.py
-${PKGNAME}/helpers/pycharm/_jb_create_folder.py
-${PKGNAME}/helpers/pycharm/_jb_django_behave.py
-${PKGNAME}/helpers/pycharm/_jb_django_project_creator.py
-${PKGNAME}/helpers/pycharm/_jb_find_best_place.py
-${PKGNAME}/helpers/pycharm/_jb_manage_tasks_provider.py
-${PKGNAME}/helpers/pycharm/_jb_nosetest_runner.py
-${PKGNAME}/helpers/pycharm/_jb_parallel_tree_manager.py
-${PKGNAME}/helpers/pycharm/_jb_pytest_runner.py
-${PKGNAME}/helpers/pycharm/_jb_runner_tools.py
-${PKGNAME}/helpers/pycharm/_jb_serial_tree_manager.py
-${PKGNAME}/helpers/pycharm/_jb_tox_runner.py
-${PKGNAME}/helpers/pycharm/_jb_trialtest_runner.py
-${PKGNAME}/helpers/pycharm/_jb_unittest_runner.py
-${PKGNAME}/helpers/pycharm/_jb_utils.py
-${PKGNAME}/helpers/pycharm/appcfg_fetcher.py
-${PKGNAME}/helpers/pycharm/attestrunner.py
-${PKGNAME}/helpers/pycharm/behave_runner.py
-${PKGNAME}/helpers/pycharm/buildout_engulfer.py
-${PKGNAME}/helpers/pycharm/django_manage.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/__init__.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_parser/parser.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/_xml.py
-${PKGNAME}/helpers/pycharm/django_manage_commands_provider/readme.txt
-${PKGNAME}/helpers/pycharm/django_manage_shell.py
-${PKGNAME}/helpers/pycharm/django_test_manage.py
-${PKGNAME}/helpers/pycharm/django_test_runner.py
-${PKGNAME}/helpers/pycharm/docrunner.py
-${PKGNAME}/helpers/pycharm/fix_getpass.py
-${PKGNAME}/helpers/pycharm/lettuce_runner.py
-${PKGNAME}/helpers/pycharm/nose_helper/_2.py
-${PKGNAME}/helpers/pycharm/nose_helper/_3.py
-${PKGNAME}/helpers/pycharm/nose_helper/__init__.py
-${PKGNAME}/helpers/pycharm/nose_helper/case.py
-${PKGNAME}/helpers/pycharm/nose_helper/config.py
-${PKGNAME}/helpers/pycharm/nose_helper/failure.py
-${PKGNAME}/helpers/pycharm/nose_helper/loader.py
-${PKGNAME}/helpers/pycharm/nose_helper/raise_compat.py
-${PKGNAME}/helpers/pycharm/nose_helper/selector.py
-${PKGNAME}/helpers/pycharm/nose_helper/suite.py
-${PKGNAME}/helpers/pycharm/nose_helper/util.py
-${PKGNAME}/helpers/pycharm/nose_utils.py
-${PKGNAME}/helpers/pycharm/noserunner.py
-${PKGNAME}/helpers/pycharm/pycharm_commands/__init__.py
-${PKGNAME}/helpers/pycharm/pycharm_commands/pycharm_test.py
-${PKGNAME}/helpers/pycharm/pycharm_load_entry_point.py
-${PKGNAME}/helpers/pycharm/pycharm_run_utils.py
-${PKGNAME}/helpers/pycharm/pycharm_setup_runner.py
-${PKGNAME}/helpers/pycharm/pytest_teamcity.py
-${PKGNAME}/helpers/pycharm/pytestrunner.py
-${PKGNAME}/helpers/pycharm/runpy_compat.py
-${PKGNAME}/helpers/pycharm/tcmessages.py
-${PKGNAME}/helpers/pycharm/tcunittest.py
-${PKGNAME}/helpers/pycharm/teamcity/README.txt
-${PKGNAME}/helpers/pycharm/teamcity/__init__.py
-${PKGNAME}/helpers/pycharm/teamcity/common.py
-${PKGNAME}/helpers/pycharm/teamcity/context_managers.py
-${PKGNAME}/helpers/pycharm/teamcity/diff_tools.py
-${PKGNAME}/helpers/pycharm/teamcity/django.py
-${PKGNAME}/helpers/pycharm/teamcity/flake8_plugin.py
-${PKGNAME}/helpers/pycharm/teamcity/flake8_v2_plugin.py
-${PKGNAME}/helpers/pycharm/teamcity/flake8_v3_plugin.py
-${PKGNAME}/helpers/pycharm/teamcity/jb_behave_formatter.py
-${PKGNAME}/helpers/pycharm/teamcity/messages.py
-${PKGNAME}/helpers/pycharm/teamcity/nose_report.py
-${PKGNAME}/helpers/pycharm/teamcity/pytest_plugin.py
-${PKGNAME}/helpers/pycharm/teamcity/unittestpy.py
-${PKGNAME}/helpers/pycharm/utrunner.py
-${PKGNAME}/helpers/pycharm_display/datalore/__init__.py
-${PKGNAME}/helpers/pycharm_display/datalore/display/__init__.py
-${PKGNAME}/helpers/pycharm_display/datalore/display/display_.py
-${PKGNAME}/helpers/pycharm_display/datalore/display/supported_data_type.py
-${PKGNAME}/helpers/pycharm_display/tests/display/test_supported_data_type.py
-${PKGNAME}/helpers/pycharm_generator_utils/__init__.py
-${PKGNAME}/helpers/pycharm_generator_utils/clr_tools.py
-${PKGNAME}/helpers/pycharm_generator_utils/constants.py
-${PKGNAME}/helpers/pycharm_generator_utils/module_redeclarator.py
-${PKGNAME}/helpers/pycharm_generator_utils/pyparsing_py2.py
-${PKGNAME}/helpers/pycharm_generator_utils/pyparsing_py3.py
-${PKGNAME}/helpers/pycharm_generator_utils/util_methods.py
-${PKGNAME}/helpers/pycharm_matplotlib_backend/__init__.py
-${PKGNAME}/helpers/pycharm_matplotlib_backend/backend_interagg.py
-${PKGNAME}/helpers/pycharm_matplotlib_backend/sitecustomize.py
-${PKGNAME}/helpers/pycodestyle.py
-${PKGNAME}/helpers/pydev/LICENSE
-${PKGNAME}/helpers/pydev/MANIFEST.in
-${PKGNAME}/helpers/pydev/README.rst
-${PKGNAME}/helpers/pydev/_pydev_bundle/__init__.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_completer.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_getopt.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_log.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/fix_getpass.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_code_executor.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_console_commands.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_console_types.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_console_utils.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_import_hook.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_imports.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_ipython_console.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_localhost.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_log.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_monkey.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_override.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_stdin.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_umd.py
-${PKGNAME}/helpers/pydev/_pydev_bundle/pydev_versioncheck.py
-${PKGNAME}/helpers/pydev/_pydev_comm/__init__.py
-${PKGNAME}/helpers/pydev/_pydev_comm/io.py
-${PKGNAME}/helpers/pydev/_pydev_comm/rpc.py
-${PKGNAME}/helpers/pydev/_pydev_comm/server.py
-${PKGNAME}/helpers/pydev/_pydev_comm/transport.py
-${PKGNAME}/helpers/pydev/_pydev_imps/__init__.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_SocketServer.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_execfile.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_inspect.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_saved_modules.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_sys_patch.py
-${PKGNAME}/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/__init__.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
-${PKGNAME}/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/__init__.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_comm.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_console.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_constants.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython.c
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_exec.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_exec2.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_frame.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_io.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_referrers.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_reload.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_resolver.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_signature.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_stackless.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_thrift.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_tracing.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_utils.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_vars.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
-${PKGNAME}/helpers/pydev/_pydevd_bundle/pydevd_xml.py
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/__init__.py
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
-${PKGNAME}/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
-${PKGNAME}/helpers/pydev/build_tools/build.py
-${PKGNAME}/helpers/pydev/build_tools/build_binaries_osx.py
-${PKGNAME}/helpers/pydev/build_tools/build_binaries_windows.py
-${PKGNAME}/helpers/pydev/build_tools/generate_code.py
-${PKGNAME}/helpers/pydev/build_tools/names_to_rename.py
-${PKGNAME}/helpers/pydev/build_tools/rename_pep8.py
-${PKGNAME}/helpers/pydev/interpreterInfo.py
-${PKGNAME}/helpers/pydev/jython_test_deps/ant.jar
-${PKGNAME}/helpers/pydev/jython_test_deps/junit.jar
-${PKGNAME}/helpers/pydev/merge_pydev_pycharm.txt
-${PKGNAME}/helpers/pydev/pycharm-readme.txt
-${PKGNAME}/helpers/pydev/pycompletionserver.py
-${PKGNAME}/helpers/pydev/pydev_app_engine_debug_startup.py
-${PKGNAME}/helpers/pydev/pydev_console/__init__.py
-${PKGNAME}/helpers/pydev/pydev_console/console.thrift
-${PKGNAME}/helpers/pydev/pydev_console/protocol.py
-${PKGNAME}/helpers/pydev/pydev_coverage.py
-${PKGNAME}/helpers/pydev/pydev_ipython/README
-${PKGNAME}/helpers/pydev/pydev_ipython/__init__.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhook.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookglut.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookgtk.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookgtk3.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookpyglet.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookqt4.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookqt5.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhooktk.py
-${PKGNAME}/helpers/pydev/pydev_ipython/inputhookwx.py
-${PKGNAME}/helpers/pydev/pydev_ipython/matplotlibtools.py
-${PKGNAME}/helpers/pydev/pydev_ipython/qt.py
-${PKGNAME}/helpers/pydev/pydev_ipython/qt_for_kernel.py
-${PKGNAME}/helpers/pydev/pydev_ipython/qt_loaders.py
-${PKGNAME}/helpers/pydev/pydev_ipython/version.py
-${PKGNAME}/helpers/pydev/pydev_pysrc.py
-${PKGNAME}/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt
-${PKGNAME}/helpers/pydev/pydev_sitecustomize/sitecustomize.py
-${PKGNAME}/helpers/pydev/pydevconsole.py
-${PKGNAME}/helpers/pydev/pydevd.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/README.txt
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/_always_live_program.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/_check.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_amd64.dll
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_script.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_x86.dll
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_x86.dylib
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/attach_x86_64.dylib
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/attach.cpp
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/attach.h
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/compile_dll.bat
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/python.h
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/stdafx.cpp
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/stdafx.h
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/dll/targetver.h
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/Makefile
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/attach_linux.c
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/compile_mac.sh
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/compile_so.sh
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/gdb_threads_settrace.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/lldb_prepare.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/lldb_threads_settrace.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/linux/python.h
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/breakpoint.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/compat.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/crash.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/debug.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/disasm.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/event.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/interactive.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/module.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/README
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_example.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/process.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/registry.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/search.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/sql.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/system.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/textio.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/thread.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
-${PKGNAME}/helpers/pydev/pydevd_attach_to_process/winappdbg/window.py
-${PKGNAME}/helpers/pydev/pydevd_concurrency_analyser/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
-${PKGNAME}/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
-${PKGNAME}/helpers/pydev/pydevd_file_utils.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/django_debug.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/README.md
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/types/README.md
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/types/__init__.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
-${PKGNAME}/helpers/pydev/pydevd_plugins/jinja2_debug.py
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/PKG-INFO
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/SOURCES.txt
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/dependency_links.txt
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/entry_points.txt
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/not-zip-safe
-${PKGNAME}/helpers/pydev/pydevd_pycharm.egg-info/top_level.txt
-${PKGNAME}/helpers/pydev/pydevd_pycharm.py
-${PKGNAME}/helpers/pydev/runfiles.py
-${PKGNAME}/helpers/pydev/setup_cython.py
-${PKGNAME}/helpers/pydev/stubs/_django_manager_body.py
-${PKGNAME}/helpers/pydev/stubs/_get_tips.py
-${PKGNAME}/helpers/pydev/stubs/pycompletion.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/__init__.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/__main__.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/hooks.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/isort.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/main.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/natural.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/pie_slice.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/pylama_isort.py
-${PKGNAME}/helpers/pydev/third_party/isort_container/isort/settings.py
-${PKGNAME}/helpers/pydev/third_party/pep8/autopep8.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py
-${PKGNAME}/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
-${PKGNAME}/helpers/pydev/third_party/pep8/pycodestyle.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py
-${PKGNAME}/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
-${PKGNAME}/helpers/python-skeletons/AUTHORS.txt
-${PKGNAME}/helpers/python-skeletons/LICENSE.txt
-${PKGNAME}/helpers/python-skeletons/README.md
-${PKGNAME}/helpers/python-skeletons/StringIO.py
-${PKGNAME}/helpers/python-skeletons/_csv.py
-${PKGNAME}/helpers/python-skeletons/_pytest/__init__.py
-${PKGNAME}/helpers/python-skeletons/_pytest/mark/__init__.py
-${PKGNAME}/helpers/python-skeletons/_pytest/mark/structures.py
-${PKGNAME}/helpers/python-skeletons/alembic.py
-${PKGNAME}/helpers/python-skeletons/asyncio/__init__.py
-${PKGNAME}/helpers/python-skeletons/asyncio/events.py
-${PKGNAME}/helpers/python-skeletons/behave.py
-${PKGNAME}/helpers/python-skeletons/cStringIO.py
-${PKGNAME}/helpers/python-skeletons/copy.py
-${PKGNAME}/helpers/python-skeletons/decimal.py
-${PKGNAME}/helpers/python-skeletons/django/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/core/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/core/mail.py
-${PKGNAME}/helpers/python-skeletons/django/db/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/db/models/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/db/models/query.py
-${PKGNAME}/helpers/python-skeletons/django/forms/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/forms/forms.py
-${PKGNAME}/helpers/python-skeletons/django/forms/formsets.py
-${PKGNAME}/helpers/python-skeletons/django/forms/models.py
-${PKGNAME}/helpers/python-skeletons/django/views/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/views/generic/__init__.py
-${PKGNAME}/helpers/python-skeletons/django/views/generic/base.py
-${PKGNAME}/helpers/python-skeletons/lettuce/__init__.py
-${PKGNAME}/helpers/python-skeletons/lettuce/terrain.py
-${PKGNAME}/helpers/python-skeletons/logging.py
-${PKGNAME}/helpers/python-skeletons/multiprocessing/__init__.py
-${PKGNAME}/helpers/python-skeletons/multiprocessing/managers.py
-${PKGNAME}/helpers/python-skeletons/nose/__init__.py
-${PKGNAME}/helpers/python-skeletons/nose/tools/__init__.py
-${PKGNAME}/helpers/python-skeletons/numpy/__init__.py
-${PKGNAME}/helpers/python-skeletons/numpy/core/__init__.py
-${PKGNAME}/helpers/python-skeletons/numpy/core/multiarray.py
-${PKGNAME}/helpers/python-skeletons/os/__init__.py
-${PKGNAME}/helpers/python-skeletons/os/path.py
-${PKGNAME}/helpers/python-skeletons/pickle.py
-${PKGNAME}/helpers/python-skeletons/py/__init__.py
-${PKGNAME}/helpers/python-skeletons/py/error.py
-${PKGNAME}/helpers/python-skeletons/py/path/__init__.py
-${PKGNAME}/helpers/python-skeletons/pytest/__init__.py
-${PKGNAME}/helpers/python-skeletons/struct.py
-${PKGNAME}/helpers/python-skeletons/sys.py
-${PKGNAME}/helpers/required_gen_version
-${PKGNAME}/helpers/rest_runners/rst2smth.py
-${PKGNAME}/helpers/rest_runners/sphinx_runner.py
-${PKGNAME}/helpers/setuptools-40.8.0.tar.gz
-${PKGNAME}/helpers/six.py
-${PKGNAME}/helpers/sphinxcontrib/__init__.py
-${PKGNAME}/helpers/sphinxcontrib/napoleon/__init__.py
-${PKGNAME}/helpers/sphinxcontrib/napoleon/_version.py
-${PKGNAME}/helpers/sphinxcontrib/napoleon/docstring.py
-${PKGNAME}/helpers/syspath.py
-${PKGNAME}/helpers/test_generator.py
-${PKGNAME}/helpers/third_party/thriftpy/README.md
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/cpp.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/ctokens.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/lex.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/yacc.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_ply/ygen.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/server.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py
-${PKGNAME}/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py
-${PKGNAME}/helpers/tools/class_method_versions.xml
-${PKGNAME}/helpers/tools/packages
-${PKGNAME}/helpers/tools/python_keywords/False
-${PKGNAME}/helpers/tools/python_keywords/None
-${PKGNAME}/helpers/tools/python_keywords/True
-${PKGNAME}/helpers/tools/python_keywords/__debug__
-${PKGNAME}/helpers/tools/python_keywords/and
-${PKGNAME}/helpers/tools/python_keywords/as
-${PKGNAME}/helpers/tools/python_keywords/assert
-${PKGNAME}/helpers/tools/python_keywords/break
-${PKGNAME}/helpers/tools/python_keywords/class
-${PKGNAME}/helpers/tools/python_keywords/continue
-${PKGNAME}/helpers/tools/python_keywords/def
-${PKGNAME}/helpers/tools/python_keywords/del
-${PKGNAME}/helpers/tools/python_keywords/elif
-${PKGNAME}/helpers/tools/python_keywords/else
-${PKGNAME}/helpers/tools/python_keywords/except
-${PKGNAME}/helpers/tools/python_keywords/exec
-${PKGNAME}/helpers/tools/python_keywords/finally
-${PKGNAME}/helpers/tools/python_keywords/for
-${PKGNAME}/helpers/tools/python_keywords/from
-${PKGNAME}/helpers/tools/python_keywords/global
-${PKGNAME}/helpers/tools/python_keywords/if
-${PKGNAME}/helpers/tools/python_keywords/import
-${PKGNAME}/helpers/tools/python_keywords/in
-${PKGNAME}/helpers/tools/python_keywords/is
-${PKGNAME}/helpers/tools/python_keywords/lambda
-${PKGNAME}/helpers/tools/python_keywords/nonlocal
-${PKGNAME}/helpers/tools/python_keywords/not
-${PKGNAME}/helpers/tools/python_keywords/or
-${PKGNAME}/helpers/tools/python_keywords/pass
-${PKGNAME}/helpers/tools/python_keywords/raise
-${PKGNAME}/helpers/tools/python_keywords/return
-${PKGNAME}/helpers/tools/python_keywords/try
-${PKGNAME}/helpers/tools/python_keywords/while
-${PKGNAME}/helpers/tools/python_keywords/with
-${PKGNAME}/helpers/tools/python_keywords/yield
-${PKGNAME}/helpers/tools/stdlib_packages.txt
-${PKGNAME}/helpers/tools/versions.xml
-${PKGNAME}/helpers/typeshed/.flake8
-${PKGNAME}/helpers/typeshed/.travis.yml
-${PKGNAME}/helpers/typeshed/CONTRIBUTING.md
-${PKGNAME}/helpers/typeshed/LICENSE
-${PKGNAME}/helpers/typeshed/README.md
-${PKGNAME}/helpers/typeshed/requirements-tests-py3.txt
-${PKGNAME}/helpers/typeshed/stdlib/2/__builtin__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/_io.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/builtins.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/collections.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/exceptions.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/functools.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/io.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/itertools.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/process.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/multiprocessing/util.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/re.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/signal.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/subprocess.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/types.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/typing.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2/unittest.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/argparse.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/datetime.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/math.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/shutil.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/socket.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/sqlite3/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/ssl.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/threading.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/time.pyi
-${PKGNAME}/helpers/typeshed/stdlib/2and3/uuid.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/coroutines.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/events.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/futures.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/locks.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/protocols.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/queues.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/runners.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/streams.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/subprocess.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/tasks.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/asyncio/transports.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/builtins.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/collections/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/collections/abc.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/functools.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/io.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/itertools.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/context.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/pathlib.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/queue.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/re.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/signal.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/subprocess.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/types.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/typing.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/unittest/__init__.pyi
-${PKGNAME}/helpers/typeshed/stdlib/3/unittest/mock.pyi
-${PKGNAME}/helpers/typeshed/tests/check_consistent.py
-${PKGNAME}/helpers/typeshed/tests/mypy_blacklist.txt
-${PKGNAME}/helpers/typeshed/tests/mypy_selftest.py
-${PKGNAME}/helpers/typeshed/tests/mypy_test.py
-${PKGNAME}/helpers/typeshed/tests/pytype_blacklist.txt
-${PKGNAME}/helpers/typeshed/tests/pytype_test.py
-${PKGNAME}/helpers/typeshed/third_party/2/six/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/_dummy_thread.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/_thread.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/cPickle.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/configparser.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/email_mime_text.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/html_entities.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/html_parser.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/http_client.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/http_cookiejar.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/http_cookies.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/queue.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/reprlib.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/socketserver.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/error.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/parse.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/request.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/response.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib_error.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib_parse.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib_request.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
-${PKGNAME}/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/attr/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/attr/converters.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/attr/exceptions.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/attr/filters.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/attr/validators.pyi
-${PKGNAME}/helpers/typeshed/third_party/2and3/mock.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/_dummy_thread.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/_thread.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/builtins.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/cPickle.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/configparser.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/email_mime_base.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/email_mime_multipart.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/email_mime_text.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/html_entities.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/html_parser.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/http_client.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/http_cookiejar.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/http_cookies.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/queue.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/reprlib.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/socketserver.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_constants.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_dialog.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/tkinter_ttk.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/__init__.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/error.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/parse.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/request.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/response.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib/robotparser.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib_error.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib_parse.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi
-${PKGNAME}/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
-${PKGNAME}/helpers/virtualenv-16.4.3.tar.gz
-${PKGNAME}/index/Python/id-index.input
-${PKGNAME}/index/Python/id-index.input.keystream
-${PKGNAME}/index/Python/id-index.input.keystream.len
-${PKGNAME}/index/Python/id-index.input.len
-${PKGNAME}/index/Python/id-index.input.values
-${PKGNAME}/index/Python/id-index.input.values.at
-${PKGNAME}/index/Python/id-index.input.values.s
-${PKGNAME}/index/Python/id-index.input_i
-${PKGNAME}/index/Python/id-index.input_i.len
-${PKGNAME}/index/Python/sdk-stubs.input
-${PKGNAME}/index/Python/sdk-stubs.input.keystream
-${PKGNAME}/index/Python/sdk-stubs.input.keystream.len
-${PKGNAME}/index/Python/sdk-stubs.input.len
-${PKGNAME}/index/Python/sdk-stubs.input.values
-${PKGNAME}/index/Python/sdk-stubs.input.values.at
-${PKGNAME}/index/Python/sdk-stubs.input.values.s
-${PKGNAME}/index/Python/sdk-stubs.input_i
-${PKGNAME}/index/Python/sdk-stubs.input_i.len
-${PKGNAME}/index/Python/sdk-stubs.names
-${PKGNAME}/index/Python/sdk-stubs.names.keystream
-${PKGNAME}/index/Python/sdk-stubs.names.keystream.len
-${PKGNAME}/index/Python/sdk-stubs.names.len
-${PKGNAME}/index/Python/sdk-stubs.names_i
-${PKGNAME}/index/Python/sdk-stubs.names_i.len
-${PKGNAME}/index/Python/sdk-stubs.version
-${PKGNAME}/lib/FastInfoset-1.2.15.jar
+${PKGNAME}/lib/3rd-party-rt.jar
 ${PKGNAME}/lib/annotations-java5.jar
-${PKGNAME}/lib/asm-all-7.0.1.jar
-${PKGNAME}/lib/automaton-1.12-1.jar
-${PKGNAME}/lib/batik-all-1.10.jar
-${PKGNAME}/lib/bcprov-jdk15on-1.60.jar
-${PKGNAME}/lib/bootstrap.jar
-${PKGNAME}/lib/cglib-nodep-3.2.4.jar
-${PKGNAME}/lib/cli-parser-1.1.2.jar
-${PKGNAME}/lib/common-image-3.4.1.jar
-${PKGNAME}/lib/common-io-3.4.1.jar
-${PKGNAME}/lib/common-lang-3.4.1.jar
-${PKGNAME}/lib/commons-codec-1.10.jar
-${PKGNAME}/lib/commons-collections-3.2.2.jar
-${PKGNAME}/lib/commons-compress-1.18.jar
-${PKGNAME}/lib/commons-httpclient-3.1-patched.jar
-${PKGNAME}/lib/commons-imaging-1.0-RC-1.jar
-${PKGNAME}/lib/commons-lang-2.4.jar
-${PKGNAME}/lib/commons-logging-1.2.jar
-${PKGNAME}/lib/delight-rhino-sandbox-0.0.9.jar
-${PKGNAME}/lib/eddsa-0.2.0.jar
-${PKGNAME}/lib/error_prone_annotations-2.3.1.jar
-${PKGNAME}/lib/extensions.jar
-${PKGNAME}/lib/fluent-hc-4.5.6.jar
-${PKGNAME}/lib/forms-1.1-preview.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/fst-2.57.jar
-${PKGNAME}/lib/groovy-all-2.4.15.jar
-${PKGNAME}/lib/gson-2.8.5.jar
-${PKGNAME}/lib/guava-25.1-jre.jar
-${PKGNAME}/lib/httpclient-4.5.6.jar
-${PKGNAME}/lib/httpcore-4.4.10.jar
-${PKGNAME}/lib/httpmime-4.5.6.jar
-${PKGNAME}/lib/icons.jar
-${PKGNAME}/lib/imageio-core-3.4.1.jar
-${PKGNAME}/lib/imageio-metadata-3.4.1.jar
-${PKGNAME}/lib/imageio-tiff-3.4.1.jar
-${PKGNAME}/lib/imgscalr-lib-4.2.jar
-${PKGNAME}/lib/ini4j-0.5.5-2.jar
-${PKGNAME}/lib/isorelax-20030108.jar
-${PKGNAME}/lib/istack-commons-runtime-3.0.7.jar
-${PKGNAME}/lib/jackson-annotations-2.9.0.jar
-${PKGNAME}/lib/jackson-core-2.9.7.jar
-${PKGNAME}/lib/jackson-databind-2.9.7.jar
-${PKGNAME}/lib/java-compatibility-1.0.1.jar
-${PKGNAME}/lib/javahelp-2.0.02.jar
-${PKGNAME}/lib/javassist-3.22.0-GA.jar
-${PKGNAME}/lib/javax.activation-1.2.0.jar
-${PKGNAME}/lib/javax.annotation-api-1.3.2.jar
-${PKGNAME}/lib/jaxb-api-2.3.1.jar
-${PKGNAME}/lib/jaxb-runtime-2.3.1.jar
-${PKGNAME}/lib/jaxen-1.1.6.jar
-${PKGNAME}/lib/jbcrypt-1.0.0.jar
-${PKGNAME}/lib/jdom.jar
-${PKGNAME}/lib/jediterm-pty-2.14.jar
-${PKGNAME}/lib/jing-20030619.jar
-${PKGNAME}/lib/jna-platform.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-0.1.55.jar
-${PKGNAME}/lib/jsoup-1.11.3.jar
-${PKGNAME}/lib/kotlin-reflect-1.3.11.jar
-${PKGNAME}/lib/kotlin-stdlib-1.3.11.jar
-${PKGNAME}/lib/kotlin-stdlib-common-1.3.11.jar
-${PKGNAME}/lib/kotlin-stdlib-jdk7-1.3.11.jar
-${PKGNAME}/lib/kotlin-stdlib-jdk8-1.3.11.jar
-${PKGNAME}/lib/kotlinx-coroutines-core-1.0.1.jar
-${PKGNAME}/lib/kotlinx-coroutines-core-common-1.0.1.jar
-${PKGNAME}/lib/kotlinx-coroutines-jdk8-1.0.1.jar
-${PKGNAME}/lib/libthrift-0.11.0.jar
-${PKGNAME}/lib/log4j.jar
-${PKGNAME}/lib/lz4-1.3.0.jar
-${PKGNAME}/lib/markdownj-core-0.4.2-SNAPSHOT.jar
-${PKGNAME}/lib/microba.jar
-${PKGNAME}/lib/miglayout-core-5.2.jar
-${PKGNAME}/lib/miglayout-swing-5.2.jar
-${PKGNAME}/lib/nanoxml-2.2.3.jar
-${PKGNAME}/lib/netty-buffer-4.1.32.Final.jar
-${PKGNAME}/lib/netty-codec-4.1.32.Final.jar
-${PKGNAME}/lib/netty-codec-http-4.1.32.Final.jar
-${PKGNAME}/lib/netty-common-4.1.32.Final.jar
-${PKGNAME}/lib/netty-handler-4.1.32.Final.jar
-${PKGNAME}/lib/netty-resolver-4.1.32.Final.jar
-${PKGNAME}/lib/netty-transport-4.1.32.Final.jar
-${PKGNAME}/lib/objenesis-2.6.jar
-${PKGNAME}/lib/openapi.jar
-${PKGNAME}/lib/oro-2.0.8.jar
-${PKGNAME}/lib/picocontainer-1.2.jar
-${PKGNAME}/lib/platform-api.jar
-${PKGNAME}/lib/platform-impl.jar
-${PKGNAME}/lib/proxy-vole-1.0.6.jar
-${PKGNAME}/lib/pty4j-0.9.3.jar
-${PKGNAME}/lib/purejavacomm-0.0.11.1.jar
-${PKGNAME}/lib/pycharm-pydev.jar
-${PKGNAME}/lib/pycharm.jar
-${PKGNAME}/lib/resources.jar
-${PKGNAME}/lib/resources_en.jar
-${PKGNAME}/lib/rhino-1.7.10.jar
-${PKGNAME}/lib/rngom-20051226-patched.jar
-${PKGNAME}/lib/serviceMessages.jar
-${PKGNAME}/lib/slf4j-api-1.7.25.jar
-${PKGNAME}/lib/slf4j-log4j12-1.7.25.jar
-${PKGNAME}/lib/snakeyaml-1.23.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/src/pycharm-pydev-src.zip
-${PKGNAME}/lib/stax-api-1.0.1.jar
-${PKGNAME}/lib/stax-ex-1.8.jar
-${PKGNAME}/lib/streamex-0.6.7.jar
-${PKGNAME}/lib/swingx-core-1.6.2-2.jar
-${PKGNAME}/lib/trang-core.jar
-${PKGNAME}/lib/trilead-ssh2-build-217-jenkins-11.jar
-${PKGNAME}/lib/trove4j.jar
-${PKGNAME}/lib/txw2-2.3.1.jar
+${PKGNAME}/lib/stats.jar
+${PKGNAME}/lib/testFramework.jar
 ${PKGNAME}/lib/util.jar
-${PKGNAME}/lib/velocity-1.7.jar
-${PKGNAME}/lib/winp-1.28.jar
-${PKGNAME}/lib/xercesImpl-2.12.0.jar
-${PKGNAME}/lib/xml-apis-ext-1.3.04.jar
-${PKGNAME}/lib/xml-resolver-1.2.jar
-${PKGNAME}/lib/xmlbeans-2.6.0.jar
-${PKGNAME}/lib/xmlgraphics-commons-2.3.jar
-${PKGNAME}/lib/xmlpull-1.1.3.1.jar
-${PKGNAME}/lib/xmlrpc-2.0.1.jar
-${PKGNAME}/lib/xpp3_min-1.1.4c.jar
-${PKGNAME}/lib/xstream-1.4.10.jar
+${PKGNAME}/lib/util_rt.jar
+${PKGNAME}/lib/winp.jar
 ${PKGNAME}/license/LICENSE.txt
 ${PKGNAME}/license/NOTICE.txt
 ${PKGNAME}/license/XStream_license.txt
@@ -1499,7 +81,6 @@ ${PKGNAME}/license/ant_license.txt
 ${PKGNAME}/license/asm_license.txt
 ${PKGNAME}/license/eclipse_license.txt
 ${PKGNAME}/license/eclipse_license2.txt
-${PKGNAME}/license/growl.license
 ${PKGNAME}/license/gson_license.txt
 ${PKGNAME}/license/imgscalr_license.txt
 ${PKGNAME}/license/javahelp_license.txt
@@ -1524,58 +105,4778 @@ ${PKGNAME}/license/winp_license.txt
 ${PKGNAME}/license/xerces_license.txt
 ${PKGNAME}/license/xmlrpc_license.txt
 ${PKGNAME}/license/yourkit-license-redist.txt
-${PKGNAME}/plugins/IntelliLang-python/lib/IntelliLang-python.jar
 ${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/copyright/lib/resources_en.jar
-${PKGNAME}/plugins/editorconfig/lib/editorconfig-core-java.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/editorconfig/lib/resources_en.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/git4idea/lib/remote-servers-git.jar
-${PKGNAME}/plugins/git4idea/lib/resources_en.jar
 ${PKGNAME}/plugins/github/lib/github.jar
-${PKGNAME}/plugins/github/lib/resources_en.jar
+${PKGNAME}/plugins/grazie/lib/grazie.jar
 ${PKGNAME}/plugins/hg4idea/lib/hg4idea.jar
-${PKGNAME}/plugins/hg4idea/lib/resources_en.jar
-${PKGNAME}/plugins/markdown/lib/markdown-0.1.31.jar
+${PKGNAME}/plugins/indexing-shared/lib/indexing-shared.jar
 ${PKGNAME}/plugins/markdown/lib/markdown.jar
-${PKGNAME}/plugins/markdown/lib/owasp-java-html-sanitizer.jar
-${PKGNAME}/plugins/markdown/lib/resources_en.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/properties/lib/resources_en.jar
-${PKGNAME}/plugins/python-copyright/lib/python-copyright.jar
-${PKGNAME}/plugins/python-copyright/lib/resources_en.jar
-${PKGNAME}/plugins/python-rest/lib/python-rest.jar
-${PKGNAME}/plugins/python-rest/lib/resources_en.jar
-${PKGNAME}/plugins/python-terminal/lib/python-terminal.jar
-${PKGNAME}/plugins/rest/lib/resources_en.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/settings-repository/lib/jgit.jar
-${PKGNAME}/plugins/settings-repository/lib/resources_en.jar
+${PKGNAME}/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
 ${PKGNAME}/plugins/settings-repository/lib/settings-repository.jar
-${PKGNAME}/plugins/svn4idea/lib/resources_en.jar
-${PKGNAME}/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.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/axis-1.4.jar
-${PKGNAME}/plugins/tasks/lib/axis-jaxrpc-1.4.jar
-${PKGNAME}/plugins/tasks/lib/axis-saaj-1.3.jar
-${PKGNAME}/plugins/tasks/lib/commons-discovery-0.4.jar
-${PKGNAME}/plugins/tasks/lib/jira.jar
-${PKGNAME}/plugins/tasks/lib/json-path-0.8.0.jar
-${PKGNAME}/plugins/tasks/lib/json-smart-1.1.1.jar
-${PKGNAME}/plugins/tasks/lib/tasks-api.jar
-${PKGNAME}/plugins/tasks/lib/tasks-compatibility.jar
 ${PKGNAME}/plugins/tasks/lib/tasks-core.jar
-${PKGNAME}/plugins/tasks/lib/wsdl4j-1.4.jar
-${PKGNAME}/plugins/terminal/.zshrc
+${PKGNAME}/plugins/terminal/.zshenv
 ${PKGNAME}/plugins/terminal/fish/config.fish
 ${PKGNAME}/plugins/terminal/jediterm-bash.in
-${PKGNAME}/plugins/terminal/lib/resources_en.jar
 ${PKGNAME}/plugins/terminal/lib/terminal.jar
-${PKGNAME}/plugins/yaml/lib/resources_en.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
 share/applications/pycharm.desktop
+@pkgdir ${PKGNAME}/plugins/cwm-plugin/quiche-native/linux-x86-64

Index: pkgsrc/devel/pycharm-bin/distinfo
diff -u pkgsrc/devel/pycharm-bin/distinfo:1.5 pkgsrc/devel/pycharm-bin/distinfo:1.6
--- pkgsrc/devel/pycharm-bin/distinfo:1.5       Thu Jul 13 11:30:18 2023
+++ pkgsrc/devel/pycharm-bin/distinfo   Fri Jul 14 12:36:12 2023
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.5 2023/07/13 11:30:18 hauke Exp $
+$NetBSD: distinfo,v 1.6 2023/07/14 12:36:12 hauke Exp $
 
-BLAKE2s (pycharm-community-2019.1.2.tar.gz) = 23decd66d6ea35acc13b88e73dd436e9fabe94064d55859e80dcb0a1dd191ffd
-SHA512 (pycharm-community-2019.1.2.tar.gz) = 48782960022efe48f37b2bdec0be1f15741f6dde2a2dcec686ecfb07c81996c3d6fc46cf3eda2fa4cc53a67f7ec47909e47ed57b2edbf973482ca37781067415
-Size (pycharm-community-2019.1.2.tar.gz) = 333983594 bytes
-SHA1 (patch-bin_pycharm.sh) = 9a210e61e8f66ddba82c9f23c9b4ecec2c65c055
-SHA1 (patch-bin_pycharm.vmoptions) = d2402e3c804dcaee2396eeb74db8b808884abbd6
-SHA1 (patch-bin_pycharm64.vmoptions) = ac16bb00efae7817f043da4028d50ebd2ffabedb
+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

Index: pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh
diff -u pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.1 pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.2
--- pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh:1.1   Sun Mar  3 18:02:47 2019
+++ pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm.sh       Fri Jul 14 12:36:13 2023
@@ -1,24 +1,16 @@
-$NetBSD: patch-bin_pycharm.sh,v 1.1 2019/03/03 18:02:47 youri Exp $
+$NetBSD: patch-bin_pycharm.sh,v 1.2 2023/07/14 12:36:13 hauke Exp $
 
-Add JVM options for a typical NetBSD setup.
+Run IDE with pkgsrc choice of JVM
 
---- bin/pycharm.sh.orig        2019-02-26 09:00:10.000000000 +0000
+--- bin/pycharm.sh.orig        2022-07-20 20:50:22.000000000 +0000
 +++ bin/pycharm.sh
-@@ -21,6 +21,7 @@ message()
-   fi
- }
+@@ -49,6 +49,9 @@ CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/
+ # ---------------------------------------------------------------------
+ JRE=""
  
-+PYCHARM_JDK=@PKG_JAVA_HOME@
- UNAME=`which uname`
- GREP=`which egrep`
- GREP_OPTIONS=""
-@@ -202,6 +203,9 @@ fi
- IFS="$(printf '\n\t')"
- "$JAVA_BIN" \
-   -classpath "$CLASSPATH" \
-+  -Xmx4096 -Xms4096 \
-+  -XX:-UseCompressedClassPointers \
-+  -XX:-UseCompressedOops \
-   ${VM_OPTIONS} \
-   "-XX:ErrorFile=$HOME/java_error_in_PYCHARM_%p.log" \
-   "-XX:HeapDumpPath=$HOME/java_error_in_PYCHARM.hprof" \
++# pkgsrc choice
++PYCHARM_JDK="@PKG_JAVA_HOME@"
++
+ # shellcheck disable=SC2154
+ if [ -n "$PYCHARM_JDK" ] && [ -x "$PYCHARM_JDK/bin/java" ]; then
+   JRE="$PYCHARM_JDK"
Index: pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions
diff -u pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.1 pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.2
--- pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions:1.1  Thu Jul 13 11:30:18 2023
+++ pkgsrc/devel/pycharm-bin/patches/patch-bin_pycharm64.vmoptions      Fri Jul 14 12:36:13 2023
@@ -1,14 +1,14 @@
-$NetBSD: patch-bin_pycharm64.vmoptions,v 1.1 2023/07/13 11:30:18 hauke Exp $
+$NetBSD: patch-bin_pycharm64.vmoptions,v 1.2 2023/07/14 12:36:13 hauke Exp $
 
-Remove unsupported VM option.
+Add JVM options for a typical NetBSD setup.
 
---- bin/pycharm64.vmoptions.orig       2019-05-07 14:53:11.000000000 +0000
+--- bin/pycharm64.vmoptions.orig       2022-07-20 20:50:22.000000000 +0000
 +++ bin/pycharm64.vmoptions
-@@ -1,7 +1,6 @@
+@@ -1,5 +1,7 @@
  -Xms128m
  -Xmx750m
- -XX:ReservedCodeCacheSize=240m
---XX:+UseConcMarkSweepGC
- -XX:SoftRefLRUPolicyMSPerMB=50
- -ea
- -Dsun.io.useCanonCaches=false
++-XX:-UseCompressedClassPointers
++-XX:-UseCompressedOops
+ -XX:ReservedCodeCacheSize=512m
+ -XX:+IgnoreUnrecognizedVMOptions
+ -XX:+UseG1GC



Home | Main Index | Thread Index | Old Index