Skip to main content

A command line interface for Transifex

Project description

Check the full documentation at http://help.transifex.net/user-guide/client/client-0.4.html

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.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transifex-client-0.4.1.tar.gz (17.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page