PKG-INFO 749 B

1234567891011121314151617
  1. Metadata-Version: 1.0
  2. Name: elementtree
  3. Version: 1.2.6-20050316
  4. Summary: ElementTree - a light-weight XML object model for Python.
  5. Home-page: http://effbot.org/zone/element-index.htm
  6. Author: Fredrik Lundh
  7. Author-email: fredrik@pythonware.com
  8. License: Python (MIT style)
  9. Download-URL: http://effbot.org/downloads#elementtree
  10. Description: The Element type is a flexible container object, designed to store
  11. hierarchical data structures in memory. Element structures can be
  12. converted to and from XML.
  13. Platform: Python 1.5.2 and later.
  14. Classifier: Development Status :: 6 - Mature
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Topic :: Text Processing :: Markup :: HTML
  17. Classifier: Topic :: Text Processing :: Markup :: XML