home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / python / Lib / site-packages / lxml-2.2.4-py2.6.egg-info / PKG-INFO < prev    next >
Encoding:
Python egg package info  |  2010-05-29  |  2.6 KB  |  62 lines

  1. Metadata-Version: 1.0
  2. Name: lxml
  3. Version: 2.2.4
  4. Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
  5. Home-page: http://codespeak.net/lxml
  6. Author: lxml dev team
  7. Author-email: lxml-dev@codespeak.net
  8. License: UNKNOWN
  9. Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.2.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.         
  14.         It extends the ElementTree API significantly to offer support for XPath,
  15.         RelaxNG, XML Schema, XSLT, C14N and much more.
  16.         
  17.         To contact the project, go to the `project home page
  18.         <http://codespeak.net>`_ or see our bug tracker at
  19.         https://launchpad.net/lxml
  20.         
  21.         In case you want to use the current in-development version of lxml, you can
  22.         get it from the subversion repository at http://codespeak.net/svn/lxml/trunk .
  23.         Running ``easy_install lxml==dev`` will install it from
  24.         http://codespeak.net/svn/lxml/trunk#egg=lxml-dev
  25.         
  26.         
  27.         After an official release of a new stable series, bug fixes may become
  28.         available at
  29.         http://codespeak.net/svn/lxml/branch/lxml-2.2 .
  30.         Running ``easy_install lxml==2.2bugfix`` will install
  31.         the unreleased branch state from
  32.         http://codespeak.net/svn/lxml/branch/lxml-2.2#egg=lxml-2.2bugfix
  33.         as soon as a maintenance branch has been established.
  34.         2.2.4 (2009-11-11)
  35.         ==================
  36.         
  37.         Bugs fixed
  38.         ----------
  39.         
  40.         * Static build of libxml2/libxslt was broken.
  41.         
  42.         
  43.         
  44. Platform: UNKNOWN
  45. Classifier: Development Status :: 5 - Production/Stable
  46. Classifier: Intended Audience :: Developers
  47. Classifier: Intended Audience :: Information Technology
  48. Classifier: License :: OSI Approved :: BSD License
  49. Classifier: Programming Language :: Cython
  50. Classifier: Programming Language :: Python :: 2
  51. Classifier: Programming Language :: Python :: 2.3
  52. Classifier: Programming Language :: Python :: 2.4
  53. Classifier: Programming Language :: Python :: 2.5
  54. Classifier: Programming Language :: Python :: 2.6
  55. Classifier: Programming Language :: Python :: 3
  56. Classifier: Programming Language :: Python :: 3.0
  57. Classifier: Programming Language :: C
  58. Classifier: Operating System :: OS Independent
  59. Classifier: Topic :: Text Processing :: Markup :: HTML
  60. Classifier: Topic :: Text Processing :: Markup :: XML
  61. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  62.