<?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>haufe.releaser</name>
<shortdesc>Performs local upload of distribution files to a haufe.eggserver instance</shortdesc>
<description>haufe.releaser
==============

``haufe.releaser`` is a command extension for ``setuptools`` and is intended
as a setuptools frontend for interacting with ``haufe.eggserver``.

Installation
------------

Use ``easy_install``::

    easy_install haufe.releaser

Usage
-----

``haufe.releaser`` provides a new command **local_upload** to be used together
with setuptools. It works in the same way as the standard **upload** command however 
it uploads your distributions to a local haufe.eggserver instance.

Example::

   python2.4 setup.py sdist bdist_egg local_upload

You can specify a custom egg server URL using the  ``--eggserver &lt;URL&gt;`` option::

   python2.4 setup.py sdist bdist_egg local_upload --eggserver http://somehost:8080/myeggs


Configuration
-------------

The eggserver URL can be specified within an optional ``~/.haufe.releaser.ini``  file
in your home directory (Unix) containing::

  [default]
  eggserver = http://host:port/your_eggs


Further funcationality
----------------------

The new ``setuptools`` command ``check_description`` allows you to check
restructured text conformance of the ``long_description`` metadata field before
uploading your files to PyPI. This is in particular useful since PyPI does not
complain about any restructured text format errors (rendering the field as
plain text).


CHANGES
=======
0.1.5 (02.03.2008)
------------------

- bugfix release

0.1.4 (02.03.2008)
------------------

- added 'check_description' command for checking the
  long_description against restructured-text in order
  to avoid PyPI trouble.

0.1.3 (02.03.2008)
------------------

- configuration file support
- updated documentation
- some better system messages

0.1.2 (01.03.2008)
------------------

- fixed detection of package name (reported by Naro) 

0.1.0 (26.02.2008)
------------------

- initial release</description>
<maintainer><foaf:Person><foaf:name>Andreas Jung</foaf:name>
<foaf:mbox_sha1sum>ea02c59143a178e37ccee3db8f58b04124bc62ed</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.5</revision></Version></release>
</Project></rdf:RDF>