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