Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/f727fb36bbb4ffd060860b050bdf00cb to your computer and use it in GitHub Desktop.
Save r-ryantm/f727fb36bbb4ffd060860b050bdf00cb to your computer and use it in GitHub Desktop.
/nix/store/b4vp05dnx65jbimnx8vay70hgfcwx3n6-kdev-python-5.5.1
├── lib
│   ├── libkdevpythoncompletion.so
│   ├── libkdevpythonduchain.so
│   ├── libkdevpythonparser.so
│   └── qt-5.12.7
│   └── plugins
│   └── kdevplatform
│   └── 33
│   ├── 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
└── qlogging-categories5
└── kdevpythonsupport.categories
21 directories, 150 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment