Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 11:54
Show Gist options
  • Save ryantm/34e79db0f8bece4349d4b7469055a339 to your computer and use it in GitHub Desktop.
Save ryantm/34e79db0f8bece4349d4b7469055a339 to your computer and use it in GitHub Desktop.
/nix/store/n76aiqmfngpvd6d0av9dvfvrxvbdybyk-python3.6-MechanicalSoup-0.11.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── mechanicalsoup
│   │   ├── browser.py
│   │   ├── form.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── browser.cpython-36.pyc
│   │   │   ├── form.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── stateful_browser.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── __version__.cpython-36.pyc
│   │   ├── stateful_browser.py
│   │   ├── utils.py
│   │   └── __version__.py
│   └── MechanicalSoup-0.11.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment