Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 22:44
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/68e01bc607d2b9cc6d180293c78f9d71 to your computer and use it in GitHub Desktop.
Save ryantm/68e01bc607d2b9cc6d180293c78f9d71 to your computer and use it in GitHub Desktop.
/nix/store/iy2n9mafpzqagpc4a30pm80v1s2vqckv-python3.7-QtAwesome-0.5.5
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── iconic_font.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __pycache__
│   │   │   │   └── test_qtawesome.cpython-37.pyc
│   │   │   └── test_qtawesome.py
│   │   └── _version.py
│   └── QtAwesome-0.5.5.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