[ANN] PyYAML-4.1: YAML parser and emitter for Python
Ingy dot Net <[email protected]> Tue, 26 Jun 2018 16:24:03 -0600
| Newsgroups | gmane.text.yaml.general,gmane.comp.python.general |
|---|---|
| Message-ID | <CAHJtQJ6JZAkaj+9tpCqsMXbbPzh6iQC+KHV3677PQPGPd1Z_nA@mail.gmail.com> |
--===============2380039550284881992==
Content-Type: multipart/alternative; boundary="000000000000ab48d0056f92f41d"
--000000000000ab48d0056f92f41d
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Announcing PyYAML-4.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
A new MAJOR RELEASE of PyYAML is now available:
https://pypi.org/project/PyYAML/
This is the first release of PyYAML under a new maintenance team. In August
2016, maintenance of PyYAML and LibYAML was turned over from the original
author, Kirill Simonov, to Ian Cordasco and Ingy d=C3=B6t Net.
The canonical source repo moved:
from: https://bitbucket.org/xi/pyyaml/
to: https://github.com/yaml/pyyaml
The PyYAML project is now maintained by the YAML and Python communities.
Planning happens on the #yaml-dev, #pyyaml and #libyaml IRC channels on
irc.freenode.net.
Changes
=3D=3D=3D=3D=3D=3D=3D
* https://github.com/yaml/pyyaml/pull/35 -- Some modernization of the test
running
* https://github.com/yaml/pyyaml/pull/42 -- Install tox in a virtualenv
* https://github.com/yaml/pyyaml/pull/45 -- Allow colon in a plain scalar
in a flow context
* https://github.com/yaml/pyyaml/pull/48 -- Fix typos
* https://github.com/yaml/pyyaml/pull/55 -- Improve RepresenterError
creation
* https://github.com/yaml/pyyaml/pull/59 -- Resolves #57, update readme
issues link
* https://github.com/yaml/pyyaml/pull/60 -- Document and test Python 3.6
support
* https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip
cache support
* https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for
Travis CI
* https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode
characters over codepoint 0xffff
* https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over
codepoint 0xffff
* https://github.com/yaml/pyyaml/pull/74 -- Make pyyaml safe by default.
* https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
* https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if
Compilation fails
* https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
* https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco cod=
e
* https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
* https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in
double quotes "\/"
Resources
=3D=3D=3D=3D=3D=3D=3D=3D=3D
PyYAML IRC Channel: #pyyaml on irc.freenode.net
PyYAML homepage: https://github.com/yaml/pyyaml
PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation
Source and binary installers: https://pypi.org/project/PyYAML/
GitHub repository: https://github.com/yaml/pyyaml/
Bug tracking: https://github.com/yaml/pyyaml/issues
YAML homepage: http://yaml.org/
YAML-core mailing list:
http://lists.sourceforge.net/lists/listinfo/yaml-core
About PyYAML
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and emitter
for
Python.
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support=
,
capable extension API, and sensible error messages. PyYAML supports standar=
d
YAML tags and provides Python-specific tags that allow to represent an
arbitrary Python object.
PyYAML is applicable for a broad range of tasks from complex configuration
files to object serialization and persistence.
Example
=3D=3D=3D=3D=3D=3D=3D
>>> import yaml
>>> yaml.load("""
... name: PyYAML
... description: YAML parser and emitter for Python
... homepage: https://github.com/yaml/pyyaml
... keywords: [YAML, serialization, configuration, persistence, pickle]
... """)
{'keywords': ['YAML', 'serialization', 'configuration', 'persistence',
'pickle'], 'homepage': 'https://github.com/yaml/pyyaml', 'description':
'YAML parser and emitter for Python', 'name': 'PyYAML'}
>>> print yaml.dump(_)
name: PyYAML
homepage: https://github.com/yaml/pyyaml
description: YAML parser and emitter for Python
keywords: [YAML, serialization, configuration, persistence, pickle]
Maintainers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
The following people are responsible for maintaining PyYAML:
* Ingy d=C3=B6t Net
* Ian Cordasco
* Tina Mueller
* Alex Gaynor
* Donald Stufft
* Matt Davis
and many thanks to all who have contribributed!
See: https://github.com/yaml/pyyaml/pulls
Copyright
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Copyright (c) 2017-2018 Ingy d=C3=B6t Net <[email protected]>
Copyright (c) 2006-2016 Kirill Simonov <xi-RCSp1WnSyaseIZ0/[email protected]>
The PyYAML module was written by Kirill Simonov <xi-RCSp1WnSyaseIZ0/[email protected]>.
It is currently maintained by the YAML and Python communities.
PyYAML is released under the MIT license.
See the file LICENSE for more details.
--000000000000ab48d0056f92f41d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D</div><div>=C2=A0Announcing PyYAML-4.1</div><div>=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div><=
br></div><div>A new MAJOR RELEASE of PyYAML is now available:</div><div><a =
href=3D"https://pypi.org/project/PyYAML/">https://pypi.org/project/PyYAML/<=
/a></div><div><br></div><div>This is the first release of PyYAML under a ne=
w maintenance team. In August</div><div>2016, maintenance of PyYAML and Lib=
YAML was turned over from the original</div><div>author, Kirill Simonov, to=
Ian Cordasco and Ingy d=C3=B6t Net.</div><div><br></div><div>The canonical=
source repo moved:</div><div><br></div><div>=C2=A0 =C2=A0 from: <a href=3D=
"https://bitbucket.org/xi/pyyaml/">https://bitbucket.org/xi/pyyaml/</a></di=
v><div>=C2=A0 =C2=A0 to: =C2=A0 <a href=3D"https://github.com/yaml/pyyaml">=
https://github.com/yaml/pyyaml</a></div><div><br></div><div>The PyYAML proj=
ect is now maintained by the YAML and Python communities.</div><div>Plannin=
g happens on the #yaml-dev, #pyyaml and #libyaml IRC channels on</div><div>=
<a href=3D"http://irc.freenode.net">irc.freenode.net</a>.</div><div><br></d=
iv><div><br></div><div>Changes</div><div>=3D=3D=3D=3D=3D=3D=3D</div><div><b=
r></div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/35">https://g=
ithub.com/yaml/pyyaml/pull/35</a> =C2=A0-- Some modernization of the test r=
unning</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/42">https=
://github.com/yaml/pyyaml/pull/42</a> =C2=A0-- Install tox in a virtualenv<=
/div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/45">https://gith=
ub.com/yaml/pyyaml/pull/45</a> =C2=A0-- Allow colon in a plain scalar in a =
flow context</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/48"=
>https://github.com/yaml/pyyaml/pull/48</a> =C2=A0-- Fix typos</div><div>* =
<a href=3D"https://github.com/yaml/pyyaml/pull/55">https://github.com/yaml/=
pyyaml/pull/55</a> =C2=A0-- Improve RepresenterError creation</div><div>* <=
a href=3D"https://github.com/yaml/pyyaml/pull/59">https://github.com/yaml/p=
yyaml/pull/59</a> =C2=A0-- Resolves #57, update readme issues link</div><di=
v>* <a href=3D"https://github.com/yaml/pyyaml/pull/60">https://github.com/y=
aml/pyyaml/pull/60</a> =C2=A0-- Document and test Python 3.6 support</div><=
div>* <a href=3D"https://github.com/yaml/pyyaml/pull/61">https://github.com=
/yaml/pyyaml/pull/61</a> =C2=A0-- Use Travis CI built in pip cache support<=
/div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/62">https://gith=
ub.com/yaml/pyyaml/pull/62</a> =C2=A0-- Remove tox workaround for Travis CI=
</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/63">https://git=
hub.com/yaml/pyyaml/pull/63</a> =C2=A0-- Adding support to Unicode characte=
rs over codepoint 0xffff</div><div>* <a href=3D"https://github.com/yaml/pyy=
aml/pull/65">https://github.com/yaml/pyyaml/pull/65</a> =C2=A0-- Support un=
icode literals over codepoint 0xffff</div><div>* <a href=3D"https://github.=
com/yaml/pyyaml/pull/74">https://github.com/yaml/pyyaml/pull/74</a> =C2=A0-=
- Make pyyaml safe by default.</div><div>* <a href=3D"https://github.com/ya=
ml/pyyaml/pull/75">https://github.com/yaml/pyyaml/pull/75</a> =C2=A0-- add =
3.12 changelog</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/7=
6">https://github.com/yaml/pyyaml/pull/76</a> =C2=A0-- Fallback to Pure Pyt=
hon if Compilation fails</div><div>* <a href=3D"https://github.com/yaml/pyy=
aml/pull/84">https://github.com/yaml/pyyaml/pull/84</a> =C2=A0-- Drop unsup=
ported Python 3.3</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pul=
l/111">https://github.com/yaml/pyyaml/pull/111</a> -- Remove commented out =
Psyco code</div><div>* <a href=3D"https://github.com/yaml/pyyaml/pull/149">=
https://github.com/yaml/pyyaml/pull/149</a> -- Test on Python 3.7-dev</div>=
<div>* <a href=3D"https://github.com/yaml/pyyaml/pull/158">https://github.c=
om/yaml/pyyaml/pull/158</a> -- Support escaped slash in double quotes "=
;\/"</div><div><br></div><div><br></div><div>Resources</div><div>=3D=
=3D=3D=3D=3D=3D=3D=3D=3D</div><div><br></div><div>PyYAML IRC Channel: #pyya=
ml on <a href=3D"http://irc.freenode.net">irc.freenode.net</a></div><div>Py=
YAML homepage: <a href=3D"https://github.com/yaml/pyyaml">https://github.co=
m/yaml/pyyaml</a></div><div>PyYAML documentation: <a href=3D"http://pyyaml.=
org/wiki/PyYAMLDocumentation">http://pyyaml.org/wiki/PyYAMLDocumentation</a=
></div><div>Source and binary installers: <a href=3D"https://pypi.org/proje=
ct/PyYAML/">https://pypi.org/project/PyYAML/</a></div><div>GitHub repositor=
y: <a href=3D"https://github.com/yaml/pyyaml/">https://github.com/yaml/pyya=
ml/</a></div><div>Bug tracking: <a href=3D"https://github.com/yaml/pyyaml/i=
ssues">https://github.com/yaml/pyyaml/issues</a></div><div><br></div><div>Y=
AML homepage: <a href=3D"http://yaml.org/">http://yaml.org/</a></div><div>Y=
AML-core mailing list: <a href=3D"http://lists.sourceforge.net/lists/listin=
fo/yaml-core">http://lists.sourceforge.net/lists/listinfo/yaml-core</a></di=
v><div><br></div><div><br></div><div>About PyYAML</div><div>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D</div><div><br></div><div>YAML is a data serialization=
format designed for human readability and</div><div>interaction with scrip=
ting languages. PyYAML is a YAML parser and emitter for</div><div>Python.</=
div><div><br></div><div>PyYAML features a complete YAML 1.1 parser, Unicode=
support, pickle support,</div><div>capable extension API, and sensible err=
or messages. PyYAML supports standard</div><div>YAML tags and provides Pyth=
on-specific tags that allow to represent an</div><div>arbitrary Python obje=
ct.</div><div><br></div><div>PyYAML is applicable for a broad range of task=
s from complex configuration</div><div>files to object serialization and pe=
rsistence.</div><div><br></div><div><br></div><div>Example</div><div>=3D=3D=
=3D=3D=3D=3D=3D</div><div><br></div><div>>>> import yaml</div><div=
><br></div><div>>>> yaml.load("""</div><div>... nam=
e: PyYAML</div><div>... description: YAML parser and emitter for Python</di=
v><div>... homepage: <a href=3D"https://github.com/yaml/pyyaml">https://git=
hub.com/yaml/pyyaml</a></div><div>... keywords: [YAML, serialization, confi=
guration, persistence, pickle]</div><div>... """)</div><div>=
{'keywords': ['YAML', 'serialization', 'configu=
ration', 'persistence',</div><div>'pickle'], 'homep=
age': '<a href=3D"https://github.com/yaml/pyyaml">https://github.co=
m/yaml/pyyaml</a>', 'description':</div><div>'YAML parser a=
nd emitter for Python', 'name': 'PyYAML'}</div><div><br=
></div><div>>>> print yaml.dump(_)</div><div>name: PyYAML</div><di=
v>homepage: <a href=3D"https://github.com/yaml/pyyaml">https://github.com/y=
aml/pyyaml</a></div><div>description: YAML parser and emitter for Python</d=
iv><div>keywords: [YAML, serialization, configuration, persistence, pickle]=
</div><div><br></div><div><br></div><div>Maintainers</div><div>=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D</div><div><br></div><div>The following people are res=
ponsible for maintaining PyYAML:</div><div><br></div><div>* Ingy d=C3=B6t N=
et</div><div>* Ian Cordasco</div><div>* Tina Mueller</div><div>* Alex Gayno=
r</div><div>* Donald Stufft</div><div>* Matt Davis</div><div><br></div><div=
>and many thanks to all who have contribributed!</div><div>See: <a href=3D"=
https://github.com/yaml/pyyaml/pulls">https://github.com/yaml/pyyaml/pulls<=
/a></div><div><br></div><div><br></div><div>Copyright</div><div>=3D=3D=3D=
=3D=3D=3D=3D=3D=3D</div><div><br></div><div>Copyright (c) 2017-2018 Ingy d=
=C3=B6t Net <<a href=3D"mailto:[email protected]">[email protected]</a>></div=
><div>Copyright (c) 2006-2016 Kirill Simonov <<a href=3D"mailto:xi@resol=
vent.net">xi-RCSp1WnSyaseIZ0/[email protected]</a>></div><div><br></div><div>The PyYAML modu=
le was written by Kirill Simonov <<a href=3D"mailto:xi-RCSp1WnSyaseIZ0/[email protected]">xi=
@resolvent.net</a>>.</div><div>It is currently maintained by the YAML an=
d Python communities.</div><div><br></div><div>PyYAML is released under the=
MIT license.</div><div>See the file LICENSE for more details.</div><div><b=
r></div></div>
--000000000000ab48d0056f92f41d--
--===============2380039550284881992==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============2380039550284881992==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Yaml-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/yaml-core
--===============2380039550284881992==--