python-tinycss2 1.2.1-2 source package in Ubuntu
Changelog
python-tinycss2 (1.2.1-2) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + python-tinycss2-doc: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Sun, 27 Nov 2022 13:58:43 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-tinycss2_1.2.1-2.dsc | 2.4 KiB | c3517cfb55279efac4f06020cb8a8342d651bc5d140eacfab9f4ab3379e20be9 |
python-tinycss2_1.2.1.orig.tar.gz | 64.4 KiB | 8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627 |
python-tinycss2_1.2.1-2.debian.tar.xz | 4.6 KiB | 60e98ce7a63e3849ce3ae55d51dee29d979758a77e6c095f64dea9662284bbeb |
Available diffs
- diff from 1.1.1-2 to 1.2.1-2 (4.6 KiB)
- diff from 1.2.1-1 to 1.2.1-2 (516 bytes)
No changes file available.
Binary packages built by this source
- python-tinycss2-common: Low-level CSS parser (test data)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the test data of the library.
- python-tinycss2-doc: Low-level CSS parser (Documentation)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the documentation.
- python3-tinycss2: Low-level CSS parser (Python3 version)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the Python 3 version of the library.