Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 6, 2021 08:23
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/f5273b7451906347f1f38b5385b2d7be to your computer and use it in GitHub Desktop.
Save r-ryantm/f5273b7451906347f1f38b5385b2d7be to your computer and use it in GitHub Desktop.
/nix/store/7jh4ghad1bizd3y7rvq9jdk94f9yjfsw-python3.7-elementpath-2.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── elementpath
│   │   ├── datatypes
│   │   │   ├── atomic_types.py
│   │   │   ├── binary.py
│   │   │   ├── datetime.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── numeric.py
│   │   │   ├── proxies.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atomic_types.cpython-37.pyc
│   │   │   │   ├── binary.cpython-37.pyc
│   │   │   │   ├── datetime.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── numeric.cpython-37.pyc
│   │   │   │   ├── proxies.cpython-37.pyc
│   │   │   │   ├── qname.cpython-37.pyc
│   │   │   │   ├── string.cpython-37.pyc
│   │   │   │   ├── untyped.cpython-37.pyc
│   │   │   │   └── uri.cpython-37.pyc
│   │   │   ├── qname.py
│   │   │   ├── string.py
│   │   │   ├── untyped.py
│   │   │   └── uri.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── namespaces.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── namespaces.cpython-37.pyc
│   │   │   ├── schema_proxy.cpython-37.pyc
│   │   │   ├── tdop.cpython-37.pyc
│   │   │   ├── xpath_context.cpython-37.pyc
│   │   │   ├── xpath_nodes.cpython-37.pyc
│   │   │   ├── xpath_selectors.cpython-37.pyc
│   │   │   └── xpath_token.cpython-37.pyc
│   │   ├── regex
│   │   │   ├── character_classes.py
│   │   │   ├── codepoints.py
│   │   │   ├── generate_categories.py
│   │   │   ├── __init__.py
│   │   │   ├── patterns.py
│   │   │   ├── __pycache__
│   │   │   │   ├── character_classes.cpython-37.pyc
│   │   │   │   ├── codepoints.cpython-37.pyc
│   │   │   │   ├── generate_categories.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── patterns.cpython-37.pyc
│   │   │   │   ├── unicode_categories.cpython-37.pyc
│   │   │   │   └── unicode_subsets.cpython-37.pyc
│   │   │   ├── unicode_categories.py
│   │   │   └── unicode_subsets.py
│   │   ├── schema_proxy.py
│   │   ├── tdop.py
│   │   ├── xpath1
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── xpath1_axes.cpython-37.pyc
│   │   │   │   ├── xpath1_functions.cpython-37.pyc
│   │   │   │   └── xpath1_parser.cpython-37.pyc
│   │   │   ├── xpath1_axes.py
│   │   │   ├── xpath1_functions.py
│   │   │   └── xpath1_parser.py
│   │   ├── xpath2
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── xpath2_constructors.cpython-37.pyc
│   │   │   │   ├── xpath2_functions.cpython-37.pyc
│   │   │   │   └── xpath2_parser.cpython-37.pyc
│   │   │   ├── xpath2_constructors.py
│   │   │   ├── xpath2_functions.py
│   │   │   └── xpath2_parser.py
│   │   ├── xpath_context.py
│   │   ├── xpath_nodes.py
│   │   ├── xpath_selectors.py
│   │   └── xpath_token.py
│   └── elementpath-2.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 79 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment