| 1234567891011121314151617 |
- 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
|