experimental/cuda-ubi9/: tinycss2-1.3.0 metadata and description

Simple index

A tiny CSS parser

author_email Simon Sapin <simon.sapin@exyr.org>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Text Processing
description_content_type text/x-rst
keywords css,parser
maintainer_email CourtBouillon <contact@courtbouillon.org>
project_urls
  • Changelog, https://github.com/Kozea/tinycss2/releases
  • Code, https://github.com/Kozea/tinycss2/
  • Documentation, https://doc.courtbouillon.org/tinycss2/
  • Donation, https://opencollective.com/courtbouillon
  • Homepage, https://www.courtbouillon.org/tinycss2
  • Issues, https://github.com/Kozea/tinycss2/issues
provides_extras test
requires_dist
  • webencodings >=0.4
  • sphinx ; extra == "doc"
  • sphinx_rtd_theme ; extra == "doc"
  • pytest ; extra == "test"
  • ruff ; extra == "test"
requires_python >=3.8
File Tox results History
tinycss2-1.3.0-py3-none-any.whl
Size
22 KB
Type
Python Wheel
Python
3

tinycss2 is a low-level CSS parser and generator written in Python: it can parse strings, return objects representing tokens and blocks, and generate CSS strings corresponding to these objects.

Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of CSS but doesn’t know specific rules, properties or values supported in various CSS modules.

tinycss2 has been created and developed by Kozea (https://kozea.fr). Professional support, maintenance and community management is provided by CourtBouillon (https://www.courtbouillon.org).

Copyrights are retained by their contributors, no copyright assignment is required to contribute to tinycss2. Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion is licensed under the BSD 3-clause license, without any additional terms or conditions. For full authorship information, see the version control history.