Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 24, 2020 03:47
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/b258ce8d0c501601c71cad516fc91e39 to your computer and use it in GitHub Desktop.
Save r-ryantm/b258ce8d0c501601c71cad516fc91e39 to your computer and use it in GitHub Desktop.
/nix/store/gsjj2p9sfrg1i1qk48fpxsa10hi8s79m-python2.7-Wand-0.6.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── wand
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── assertions.py
│   │   ├── assertions.pyc
│   │   ├── cdefs
│   │   │   ├── core.py
│   │   │   ├── core.pyc
│   │   │   ├── drawing_wand.py
│   │   │   ├── drawing_wand.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── magick_image.py
│   │   │   ├── magick_image.pyc
│   │   │   ├── magick_property.py
│   │   │   ├── magick_property.pyc
│   │   │   ├── magick_wand.py
│   │   │   ├── magick_wand.pyc
│   │   │   ├── pixel_iterator.py
│   │   │   ├── pixel_iterator.pyc
│   │   │   ├── pixel_wand.py
│   │   │   ├── pixel_wand.pyc
│   │   │   ├── structures.py
│   │   │   ├── structures.pyc
│   │   │   ├── wandtypes.py
│   │   │   └── wandtypes.pyc
│   │   ├── color.py
│   │   ├── color.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── display.py
│   │   ├── display.pyc
│   │   ├── drawing.py
│   │   ├── drawing.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── font.py
│   │   ├── font.pyc
│   │   ├── image.py
│   │   ├── image.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── resource.py
│   │   ├── resource.pyc
│   │   ├── sequence.py
│   │   ├── sequence.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── Wand-0.6.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment