Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.56 KB

CommandLineTools.md

File metadata and controls

39 lines (31 loc) · 1.56 KB

Command Line Tools

  1. docopt
    Pythonic command line arguments parser, that will make you smile.
    Project Source: https://github.com/docopt/docopt
    Project Homepage: http://docopt.org/

  2. click
    click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
    Project Source: https://github.com/mitsuhiko/click
    Project Homepage: http://click.pocoo.org/

  3. clint
    Clint is a module filled with a set of awesome tools for developing command line applications.
    Project Source: https://github.com/kennethreitz/clint
    Project Homepage: https://pypi.python.org/pypi/clint/

  4. cookiecutter
    A command-line utility that creates projects from cookiecutters (project templates).
    Project Source: https://github.com/audreyr/cookiecutter
    Project Documentation: http://cookiecutter.readthedocs.org/en/latest/

  5. glacier-cli
    Command-line interface to Amazon Glacier.
    Project Source: https://github.com/basak/glacier-cli

  6. glue
    Glue is a simple command line tool to generate sprites.
    Project Source: https://github.com/jorgebastida/glue
    Project Documentation: http://glue.readthedocs.org/en/latest/

  7. httpie
    HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
    Project Source: https://github.com/jakubroztocil/httpie

  8. webkit2png
    webkit2png is a command line tool that creates screenshots of webpages.
    Project Source: https://github.com/paulhammond/webkit2png
    Project Homepage: http://www.paulhammond.org/webkit2png/