• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-732476

tests/H03-May-2022-6,5996,251

tinycss2/H03-May-2022-2,3961,876

LICENSEH A D30-Oct-20201.5 KiB3023

PKG-INFOH A D01-Jan-19703.1 KiB6962

README.rstH A D30-Oct-20201.3 KiB2722

pyproject.tomlH A D22-Nov-20212 KiB6455

setup.pyH A D03-May-2022762 3526

README.rst

1tinycss2 is a low-level CSS parser and generator written in Python: it can
2parse strings, return objects representing tokens and blocks, and generate CSS
3strings corresponding to these objects.
4
5Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of
6CSS but doesn't know specific rules, properties or values supported in various
7CSS modules.
8
9* Free software: BSD license
10* For Python 3.6+, tested on CPython and PyPy
11* Documentation: https://doc.courtbouillon.org/tinycss2
12* Changelog: https://github.com/Kozea/tinycss2/releases
13* Code, issues, tests: https://github.com/Kozea/tinycss2
14* Code of conduct: https://www.courtbouillon.org/code-of-conduct
15* Professional support: https://www.courtbouillon.org
16* Donation: https://opencollective.com/courtbouillon
17
18tinycss2 has been created and developed by Kozea (https://kozea.fr).
19Professional support, maintenance and community management is provided by
20CourtBouillon (https://www.courtbouillon.org).
21
22Copyrights are retained by their contributors, no copyright assignment is
23required to contribute to tinycss2. Unless explicitly stated otherwise, any
24contribution intentionally submitted for inclusion is licensed under the BSD
253-clause license, without any additional terms or conditions. For full
26authorship information, see the version control history.
27