1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: amara
Section: python
Priority: extra
Maintainer: David Villa Alises <David.Villa@uclm.es>
Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.5.3),
python, python-4suite-xml, python2.5
Standards-Version: 3.7.3
Package: python-amara
Architecture: all
Depends: ${python:Depends}, python2.5, python-dateutil, python-4suite-xml
Description: Amara is a pythonic XML toolkit
Amara XML toolkit is an open-source collection of Python tools for
XML processing, not just tools that happen to be written in Python,
but tools built from the ground up to use Python idioms and take
advantage of the many advantages of Python over other programming
languages.
.
Amara builds on 4Suite, but whereas 4Suite focuses more on literal
implementation of XML standards in Python, Amara adds a much more
Pythonic face to these capabilities.
.
Amara provides tools you can trust to conform with XML standards
without losing the familiar Python feel.
|