From c03dc2ee896f613a336833613d22969ebe2d9b86 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 Feb 2011 15:04:48 -0500 Subject: [PATCH] initial readme --- README | 0 README.rst | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) delete mode 100644 README create mode 100644 README.rst diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..fa04d0e --- /dev/null +++ b/README.rst @@ -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 + + +Installation +============ + +:: + + $ pip install unzipper + + +