This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] python-celementtree 1.0.5.20051216 -- Light-weight XML processing toolkit for python (C library)


python-celementtree is additional library that will speed up bzr
(distributed version control) internal Weave -storage format
processing. Included in major distros.

  http://packages.debian.org/stable/python/python-celementtree

Jari

sdesc: "Light-weight XML processing toolkit for python (C library)"
ldesc: "cElementTree provides a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML
infosets, in memory. The element type can be described as a hybrid
between a Python list and a Python dictionary. cElementTree is a C
implementation of the ElementTree API and is supposed to be a drop-in
replacement."
category: Lib
requires: cygwin

Homepage: http://effbot.org/zone/celementtree.htm

1) manual download

  wget        \
    http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1.tar.bz2.sig \
    http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1.tar.bz2 \
    http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1-src.tar.bz2.sig \
    http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1-src.tar.bz2 \
    http://cygwin.cante.net/python-celementtree/setup.hint

2) automated; get.sh will print further instructions.

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir python-celementtree ; cd python-celementtree
  rm -f get.sh get.sh.sig
  wget -q http://cygwin.cante.net/python-celementtree/get.sh \
          http://cygwin.cante.net/python-celementtree/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]