Skip to content

sdp5/transtats-cli

 
 

Repository files navigation

Build Status Total alerts Language grade: Python

transtats-cli

Transtats command line interface to query transtats server.

Configuration

transtats.conf should be placed inside ~/.config/ directory. Transtats server url and API token can be added as

    [server]
    server_url = http://app.server.transtats.org
    token = <API-token-from-server>

Commands

Usage: transtats [OPTIONS] COMMAND [ARGS]...

  Transtats CLI to communicate with server

Options:
  --help  Show this message and exit.

Commands:
  coverage  Translation coverage as per graph rule.
  job       Runs a job and/or show the job log.
  package   Translation status of a package.
  release   Translation status of a release branch.
  version   Display the current version.

Contribution

  • Fork transtats-cli repo to your username and clone repository locally.
  • Setup development environment pip install -r requirements.txt
  • The devel branch is the release actively under development.
  • The main branch corresponds to the latest stable release.
  • If you find any bug/issue or got an idea, open a github issue.
  • travis runs flake8 and tests python setup.py flake8 test
  • Feel free to submit feature requests and/or bug fixes on devel branch.

License

Apache License, Version 2.0

Packages

No packages published

Languages

  • Python 94.4%
  • Shell 5.0%
  • Makefile 0.6%