PKG-INFO 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Metadata-Version: 1.1
  2. Name: lxml
  3. Version: 3.3.6
  4. Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
  5. Home-page: http://lxml.de/
  6. Author: lxml dev team
  7. Author-email: lxml-dev@lxml.de
  8. License: UNKNOWN
  9. Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-3.3.6.tar.gz
  10. Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
  11. provides safe and convenient access to these libraries using the ElementTree
  12. API.
  13. It extends the ElementTree API significantly to offer support for XPath,
  14. RelaxNG, XML Schema, XSLT, C14N and much more.
  15. To contact the project, go to the `project home page
  16. <http://lxml.de/>`_ or see our bug tracker at
  17. https://launchpad.net/lxml
  18. In case you want to use the current in-development version of lxml,
  19. you can get it from the github repository at
  20. https://github.com/lxml/lxml . Note that this requires Cython to
  21. build the sources, see the build instructions on the project home
  22. page. To the same end, running ``easy_install lxml==dev`` will
  23. install lxml from
  24. https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
  25. an appropriate version of Cython installed.
  26. After an official release of a new stable series, bug fixes may become
  27. available at
  28. https://github.com/lxml/lxml/tree/lxml-3.3 .
  29. Running ``easy_install lxml==3.3bugfix`` will install
  30. the unreleased branch state from
  31. https://github.com/lxml/lxml/tarball/lxml-3.3#egg=lxml-3.3bugfix
  32. as soon as a maintenance branch has been established. Note that this
  33. requires Cython to be installed at an appropriate version for the build.
  34. 3.3.6 (2014-08-28)
  35. ==================
  36. Bugs fixed
  37. ----------
  38. * Prevent tree cycle creation when adding Elements as siblings.
  39. * LP#1361948: crash when deallocating Element siblings without parent.
  40. * LP#1354652: crash when traversing internally loaded documents in XSLT
  41. extension functions.
  42. Platform: UNKNOWN
  43. Classifier: Development Status :: 5 - Production/Stable
  44. Classifier: Intended Audience :: Developers
  45. Classifier: Intended Audience :: Information Technology
  46. Classifier: License :: OSI Approved :: BSD License
  47. Classifier: Programming Language :: Cython
  48. Classifier: Programming Language :: Python :: 2
  49. Classifier: Programming Language :: Python :: 2.4
  50. Classifier: Programming Language :: Python :: 2.5
  51. Classifier: Programming Language :: Python :: 2.6
  52. Classifier: Programming Language :: Python :: 2.7
  53. Classifier: Programming Language :: Python :: 3
  54. Classifier: Programming Language :: Python :: 3.1
  55. Classifier: Programming Language :: Python :: 3.2
  56. Classifier: Programming Language :: Python :: 3.3
  57. Classifier: Programming Language :: Python :: 3.4
  58. Classifier: Programming Language :: C
  59. Classifier: Operating System :: OS Independent
  60. Classifier: Topic :: Text Processing :: Markup :: HTML
  61. Classifier: Topic :: Text Processing :: Markup :: XML
  62. Classifier: Topic :: Software Development :: Libraries :: Python Modules