Metadata-Version: 1.0
Name: haufe.releaser
Version: 0.1.0
Summary: Performs local upload of distribution files to a haufe.eggserver instance
Home-page: UNKNOWN
Author: Andreas Jung
Author-email: andreas.jung@haufe.de
License: ZPL V2.1
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 locale haufe.eggserver.
        
        Example::
        
        python2.4 setup.py sdist bdist_egg local_upload
        
        You can specify a custom egg server URL using the  ``--eggserver <URL>`` option:
        
        python2.4 setup.py sdist bdist_egg local_upload --eggserver http://somehost:8080/myeggs
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
