Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 17:54
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/e77765ad0ad9c1ea980b303d7e29f5fb to your computer and use it in GitHub Desktop.
Save ryantm/e77765ad0ad9c1ea980b303d7e29f5fb to your computer and use it in GitHub Desktop.
/nix/store/mshym334v65xbj7vc0bxmf8wkhypi7i8-python3.7-MechanicalSoup-0.12.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mechanicalsoup
│   │   ├── browser.py
│   │   ├── form.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── browser.cpython-37.pyc
│   │   │   ├── form.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── stateful_browser.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── stateful_browser.py
│   │   ├── utils.py
│   │   └── __version__.py
│   └── MechanicalSoup-0.12.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