Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 21:31
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/4a8a50696afb5091bb34cd7dd2f0923c to your computer and use it in GitHub Desktop.
Save ryantm/4a8a50696afb5091bb34cd7dd2f0923c to your computer and use it in GitHub Desktop.
/nix/store/hbykn8nnwq6vf82iwbcxr3r80zfdmgxc-python3.7-QtPy-1.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── qtpy
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── _patch
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── qcombobox.cpython-37.pyc
│   │   │   │   └── qheaderview.cpython-37.pyc
│   │   │   ├── qcombobox.py
│   │   │   └── qheaderview.py
│   │   ├── py3compat.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── py3compat.cpython-37.pyc
│   │   │   ├── Qt3DAnimation.cpython-37.pyc
│   │   │   ├── Qt3DCore.cpython-37.pyc
│   │   │   ├── Qt3DExtras.cpython-37.pyc
│   │   │   ├── Qt3DInput.cpython-37.pyc
│   │   │   ├── Qt3DLogic.cpython-37.pyc
│   │   │   ├── Qt3DRender.cpython-37.pyc
│   │   │   ├── QtCharts.cpython-37.pyc
│   │   │   ├── QtCore.cpython-37.pyc
│   │   │   ├── QtDatavisualization.cpython-37.pyc
│   │   │   ├── QtDesigner.cpython-37.pyc
│   │   │   ├── QtGui.cpython-37.pyc
│   │   │   ├── QtHelp.cpython-37.pyc
│   │   │   ├── QtLocation.cpython-37.pyc
│   │   │   ├── QtMultimedia.cpython-37.pyc
│   │   │   ├── QtMultimediaWidgets.cpython-37.pyc
│   │   │   ├── QtNetwork.cpython-37.pyc
│   │   │   ├── QtOpenGL.cpython-37.pyc
│   │   │   ├── QtPrintSupport.cpython-37.pyc
│   │   │   ├── QtQml.cpython-37.pyc
│   │   │   ├── QtQuick.cpython-37.pyc
│   │   │   ├── QtQuickWidgets.cpython-37.pyc
│   │   │   ├── QtSql.cpython-37.pyc
│   │   │   ├── QtSvg.cpython-37.pyc
│   │   │   ├── QtTest.cpython-37.pyc
│   │   │   ├── QtWebChannel.cpython-37.pyc
│   │   │   ├── QtWebEngineWidgets.cpython-37.pyc
│   │   │   ├── QtWebSockets.cpython-37.pyc
│   │   │   ├── QtWidgets.cpython-37.pyc
│   │   │   ├── QtXmlPatterns.cpython-37.pyc
│   │   │   ├── uic.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── Qt3DAnimation.py
│   │   ├── Qt3DCore.py
│   │   ├── Qt3DExtras.py
│   │   ├── Qt3DInput.py
│   │   ├── Qt3DLogic.py
│   │   ├── Qt3DRender.py
│   │   ├── QtCharts.py
│   │   ├── QtCore.py
│   │   ├── QtDatavisualization.py
│   │   ├── QtDesigner.py
│   │   ├── QtGui.py
│   │   ├── QtHelp.py
│   │   ├── QtLocation.py
│   │   ├── QtMultimedia.py
│   │   ├── QtMultimediaWidgets.py
│   │   ├── QtNetwork.py
│   │   ├── QtOpenGL.py
│   │   ├── QtPrintSupport.py
│   │   ├── QtQml.py
│   │   ├── QtQuick.py
│   │   ├── QtQuickWidgets.py
│   │   ├── QtSql.py
│   │   ├── QtSvg.py
│   │   ├── QtTest.py
│   │   ├── QtWebChannel.py
│   │   ├── QtWebEngineWidgets.py
│   │   ├── QtWebSockets.py
│   │   ├── QtWidgets.py
│   │   ├── QtXmlPatterns.py
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── runtests.cpython-37.pyc
│   │   │   │   ├── test_macos_checks.cpython-37.pyc
│   │   │   │   ├── test_main.cpython-37.pyc
│   │   │   │   ├── test_patch_qcombobox.cpython-37.pyc
│   │   │   │   ├── test_patch_qheaderview.cpython-37.pyc
│   │   │   │   ├── test_qdesktopservice_split.cpython-37.pyc
│   │   │   │   ├── test_qt3danimation.cpython-37.pyc
│   │   │   │   ├── test_qt3dcore.cpython-37.pyc
│   │   │   │   ├── test_qt3dextras.cpython-37.pyc
│   │   │   │   ├── test_qt3dinput.cpython-37.pyc
│   │   │   │   ├── test_qt3dlogic.cpython-37.pyc
│   │   │   │   ├── test_qt3drender.cpython-37.pyc
│   │   │   │   ├── test_qtcharts.cpython-37.pyc
│   │   │   │   ├── test_qtcore.cpython-37.pyc
│   │   │   │   ├── test_qtdatavisualization.cpython-37.pyc
│   │   │   │   ├── test_qtdesigner.cpython-37.pyc
│   │   │   │   ├── test_qthelp.cpython-37.pyc
│   │   │   │   ├── test_qtlocation.cpython-37.pyc
│   │   │   │   ├── test_qtmultimedia.cpython-37.pyc
│   │   │   │   ├── test_qtmultimediawidgets.cpython-37.pyc
│   │   │   │   ├── test_qtnetwork.cpython-37.pyc
│   │   │   │   ├── test_qtprintsupport.cpython-37.pyc
│   │   │   │   ├── test_qtqml.cpython-37.pyc
│   │   │   │   ├── test_qtquick.cpython-37.pyc
│   │   │   │   ├── test_qtquickwidgets.cpython-37.pyc
│   │   │   │   ├── test_qtsql.cpython-37.pyc
│   │   │   │   ├── test_qtsvg.cpython-37.pyc
│   │   │   │   ├── test_qttest.cpython-37.pyc
│   │   │   │   ├── test_qtwebchannel.cpython-37.pyc
│   │   │   │   ├── test_qtwebenginewidgets.cpython-37.pyc
│   │   │   │   ├── test_qtwebsockets.cpython-37.pyc
│   │   │   │   ├── test_qtxmlpatterns.cpython-37.pyc
│   │   │   │   └── test_uic.cpython-37.pyc
│   │   │   ├── runtests.py
│   │   │   ├── test_macos_checks.py
│   │   │   ├── test_main.py
│   │   │   ├── test_patch_qcombobox.py
│   │   │   ├── test_patch_qheaderview.py
│   │   │   ├── test_qdesktopservice_split.py
│   │   │   ├── test_qt3danimation.py
│   │   │   ├── test_qt3dcore.py
│   │   │   ├── test_qt3dextras.py
│   │   │   ├── test_qt3dinput.py
│   │   │   ├── test_qt3dlogic.py
│   │   │   ├── test_qt3drender.py
│   │   │   ├── test_qtcharts.py
│   │   │   ├── test_qtcore.py
│   │   │   ├── test_qtdatavisualization.py
│   │   │   ├── test_qtdesigner.py
│   │   │   ├── test_qthelp.py
│   │   │   ├── test_qtlocation.py
│   │   │   ├── test_qtmultimedia.py
│   │   │   ├── test_qtmultimediawidgets.py
│   │   │   ├── test_qtnetwork.py
│   │   │   ├── test_qtprintsupport.py
│   │   │   ├── test_qtqml.py
│   │   │   ├── test_qtquick.py
│   │   │   ├── test_qtquickwidgets.py
│   │   │   ├── test_qtsql.py
│   │   │   ├── test_qtsvg.py
│   │   │   ├── test_qttest.py
│   │   │   ├── test_qtwebchannel.py
│   │   │   ├── test_qtwebenginewidgets.py
│   │   │   ├── test_qtwebsockets.py
│   │   │   ├── test_qtxmlpatterns.py
│   │   │   └── test_uic.py
│   │   ├── uic.py
│   │   └── _version.py
│   └── QtPy-1.9.0.dist-info
│   ├── AUTHORS.md
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 152 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment