From 0535596e932806627afccb2aee33d9f92b5968fc Mon Sep 17 00:00:00 2001 From: Adrien Beraud Date: Fri, 7 Sep 2012 16:47:02 +0200 Subject: [PATCH] updated example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e6c7a..6ada8dc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ base91-python ============= -A python implementation of Base91 as described on http://base91.sourceforge.net/ +A python implementation of Base91 as described on http://base91.sourceforge.net/ , licenced under the New BSD License. Usage ----- > import base91 > +> base91.encode('test') +> #result: fPNKd +> > base91.decode('8D9Kc)=/2$WzeFui#G9Km+<{VT2u9MZil}[A') +> #result: May a moody baby doom a yam?\n -- 2.30.2