PKG-INFO 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Metadata-Version: 1.1
  2. Name: lxml
  3. Version: 3.4.4
  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.4.4.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.4 .
  29. Running ``easy_install lxml==3.4bugfix`` will install
  30. the unreleased branch state from
  31. https://github.com/lxml/lxml/tarball/lxml-3.4#egg=lxml-3.4bugfix
  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.4.4 (2015-04-25)
  35. ==================
  36. Bugs fixed
  37. ----------
  38. * An ElementTree compatibility test added in lxml 3.4.3 that failed in
  39. Python 3.4+ was removed again.
  40. Platform: UNKNOWN
  41. Classifier: Development Status :: 5 - Production/Stable
  42. Classifier: Intended Audience :: Developers
  43. Classifier: Intended Audience :: Information Technology
  44. Classifier: License :: OSI Approved :: BSD License
  45. Classifier: Programming Language :: Cython
  46. Classifier: Programming Language :: Python :: 2
  47. Classifier: Programming Language :: Python :: 2.6
  48. Classifier: Programming Language :: Python :: 2.7
  49. Classifier: Programming Language :: Python :: 3
  50. Classifier: Programming Language :: Python :: 3.2
  51. Classifier: Programming Language :: Python :: 3.3
  52. Classifier: Programming Language :: Python :: 3.4
  53. Classifier: Programming Language :: C
  54. Classifier: Operating System :: OS Independent
  55. Classifier: Topic :: Text Processing :: Markup :: HTML
  56. Classifier: Topic :: Text Processing :: Markup :: XML
  57. Classifier: Topic :: Software Development :: Libraries :: Python Modules