Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 21, 2020 07:52
Show Gist options
  • Save r-ryantm/f3183876ebc63fd51ae007a5c344d5a2 to your computer and use it in GitHub Desktop.
Save r-ryantm/f3183876ebc63fd51ae007a5c344d5a2 to your computer and use it in GitHub Desktop.
/nix/store/8rx0dpd15qdya7w69b3cp30rix25sw5g-python2.7-QtAwesome-0.7.0
├── bin
│   └── qta-browser
├── lib
│   └── python2.7
│   └── site-packages
│   ├── qtawesome
│   │   ├── animation.py
│   │   ├── animation.pyc
│   │   ├── fonts
│   │   │   ├── elusiveicons-webfont-charmap.json
│   │   │   ├── elusiveicons-webfont.ttf
│   │   │   ├── fontawesome4.7-webfont-charmap.json
│   │   │   ├── fontawesome4.7-webfont.ttf
│   │   │   ├── fontawesome5-brands-webfont-charmap.json
│   │   │   ├── fontawesome5-brands-webfont.ttf
│   │   │   ├── fontawesome5-regular-webfont-charmap.json
│   │   │   ├── fontawesome5-regular-webfont.ttf
│   │   │   ├── fontawesome5-solid-webfont-charmap.json
│   │   │   ├── fontawesome5-solid-webfont.ttf
│   │   │   ├── materialdesignicons-webfont-charmap.json
│   │   │   └── materialdesignicons-webfont.ttf
│   │   ├── icon_browser.py
│   │   ├── icon_browser.pyc
│   │   ├── iconic_font.py
│   │   ├── iconic_font.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── tests
│   │   │   ├── test_icon_browser.py
│   │   │   ├── test_icon_browser.pyc
│   │   │   ├── test_qtawesome.py
│   │   │   └── test_qtawesome.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── QtAwesome-0.7.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment