File: PKG-INFO

package info (click to toggle)
elementtree 1.2.6-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 300 kB
  • ctags: 350
  • sloc: python: 1,510; makefile: 41; xml: 10
file content (17 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Metadata-Version: 1.0
Name: elementtree
Version: 1.2.6-20050316
Summary: ElementTree - a light-weight XML object model for Python.
Home-page: http://effbot.org/zone/element-index.htm
Author: Fredrik Lundh
Author-email: fredrik@pythonware.com
License: Python (MIT style)
Download-URL: http://effbot.org/downloads#elementtree
Description: The Element type is a flexible container object, designed to store
        hierarchical data structures in memory.  Element structures can be
        converted to and from XML.
Platform: Python 1.5.2 and later.
Classifier: Development Status :: 6 - Mature
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML