PHP 8.0.30
Preview: __init__.py Size: 639 B
/opt/alt/python37/lib/python3.7/site-packages/cssselect/__init__.py

# -*- coding: utf-8 -*-
"""
    CSS Selectors based on XPath
    ============================

    This module supports selecting XML/HTML elements based on CSS selectors.
    See the `CSSSelector` class for details.


    :copyright: (c) 2007-2012 Ian Bicking and contributors.
                See AUTHORS for more details.
    :license: BSD, see LICENSE for more details.

"""

from cssselect.parser import (parse, Selector, FunctionalPseudoElement,
                              SelectorError, SelectorSyntaxError)
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError


VERSION = '0.9.2'
__version__ = VERSION

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2021-10-11 07:55:44
Edit Download
23.15 KB lrw-r--r-- 2016-06-15 16:26:47
Edit Download
24.45 KB lrw-r--r-- 2016-06-15 16:26:47
Edit Download
639 B lrw-r--r-- 2016-06-15 16:26:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).