Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 26, 2020 21:45
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 r-ryantm/77be667c25e5dc7bad0ef524d877a0c5 to your computer and use it in GitHub Desktop.
Save r-ryantm/77be667c25e5dc7bad0ef524d877a0c5 to your computer and use it in GitHub Desktop.
/nix/store/gcbxh18q0rij2n79pj8b0pvq0lan0w14-python3.7-elementpath-1.4.5
├── lib
│   └── python3.7
│   └── site-packages
│   ├── elementpath
│   │   ├── datatypes.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── namespaces.py
│   │   ├── __pycache__
│   │   │   ├── datatypes.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── namespaces.cpython-37.pyc
│   │   │   ├── schema_proxy.cpython-37.pyc
│   │   │   ├── tdop_parser.cpython-37.pyc
│   │   │   ├── xpath1_parser.cpython-37.pyc
│   │   │   ├── xpath2_constructors.cpython-37.pyc
│   │   │   ├── xpath2_functions.cpython-37.pyc
│   │   │   ├── xpath2_parser.cpython-37.pyc
│   │   │   ├── xpath_context.cpython-37.pyc
│   │   │   ├── xpath_nodes.cpython-37.pyc
│   │   │   ├── xpath_selectors.cpython-37.pyc
│   │   │   └── xpath_token.cpython-37.pyc
│   │   ├── schema_proxy.py
│   │   ├── tdop_parser.py
│   │   ├── xpath1_parser.py
│   │   ├── xpath2_constructors.py
│   │   ├── xpath2_functions.py
│   │   ├── xpath2_parser.py
│   │   ├── xpath_context.py
│   │   ├── xpath_nodes.py
│   │   ├── xpath_selectors.py
│   │   └── xpath_token.py
│   └── elementpath-1.4.5.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment