Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 19:16
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/35e311f7087b473b02c129b5d91750e7 to your computer and use it in GitHub Desktop.
Save ryantm/35e311f7087b473b02c129b5d91750e7 to your computer and use it in GitHub Desktop.
/nix/store/7fvvcsvly4q7k7i341j6ya6b6x1qx86z-python2.7-mechanize-0.4.0
├── 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.0.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