Ravenports generated: 20 Apr 2020 15:00
[ravenports.git] / bucket_9C / python-webencodings
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-webencodings
4 VERSION=                0.5.1
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Legacy web character encoding aliases (PY37)
8 SDESC[py38]=            Legacy web character encoding aliases (PY38)
9 HOMEPAGE=               https://github.com/SimonSapin/python-webencodings
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/w/webencodings
14 DISTFILE[1]=            webencodings-0.5.1.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               webencodings-0.5.1
25
26 GENERATED=              yes
27
28 [PY37].USES_ON=                         python:py37
29
30 [PY38].USES_ON=                         python:py38
31
32 [FILE:995:descriptions/desc.single]
33 python-webencodings
34 ===================
35
36 This is a Python implementation of the [WHATWG Encoding standard
37 ]_.
38
39 * Latest documentation: http://packages.python.org/webencodings/
40 * Source code and issue tracker:
41   https://github.com/gsnedders/python-webencodings
42 * PyPI releases: http://pypi.python.org/pypi/webencodings
43 * License: BSD
44 * Python 2.6+ and 3.3+
45
46 In order to be compatible with legacy web content
47 when interpreting something like ``Content-Type: text/html;
48 charset=latin1``,
49 tools need to use a particular set of aliases for encoding labels
50 as well as some overriding rules.
51 For example, ``US-ASCII and iso-8859-1 on the web are actually
52 aliases for windows-1252``, and an UTF-8 or UTF-16 BOM takes precedence
53 over any other encoding declaration.
54 The Encoding standard defines all such details so that implementations do
55 not have to reverse-engineer each other.
56
57 This module has encoding labels and BOM detection,
58 but the actual implementation for encoders and decoders is Python’s.
59
60
61 [FILE:104:distinfo]
62 b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923         9721 webencodings-0.5.1.tar.gz
63