<?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>eggchecker</name>
<shortdesc>setuptools command extensions to run QA and tests on the code</shortdesc>
<description>==========
eggchecker
==========

This is a small set of command extensions for `setuptools` that allows to run:

- QA tests on your package
- zope.testing 

`qa`: QA tests
==============

Runs as long as it has a `setup.py` on the root. It adds a new command
called `qa`. To run it, go into your package and type::

    $ python setup.py qa

At this time it simply runs `pyflakes` over the code.

`ztest`: zope.testing
=====================

Runs `zope.testing` over the package::

    $ python setup.py ztest</description>
<homepage rdf:resource="http://hg.programmation-python.org" />
<maintainer><foaf:Person><foaf:name>Tarek Ziade</foaf:name>
<foaf:mbox_sha1sum>67bd6d2021d55d449b5fda4786eba83a834671f3</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.1dev</revision></Version></release>
</Project></rdf:RDF>