Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 06:27
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/73a52109a92030af1237cea9d38bb00b to your computer and use it in GitHub Desktop.
Save r-ryantm/73a52109a92030af1237cea9d38bb00b to your computer and use it in GitHub Desktop.
/nix/store/l9yn9fi79hxmlqc6rj7dsyq5f0whd624-python2.7-Wand-0.6.3
├── 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.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment