@@ -5,35 +5,35 @@ Pythonic command line arguments parser, that will make you smile.
5
5
Project Source: https://github.com/docopt/docopt
6
6
Project Homepage: http://docopt.org/
7
7
8
+ 1 . click
9
+ click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
10
+ Project Source: https://github.com/mitsuhiko/click
11
+ Project Homepage: http://click.pocoo.org/
12
+
8
13
1 . clint
9
14
Clint is a module filled with a set of awesome tools for developing command line applications.
10
15
Project Source: https://github.com/kennethreitz/clint
11
16
Project Homepage: https://pypi.python.org/pypi/clint/
12
17
13
- 1 . click
14
- click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary .
15
- Project Source: https://github.com/mitsuhiko/click
16
- Project Homepage : http://click.pocoo .org/
18
+ 1 . cookiecutter
19
+ A command- line utility that creates projects from cookiecutters (project templates) .
20
+ Project Source: https://github.com/audreyr/cookiecutter
21
+ Project Documentation : http://cookiecutter.readthedocs .org/en/latest /
17
22
18
- 1 . httpie
19
- HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
20
- Project Source: https://github.com/jakubroztocil/httpie
23
+ 1 . glacier-cli
24
+ Command- line interface to Amazon Glacier.
25
+ Project Source: https://github.com/basak/glacier-cli
21
26
22
27
1 . glue
23
28
Glue is a simple command line tool to generate sprites.
24
29
Project Source: https://github.com/jorgebastida/glue
25
30
Project Documentation: http://glue.readthedocs.org/en/latest/
26
31
32
+ 1 . httpie
33
+ HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
34
+ Project Source: https://github.com/jakubroztocil/httpie
35
+
27
36
1 . webkit2png
28
37
webkit2png is a command line tool that creates screenshots of webpages.
29
38
Project Source: https://github.com/paulhammond/webkit2png
30
39
Project Homepage: http://www.paulhammond.org/webkit2png/
31
-
32
- 1 . cookiecutter
33
- A command-line utility that creates projects from cookiecutters (project templates).
34
- Project Source: https://github.com/audreyr/cookiecutter
35
- Project Documentation: http://cookiecutter.readthedocs.org/en/latest/
36
-
37
- 1 . glacier-cli
38
- Command-line interface to Amazon Glacier.
39
- Project Source: https://github.com/basak/glacier-cli
0 commit comments