Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 05:49
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/de289e7aaeaf9a2db7445ece69ceef49 to your computer and use it in GitHub Desktop.
Save ryantm/de289e7aaeaf9a2db7445ece69ceef49 to your computer and use it in GitHub Desktop.
/nix/store/ysi4l3ajyikr8vxc6gy1x1gb6w9vy8n7-python3.7-cssselect2-0.2.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cssselect2
│   │   ├── _compat.py
│   │   ├── compiler.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── compiler.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   └── tree.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── content.xhtml
│   │   │   ├── ids.html
│   │   │   ├── __init__.py
│   │   │   ├── invalid_selectors.json
│   │   │   ├── LICENSE
│   │   │   ├── make_valid_selectors_json.sh
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_cssselect2.cpython-37.pyc
│   │   │   ├── shakespeare.html
│   │   │   ├── test_cssselect2.py
│   │   │   └── valid_selectors.json
│   │   └── tree.py
│   └── cssselect2-0.2.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment