Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 07:09
Show Gist options
  • Save ryantm/2d672f94f4ccd0ff2e3c5b8bc229f215 to your computer and use it in GitHub Desktop.
Save ryantm/2d672f94f4ccd0ff2e3c5b8bc229f215 to your computer and use it in GitHub Desktop.
/nix/store/1ngmnr0aargjmkk8biaw7fsn0w9apqvd-python3.6-QtAwesome-0.5.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── qtawesome
│   │   ├── animation.py
│   │   ├── 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
│   │   ├── iconic_font.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── animation.cpython-36.pyc
│   │   │   ├── iconic_font.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── _version.cpython-36.pyc
│   │   ├── tests
│   │   │   ├── __pycache__
│   │   │   │   └── test_qtawesome.cpython-36.pyc
│   │   │   └── test_qtawesome.py
│   │   └── _version.py
│   └── QtAwesome-0.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment