summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-03-08 17:52:25 +0000
committerRobey Pointer <robey@lag.net>2004-03-08 17:52:25 +0000
commit7cd7fced6e89b92ceecb2209a6351f22d602abbf (patch)
tree78fada02d9063a00d90c61f03cbb6966a037427c /README
parente5193fb23f2c8bb9821a064c64a46a0defb26699 (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-31]
bump version number to eevee bump the version number to eevee in a few places and talk about the unit tests.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index b7647cff..b7284cc2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
paramiko 0.9
-"doduo" release, 04 jan 2004
+"eevee" release, 08 mar 2004
Copyright (c) 2003-2004 Robey Pointer <robey@lag.net>
@@ -80,10 +80,16 @@ folder. point your browser there. seriously, do it. mad props to epydoc,
which actually motivated me to write more documentation than i ever would
have before.
+there are also unit tests here:
+ $ python2 ./test.py
+which will verify that some of the core components are working correctly.
+not much is tested yet, but it's a start. the tests for SFTP are probably
+the best and easiest examples of how to use the SFTP class.
+
*** MISSING LINKS
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
* multi-part auth not supported (ie, need username AND pk)
* server mode needs better documentation
-* sftp?
+* sftp server mode