Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 13:49
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/dc32b66b5a4d8873b3488ecd5ad172e6 to your computer and use it in GitHub Desktop.
Save ryantm/dc32b66b5a4d8873b3488ecd5ad172e6 to your computer and use it in GitHub Desktop.
/nix/store/1i5h3f0z0v11pix6h9dznjgsyb54y41i-python2.7-mechanize-0.4.3
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mechanize
│   │   ├── _auth.py
│   │   ├── _auth.pyc
│   │   ├── _clientcookie.py
│   │   ├── _clientcookie.pyc
│   │   ├── _debug.py
│   │   ├── _debug.pyc
│   │   ├── _entities.py
│   │   ├── _entities.pyc
│   │   ├── _equiv.py
│   │   ├── _equiv.pyc
│   │   ├── _form_controls.py
│   │   ├── _form_controls.pyc
│   │   ├── _form.py
│   │   ├── _form.pyc
│   │   ├── _gzip.py
│   │   ├── _gzip.pyc
│   │   ├── _headersutil.py
│   │   ├── _headersutil.pyc
│   │   ├── _html.py
│   │   ├── _html.pyc
│   │   ├── _http.py
│   │   ├── _http.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _mechanize.py
│   │   ├── _mechanize.pyc
│   │   ├── _opener.py
│   │   ├── _opener.pyc
│   │   ├── polyglot.py
│   │   ├── polyglot.pyc
│   │   ├── _request.py
│   │   ├── _request.pyc
│   │   ├── _response.py
│   │   ├── _response.pyc
│   │   ├── _rfc3986.py
│   │   ├── _rfc3986.pyc
│   │   ├── _sockettimeout.py
│   │   ├── _sockettimeout.pyc
│   │   ├── _testcase.py
│   │   ├── _testcase.pyc
│   │   ├── _urllib2_fork.py
│   │   ├── _urllib2_fork.pyc
│   │   ├── _urllib2.py
│   │   ├── _urllib2.pyc
│   │   ├── _useragent.py
│   │   ├── _useragent.pyc
│   │   ├── _util.py
│   │   ├── _util.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── mechanize-0.4.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
6 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment