diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-20 15:22:03 +0000 |
|---|---|---|
| committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-20 15:26:47 +0000 |
| commit | 8d8bdb4d187738ed1b4e0e2907f195e6d0537ba5 (patch) | |
| tree | ea3db149361f7a83a0f768441217b611830a553f | |
| parent | 8ccd491d1b0300bc9bf0fef7ace508afc13d37e8 (diff) | |
| download | cmd2-git-8d8bdb4d187738ed1b4e0e2907f195e6d0537ba5.tar.gz | |
Update README
| -rwxr-xr-x | README.rst (renamed from README.txt) | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -2,6 +2,22 @@ cmd2
----
+.. image:: https://secure.travis-ci.org/python-cmd2/cmd2.png?branch=master
+ :target: http://travis-ci.org/python-cmd2/cmd2
+ :alt: Build status
+
+.. image:: https://img.shields.io/pypi/dm/cmd2.svg?style=plastic
+ :target: https://pypi.python.org/pypi/cmd2/
+ :alt: Downloads
+
+.. image:: https://img.shields.io/pypi/v/cmd2.svg?style=plastic
+ :target: https://pypi.python.org/pypi/cmd2/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/github/license/python-cmd2/cmd2.svg?style=plastic
+ :target: https://pypi.python.org/pypi/cmd2/
+ :alt: License
+
:Author: Catherine Devlin, http://catherinedevlin.blogspot.com
`cmd2` is a tool for writing command-line interactive applications. It is based on the Python Standard Library's `cmd` module, and can be used anyplace `cmd` is used simply by importing `cmd2` instead.
@@ -205,4 +221,4 @@ example/exampleSession.txt:: prompt - was: (Cmd)
now: --->
---> say goodbye
- goodbye
\ No newline at end of file + goodbye
|
