Skip to content

Instantly share code, notes, and snippets.

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/e0d7c3055303aa33556ea0f9138343d1 to your computer and use it in GitHub Desktop.
Save r-ryantm/e0d7c3055303aa33556ea0f9138343d1 to your computer and use it in GitHub Desktop.
/nix/store/f97h1rla46aibb8rz8a5jb48s3ri8v9y-python3.7-elementpath-1.4.4
├── 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.4.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