Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 11:37
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/6d471cc2091af039e932feb9f36b0528 to your computer and use it in GitHub Desktop.
Save ryantm/6d471cc2091af039e932feb9f36b0528 to your computer and use it in GitHub Desktop.
/nix/store/9immyjk8sqr73006vay2gz9a504gz2v8-python3.7-Wand-0.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── wand
│   │   ├── api.py
│   │   ├── cdefs
│   │   │   ├── core.py
│   │   │   ├── drawing_wand.py
│   │   │   ├── __init__.py
│   │   │   ├── magick_image.py
│   │   │   ├── magick_property.py
│   │   │   ├── magick_wand.py
│   │   │   ├── pixel_iterator.py
│   │   │   ├── pixel_wand.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── drawing_wand.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── magick_image.cpython-37.pyc
│   │   │   │   ├── magick_property.cpython-37.pyc
│   │   │   │   ├── magick_wand.cpython-37.pyc
│   │   │   │   ├── pixel_iterator.cpython-37.pyc
│   │   │   │   ├── pixel_wand.cpython-37.pyc
│   │   │   │   ├── structures.cpython-37.pyc
│   │   │   │   └── wandtypes.cpython-37.pyc
│   │   │   ├── structures.py
│   │   │   └── wandtypes.py
│   │   ├── color.py
│   │   ├── compat.py
│   │   ├── display.py
│   │   ├── drawing.py
│   │   ├── exceptions.py
│   │   ├── font.py
│   │   ├── image.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── color.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── display.cpython-37.pyc
│   │   │   ├── drawing.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── font.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── resource.cpython-37.pyc
│   │   │   ├── sequence.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── resource.py
│   │   ├── sequence.py
│   │   └── version.py
│   └── Wand-0.5.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── README.rst
9 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment