<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>buildutils</name>
<shortdesc>Distutils extensions for developing Python libraries and applications.</shortdesc>
<description>buildutils provides several new commands for your package ``setup.py``
file to help make development easier.  It integrates with `distutils
&lt;http://python.org/doc/current/lib/module-distutils.html&gt;`_ using
``--command-packages``, or automatically will add commands to all your
`setuptools &lt;http://peak.telecommunity.com/DevCenter/setuptools&gt;`_
projects.

``addcommand``
  add a custom distutils command to a package/setup.cfg file
``announce``
  send a release announcement to mailing lists
  like python-announce-list@python.org
``bundle``
  create a bundle of a package plus all its dependencies
``checksum``
  generate MD5 and SHA-1 checksum files for distributables.
``etags``
  generate an TAGS file over all packages and module (for use in Emacs).
``flakes``
  find lint using the pyflakes utility.
``info``
  dumps information about the project.
``publish``
  push distributables and documentation up to a project site using
  ssh/scp/sftp.
``pudge``
  build Python documentation from restructured text documents and
  Python doc strings, using `Pudge &lt;http://pudge.lesscode.org&gt;`.
``pytest``
  run `py.test &lt;http://codespeak.net/py/current/doc/test.html&gt;`_ unit
  tests.
``stats``
  dump statistics on the number of lines, files, modules, packages,
  etc.
``svntag``
  make a Subversion tag for a versioned release
``use``
  bring in a working version of a dependency (uses setuptools egg
  stuff).

Buildutils is available in a `Mercurial repository
&lt;https://www.knowledgetap.com/hg/buildutils&gt;`_.</description>
<maintainer><foaf:Person><foaf:name>Ian Bicking, Ryan Tomayko</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3</revision></Version></release>
</Project></rdf:RDF>