You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tkloczko@pers-jacek tinycss2-1.3.0]$ grep -r webencodingsdocs/first_steps.rst:This will also automatically install tinycss2’s only dependency, webencodings_.docs/first_steps.rst:tinycss2 and webencodings both only contain Python code and should work on anydocs/first_steps.rst:.. _webencodings: https://pythonhosted.org/webencodings/docs/conf.py: 'webencodings': ('https://pythonhosted.org/webencodings/', None),tests/test_tinycss2.py:from webencodings import Encoding, lookuptinycss2/bytes.py:from webencodings import UTF8, decode, lookuptinycss2/bytes.py: :type environment_encoding: :class:`webencodings.Encoding`tinycss2/bytes.py: :class:`webencodings.Encoding` object that was used.tinycss2/bytes.py: :type environment_encoding: :class:`webencodings.Encoding`tinycss2/bytes.py: * ``encoding`` is the :class:`webencodings.Encoding` objecttinycss2/tokenizer.py:from webencodings import ascii_lowertinycss2/ast.py:from webencodings import ascii_lowertinycss2/ast.py: see :func:`~webencodings.ascii_lower`.tinycss2/ast.py: see :func:`~webencodings.ascii_lower`.tinycss2/ast.py: see :func:`~webencodings.ascii_lower`.tinycss2/ast.py: see :func:`~webencodings.ascii_lower`.tinycss2/ast.py: see :func:`~webencodings.ascii_lower`.tinycss2/ast.py: see :func:`~webencodings.ascii_lower`.grep: tinycss2/__pycache__/bytes.cpython-310.pyc: binary file matchespyproject.toml:dependencies = ['webencodings >=0.4']
The text was updated successfully, but these errors were encountered:
Thanks for the report. We’ll get in touch with the maintainer to know if we could maintain the package. Code shouldn’t change much, but we can at least close the open issues and PRs, and release a new version on PyPI.
Last commit in https://github.com/gsnedders/python-webencodings was+7 years ago.
The text was updated successfully, but these errors were encountered: