Metadata-Version: 1.0
Name: transifex-client
Version: 0.2.1
Summary: A command line interface for Transifex
Home-page: http://www.indifex.com
Author: Indifex Ltd.
Author-email: info@indifex.com
License: GPLv2
Description: 
        =============================
        Transifex Command-Line Tool
        =============================
        
        Check back later for content here! Until then, please visit:
        
        http://trac.transifex.org/wiki/Development/Transifex-1.0
        
        
        Installing
        ==========
        
        You can install the latest version of transifex-client running
        ``pip install transifex-client`` or ``easy_install transifex-client``
        You can also install the `in-development version`_ of transifex-client with
        ``pip install transifex-client==dev`` or ``easy_install transifex-client==dev``.
        
        .. _in-development version: http://bitbucket.org/indifex/transifex-client/get/tip.gz#egg=transifex-client-dev
        
        
        Releasing
        =========
        
        To create a new release:
        
        1. Update local rep and update the version in ``setup.py``.
        
        $ hg pull -u
        $ vim setup.py
        
        2. Test::
        
        $ python setup.py clean sdist
        $ cd dist
        $ tar zxf ...
        $ cd transifex-client
        ...test
        
        3. Package and upload on PyPI::
        
        $ python setup.py clean sdist bdist_egg upload
        
Keywords: translation,localization,internationalization
Platform: UNKNOWN
