Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 17:45
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/12f26f648bb9b078906a8bdf6900fc0a to your computer and use it in GitHub Desktop.
Save ryantm/12f26f648bb9b078906a8bdf6900fc0a to your computer and use it in GitHub Desktop.
/nix/store/xmm3iw32rb5psqphq7cd6ayxm1jcwk6p-python3.7-mwclient-0.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mwclient
│   │   ├── client.py
│   │   ├── errors.py
│   │   ├── ex.py
│   │   ├── image.py
│   │   ├── __init__.py
│   │   ├── listing.py
│   │   ├── page.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── ex.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── listing.cpython-37.pyc
│   │   │   ├── page.cpython-37.pyc
│   │   │   ├── sleep.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── sleep.py
│   │   └── util.py
│   └── mwclient-0.10.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment