Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/fb6c6db5210d095d45b60bd5cf100ffb to your computer and use it in GitHub Desktop.
Save ryantm/fb6c6db5210d095d45b60bd5cf100ffb to your computer and use it in GitHub Desktop.
/nix/store/nzdpfzwr4sadpxrpawl009gg6l89194p-kdev-python-5.3.2
├── etc
│   └── xdg
│   └── kdevpythonsupport.categories
├── lib
│   ├── libkdevpythoncompletion.so
│   ├── libkdevpythonduchain.so
│   ├── libkdevpythonparser.so
│   └── qt-5.12
│   └── plugins
│   └── kdevplatform
│   └── 31
│   ├── kdevpdb.so
│   └── kdevpythonlanguagesupport.so
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── appdata
│   └── org.kde.kdev-python.metainfo.xml
├── kdevappwizard
│   └── templates
│   ├── django_project.tar.bz2
│   ├── qtdesigner_app.tar.bz2
│   └── simple_pythonapp.tar.bz2
└── kdevpythonsupport
├── codestyle.py
├── correction_files
│   ├── matplotlib
│   │   ├── artist.py
│   │   ├── backend_bases.py
│   │   ├── figure.py
│   │   ├── _pylab_helpers.py
│   │   └── pyplot.py
│   ├── re.py
│   ├── string.py
│   └── testCorrectionFiles
│   └── example.py
├── debugger
│   ├── kdevpdb.py
│   └── __kdevpython_debugger_utils.py
├── documentation_files
│   ├── array.py
│   ├── audioop.py
│   ├── binascii.py
│   ├── __builtin_constants__.py
│   ├── builtindocumentation.py
│   ├── __builtin__.py
│   ├── __builtin_types__.py
│   ├── bz2.py
│   ├── cmath.py
│   ├── _collections.py
│   ├── COPYING
│   ├── cPickle.py
│   ├── crypt.py
│   ├── cStringIO.py
│   ├── dbm.py
│   ├── errno.py
│   ├── exceptions.py
│   ├── fcntl.py
│   ├── future_builtins.py
│   ├── __future__.py
│   ├── gc.py
│   ├── gdbm.py
│   ├── grp.py
│   ├── imp.py
│   ├── io.py
│   ├── itertools.py
│   ├── linuxaudiodev.py
│   ├── marshal.py
│   ├── math.py
│   ├── mmap.py
│   ├── nis.py
│   ├── numpy.py
│   ├── operator.py
│   ├── ossaudiodev.py
│   ├── parser.py
│   ├── posix.py
│   ├── pwd.py
│   ├── pyexpat.py
│   ├── PyKDE4
│   │   ├── akonadi.py
│   │   ├── dnssd.py
│   │   ├── kdecore.py
│   │   ├── kdeui.py
│   │   ├── khtml.py
│   │   ├── kio.py
│   │   ├── knewstuff.py
│   │   ├── kparts.py
│   │   ├── kterminal.py
│   │   ├── ktexteditor.py
│   │   ├── kutils.py
│   │   ├── nepomuk.py
│   │   ├── parse_xml.py
│   │   ├── phonon.py
│   │   ├── plasma.py
│   │   ├── polkitqt.py
│   │   ├── solid.py
│   │   └── soprano.py
│   ├── PyQt4
│   │   ├── phonon.py
│   │   ├── QtAssistant.py
│   │   ├── QtCore.py
│   │   ├── QtDBus.py
│   │   ├── QtDeclarative.py
│   │   ├── QtDesigner.py
│   │   ├── QtGui.py
│   │   ├── QtHelp.py
│   │   ├── QtMultimedia.py
│   │   ├── QtNetwork.py
│   │   ├── QtOpenGL.py
│   │   ├── Qt.py
│   │   ├── QtScript.py
│   │   ├── QtScriptTools.py
│   │   ├── QtSql.py
│   │   ├── QtSvg.py
│   │   ├── QtTest.py
│   │   ├── QtWebKit.py
│   │   ├── QtXmlPatterns.py
│   │   └── QtXml.py
│   ├── PyQt5
│   │   ├── QAxContainer.py
│   │   ├── QtBluetooth.py
│   │   ├── QtCore.py
│   │   ├── QtDBus.py
│   │   ├── QtDesigner.py
│   │   ├── QtGui.py
│   │   ├── QtHelp.py
│   │   ├── QtLocation.py
│   │   ├── QtMacExtras.py
│   │   ├── QtMultimedia.py
│   │   ├── QtMultimediaWidgets.py
│   │   ├── QtNetwork.py
│   │   ├── QtNfc.py
│   │   ├── QtOpenGL.py
│   │   ├── QtPositioning.py
│   │   ├── QtPrintSupport.py
│   │   ├── Qt.py
│   │   ├── QtQml.py
│   │   ├── QtQuick.py
│   │   ├── QtQuickWidgets.py
│   │   ├── QtSensors.py
│   │   ├── QtSerialPort.py
│   │   ├── QtSql.py
│   │   ├── QtSvg.py
│   │   ├── QtTest.py
│   │   ├── QtWebChannel.py
│   │   ├── QtWebEngineWidgets.py
│   │   ├── QtWebKit.py
│   │   ├── QtWebKitWidgets.py
│   │   ├── QtWebSockets.py
│   │   ├── QtWidgets.py
│   │   ├── QtWinExtras.py
│   │   ├── QtX11Extras.py
│   │   ├── QtXmlPatterns.py
│   │   └── QtXml.py
│   ├── readline.py
│   ├── resource.py
│   ├── select.py
│   ├── signal.py
│   ├── spwd.py
│   ├── _sre.py
│   ├── strop.py
│   ├── syslog.py
│   ├── sys.py
│   ├── termios.py
│   ├── thread.py
│   ├── time.py
│   ├── unicodedata.py
│   ├── zipimport.py
│   └── zlib.py
└── scripts
└── introspect.py
22 directories, 150 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment