Difference between revisions of "Element Tree"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Element Tree |Short description=a toolkit which contains a number of light-weight components for working with XML. |Full description=The Element type is a simple bu...")
 
(No version changes)
 
Line 3: Line 3:
 
|Short description=a toolkit which contains a number of light-weight components for working with XML.
 
|Short description=a toolkit which contains a number of light-weight components for working with XML.
 
|Full description=The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary. The ElementTree wrapper type adds code to load XML files as trees of Element objects, and save them back again. The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A C implementation is also available, for use with CPython 2.1 and later. The core components of both libraries are also shipped with Python 2.5 and later.
 
|Full description=The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary. The ElementTree wrapper type adds code to load XML files as trees of Element objects, and save them back again. The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A C implementation is also available, for use with CPython 2.1 and later. The core components of both libraries are also shipped with Python 2.5 and later.
 +
|Homepage URL=http://effbot.org/zone/element-index.htm
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://effbot.org/zone/element-index.htm
 
|VCS checkout command=
 
|Computer languages=
 
 
|Documentation note=http://effbot.org/zone/element-index.htm#documentation
 
|Documentation note=http://effbot.org/zone/element-index.htm#documentation
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=LXML,C_ElementTree,Webstring
 
|Related projects=LXML,C_ElementTree,Webstring
 
|Keywords=XML,data,Python,hierarchy,wrapper,containers,data dictionary
 
|Keywords=XML,data,Python,hierarchy,wrapper,containers,data dictionary
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-02-27
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=1.2.6
 
|Version identifier=1.2.6
 
|Version date=2009-02-27
 
|Version date=2009-02-27
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://effbot.org/media/downloads/elementtree-1.2.6-20050316.tar.gz
 
|Version download=http://effbot.org/media/downloads/elementtree-1.2.6-20050316.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/14
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2009-02-27
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-27
 
|License verified date=2009-02-27
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Fredrik Lundh
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Fredrik Lundh
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 40: Line 36:
 
|Works-with=xml
 
|Works-with=xml
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=Expat
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-27
 
}}
 

Latest revision as of 10:39, 14 March 2017


[edit]

Element Tree

http://effbot.org/zone/element-index.htm
a toolkit which contains a number of light-weight components for working with XML.

The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary. The ElementTree wrapper type adds code to load XML files as trees of Element objects, and save them back again. The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A C implementation is also available, for use with CPython 2.1 and later. The core components of both libraries are also shipped with Python 2.5 and later.





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

27 February 2009




Leaders and contributors

Contact(s)Role
Fredrik Lundh Maintainer


Resources and communication

Software prerequisites




Entry

















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.