Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 3, 2019 01:08
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/161516fb937dd2f6a68f3e8efa06d991 to your computer and use it in GitHub Desktop.
Save ryantm/161516fb937dd2f6a68f3e8efa06d991 to your computer and use it in GitHub Desktop.
/nix/store/q3vikja1aaamfza0sq1d9kf1n27b2lw3-python3.8-willow-1.3
├── lib
│   └── python3.8
│   └── site-packages
│   ├── willow
│   │   ├── data
│   │   │   └── cascades
│   │   │   └── haarcascade_frontalface_alt2.xml
│   │   ├── image.py
│   │   ├── __init__.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── opencv.py
│   │   │   ├── pillow.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── opencv.cpython-38.pyc
│   │   │   │   ├── pillow.cpython-38.pyc
│   │   │   │   └── wand.cpython-38.pyc
│   │   │   └── wand.py
│   │   ├── __pycache__
│   │   │   ├── image.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── registry.cpython-38.pyc
│   │   ├── registry.py
│   │   └── utils
│   │   ├── deprecation.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── deprecation.cpython-38.pyc
│   │   └── __init__.cpython-38.pyc
│   └── Willow-1.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment