initial readme

This commit is contained in:
Kenneth Reitz
2011-02-17 15:04:48 -05:00
parent 50d35a2a1f
commit c03dc2ee89
2 changed files with 24 additions and 0 deletions
View File
+24
View File
@@ -0,0 +1,24 @@
Unzipper
--------
Warning: Documentation-driven development. Not yet released.
Unzipper will look at the type of file you're trying to unzip and pass the correct args to `tar` and (maybe) others for you. I can simply never remember them when I need.
Usage
-----
Strait forward, really. ::
$ unzipper <filename>
Installation
============
::
$ pip install unzipper