Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 20:41
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/769418714edeb540ac7559be82548018 to your computer and use it in GitHub Desktop.
Save ryantm/769418714edeb540ac7559be82548018 to your computer and use it in GitHub Desktop.
/nix/store/03n061iqp1dzavip8mks0yjx4sr2yz07-python3.7-Wand-0.5.7
├── lib
│   └── python3.7
│   └── 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-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
│   │   │   ├── assertions.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.7.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