Skip to content

Instantly share code, notes, and snippets.

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