Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 09:25
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/e74716e232867101268fa633b963ea40 to your computer and use it in GitHub Desktop.
Save ryantm/e74716e232867101268fa633b963ea40 to your computer and use it in GitHub Desktop.
/nix/store/jxpx7qvnml3yy1qim7d4yb753wima4k0-python3.7-qdarkstyle-2.6.6
├── bin
│   └── qdarkstyle
├── lib
│   └── python3.7
│   └── site-packages
│   ├── qdarkstyle
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pyqt5_style_rc.cpython-37.pyc
│   │   │   ├── pyqtgraph_style_rc.cpython-37.pyc
│   │   │   ├── pyqt_style_rc.cpython-37.pyc
│   │   │   ├── pyside2_style_rc.cpython-37.pyc
│   │   │   ├── pyside_style_rc.cpython-37.pyc
│   │   │   └── qtpy_style_rc.cpython-37.pyc
│   │   ├── pyqt5_style_rc.py
│   │   ├── pyqtgraph_style_rc.py
│   │   ├── pyqt_style_rc.py
│   │   ├── pyside2_style_rc.py
│   │   ├── pyside_style_rc.py
│   │   └── qtpy_style_rc.py
│   └── QDarkStyle-2.6.6.dist-info
│   ├── AUTHORS.md
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment