diff options
| author | scoder <none@none> | 2007-02-10 18:36:29 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2007-02-10 18:36:29 +0100 |
| commit | 914b97c4e5e038457aa706409458eaaebf1e4f8d (patch) | |
| tree | 7d0c30ac66e23a3aa19697cba5e011b1ffe20efe /setup.py | |
| parent | 820fea4684c221a329a5f09fbbdb4eee451c43f4 (diff) | |
| download | python-lxml-914b97c4e5e038457aa706409458eaaebf1e4f8d.tar.gz | |
[svn r2094] it's mature, right?
--HG--
branch : trunk
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -37,8 +37,9 @@ setup( description="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.", long_description=(("""\ -lxml is a Pythonic binding for the libxml2 and libxslt libraries. It provides -safe and convenient access to these libraries using the ElementTree API. +lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It +provides safe and convenient access to these libraries using the ElementTree +API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. |
