Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 22:52
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/654a64826bc9648a637e7b233d7aee4d to your computer and use it in GitHub Desktop.
Save ryantm/654a64826bc9648a637e7b233d7aee4d to your computer and use it in GitHub Desktop.
/nix/store/mr6fzfrdzrr0m1jc6r7civ9ay1jydg0i-python3.8-elementpath-1.3.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── elementpath
│   │   ├── compat.py
│   │   ├── datatypes.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── namespaces.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── datatypes.cpython-38.pyc
│   │   │   ├── exceptions.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── namespaces.cpython-38.pyc
│   │   │   ├── schema_proxy.cpython-38.pyc
│   │   │   ├── tdop_parser.cpython-38.pyc
│   │   │   ├── xpath1_parser.cpython-38.pyc
│   │   │   ├── xpath2_constructors.cpython-38.pyc
│   │   │   ├── xpath2_functions.cpython-38.pyc
│   │   │   ├── xpath2_parser.cpython-38.pyc
│   │   │   ├── xpath_context.cpython-38.pyc
│   │   │   ├── xpath_nodes.cpython-38.pyc
│   │   │   ├── xpath_selectors.cpython-38.pyc
│   │   │   └── xpath_token.cpython-38.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.3.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment