Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/903f1810f8fa37c6aa0124810443e2da to your computer and use it in GitHub Desktop.
Save r-ryantm/903f1810f8fa37c6aa0124810443e2da to your computer and use it in GitHub Desktop.
/nix/store/glx2l41wzygflipr3hha0q6l3xklhfj3-python2.7-filetype-1.0.7
├── lib
│   └── python2.7
│   └── site-packages
│   ├── examples
│   │   ├── buffer.py
│   │   ├── buffer.pyc
│   │   ├── bytes.py
│   │   ├── bytes.pyc
│   │   ├── file.py
│   │   ├── file.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── filetype
│   │   ├── filetype.py
│   │   ├── filetype.pyc
│   │   ├── helpers.py
│   │   ├── helpers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── match.py
│   │   ├── match.pyc
│   │   ├── types
│   │   │   ├── archive.py
│   │   │   ├── archive.pyc
│   │   │   ├── audio.py
│   │   │   ├── audio.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── font.py
│   │   │   ├── font.pyc
│   │   │   ├── image.py
│   │   │   ├── image.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── isobmff.py
│   │   │   ├── isobmff.pyc
│   │   │   ├── video.py
│   │   │   └── video.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── filetype-1.0.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
8 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment