Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 17:37
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/a6d8fbd2d44181f3c5f50639942996d5 to your computer and use it in GitHub Desktop.
Save ryantm/a6d8fbd2d44181f3c5f50639942996d5 to your computer and use it in GitHub Desktop.
/nix/store/l6v8f76968lwf0q6fqphn6jw48ayxqbp-python3.7-splinter-0.11.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── splinter
│   │   ├── browser.py
│   │   ├── cookie_manager.py
│   │   ├── driver
│   │   │   ├── djangoclient.py
│   │   │   ├── element_present.py
│   │   │   ├── flaskclient.py
│   │   │   ├── __init__.py
│   │   │   ├── lxmldriver.py
│   │   │   ├── __pycache__
│   │   │   │   ├── djangoclient.cpython-37.pyc
│   │   │   │   ├── element_present.cpython-37.pyc
│   │   │   │   ├── flaskclient.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lxmldriver.cpython-37.pyc
│   │   │   │   └── zopetestbrowser.cpython-37.pyc
│   │   │   ├── webdriver
│   │   │   │   ├── chrome.py
│   │   │   │   ├── cookie_manager.py
│   │   │   │   ├── firefox.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── chrome.cpython-37.pyc
│   │   │   │   │   ├── cookie_manager.cpython-37.pyc
│   │   │   │   │   ├── firefox.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── remote.cpython-37.pyc
│   │   │   │   └── remote.py
│   │   │   └── zopetestbrowser.py
│   │   ├── element_list.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── meta.py
│   │   ├── __pycache__
│   │   │   ├── browser.cpython-37.pyc
│   │   │   ├── cookie_manager.cpython-37.pyc
│   │   │   ├── element_list.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── meta.cpython-37.pyc
│   │   └── request_handler
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── status_code.cpython-37.pyc
│   │   └── status_code.py
│   └── splinter-0.11.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment