Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 23:34
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/d17dc3294ce14116cd6b499afdf9f81f to your computer and use it in GitHub Desktop.
Save r-ryantm/d17dc3294ce14116cd6b499afdf9f81f to your computer and use it in GitHub Desktop.
/nix/store/xkaxjdfk9wzkh1lqyvabh15khjhmkhj5-python3.7-css-parser-1.0.6
├── lib
│   └── python3.7
│   └── site-packages
│   ├── css_parser
│   │   ├── _codec2.py
│   │   ├── _codec3.py
│   │   ├── codec.py
│   │   ├── css
│   │   │   ├── colors.py
│   │   │   ├── csscharsetrule.py
│   │   │   ├── csscomment.py
│   │   │   ├── cssfontfacerule.py
│   │   │   ├── cssimportrule.py
│   │   │   ├── cssmediarule.py
│   │   │   ├── cssnamespacerule.py
│   │   │   ├── csspagerule.py
│   │   │   ├── cssproperties.py
│   │   │   ├── cssrulelist.py
│   │   │   ├── cssrule.py
│   │   │   ├── cssstyledeclaration.py
│   │   │   ├── cssstylerule.py
│   │   │   ├── cssstylesheet.py
│   │   │   ├── cssunknownrule.py
│   │   │   ├── cssvalue.py
│   │   │   ├── cssvariablesdeclaration.py
│   │   │   ├── cssvariablesrule.py
│   │   │   ├── __init__.py
│   │   │   ├── marginrule.py
│   │   │   ├── property.py
│   │   │   ├── __pycache__
│   │   │   │   ├── colors.cpython-37.pyc
│   │   │   │   ├── csscharsetrule.cpython-37.pyc
│   │   │   │   ├── csscomment.cpython-37.pyc
│   │   │   │   ├── cssfontfacerule.cpython-37.pyc
│   │   │   │   ├── cssimportrule.cpython-37.pyc
│   │   │   │   ├── cssmediarule.cpython-37.pyc
│   │   │   │   ├── cssnamespacerule.cpython-37.pyc
│   │   │   │   ├── csspagerule.cpython-37.pyc
│   │   │   │   ├── cssproperties.cpython-37.pyc
│   │   │   │   ├── cssrule.cpython-37.pyc
│   │   │   │   ├── cssrulelist.cpython-37.pyc
│   │   │   │   ├── cssstyledeclaration.cpython-37.pyc
│   │   │   │   ├── cssstylerule.cpython-37.pyc
│   │   │   │   ├── cssstylesheet.cpython-37.pyc
│   │   │   │   ├── cssunknownrule.cpython-37.pyc
│   │   │   │   ├── cssvalue.cpython-37.pyc
│   │   │   │   ├── cssvariablesdeclaration.cpython-37.pyc
│   │   │   │   ├── cssvariablesrule.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── marginrule.cpython-37.pyc
│   │   │   │   ├── property.cpython-37.pyc
│   │   │   │   ├── selector.cpython-37.pyc
│   │   │   │   ├── selectorlist.cpython-37.pyc
│   │   │   │   └── value.cpython-37.pyc
│   │   │   ├── selectorlist.py
│   │   │   ├── selector.py
│   │   │   └── value.py
│   │   ├── cssproductions.py
│   │   ├── encutils
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── errorhandler.py
│   │   ├── _fetchgae.py
│   │   ├── _fetch.py
│   │   ├── helper.py
│   │   ├── __init__.py
│   │   ├── parse.py
│   │   ├── prodparser.py
│   │   ├── profiles.py
│   │   ├── __pycache__
│   │   │   ├── _codec2.cpython-37.pyc
│   │   │   ├── _codec3.cpython-37.pyc
│   │   │   ├── codec.cpython-37.pyc
│   │   │   ├── cssproductions.cpython-37.pyc
│   │   │   ├── errorhandler.cpython-37.pyc
│   │   │   ├── _fetch.cpython-37.pyc
│   │   │   ├── _fetchgae.cpython-37.pyc
│   │   │   ├── helper.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parse.cpython-37.pyc
│   │   │   ├── prodparser.cpython-37.pyc
│   │   │   ├── profiles.cpython-37.pyc
│   │   │   ├── sac.cpython-37.pyc
│   │   │   ├── script.cpython-37.pyc
│   │   │   ├── serialize.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── tokenize2.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── sac.py
│   │   ├── script.py
│   │   ├── scripts
│   │   │   ├── csscapture.py
│   │   │   ├── csscombine.py
│   │   │   ├── cssparse.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── csscapture.cpython-37.pyc
│   │   │   ├── csscombine.cpython-37.pyc
│   │   │   ├── cssparse.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── serialize.py
│   │   ├── settings.py
│   │   ├── stylesheets
│   │   │   ├── __init__.py
│   │   │   ├── medialist.py
│   │   │   ├── mediaquery.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── medialist.cpython-37.pyc
│   │   │   │   ├── mediaquery.cpython-37.pyc
│   │   │   │   ├── stylesheet.cpython-37.pyc
│   │   │   │   └── stylesheetlist.cpython-37.pyc
│   │   │   ├── stylesheetlist.py
│   │   │   └── stylesheet.py
│   │   ├── tokenize2.py
│   │   ├── util.py
│   │   └── version.py
│   └── css_parser-1.0.6.dist-info
│   ├── COPYING.LESSER
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 114 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment