From c6094b0b54177aef9d61e92693c28053e5295b91 Mon Sep 17 00:00:00 2001 From: msoulier Date: Wed, 4 Oct 2006 03:46:21 +0000 Subject: [PATCH] Updated README git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@8 63283fd4-ec1e-0410-9879-cb7f675518da --- README | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README b/README index bc1c064..1e10409 100644 --- a/README +++ b/README @@ -1,14 +1,23 @@ Copyright, Michael P. Soulier, 2006. -This is a simple tftp library for Python. The project has no hosting as of -yet, so for now, simply direct any problems to me at -msoulier@digitaltorque.ca. +About Tftpy: +============ -This library was developed against Python 2.4.1. If you have a previous -version, don't bother contacting me. You're welcome to backport it if you -like. +Tftpy is a TFTP library for the Python programming language. It includes +client and server classes, with sample implementations. Hooks are included for +easy inclusion in a UI for populating progress indicators. It supports RFCs +1350, 2347 and 2348. + +This library was developed against Python 2.4.1. + +Project page: http://sourceforge.net/projects/tftpy/ License is the CNRI Python License. http://www.opensource.org/licenses/pythonpl.php See LICENSE in this distribution. + +Author: +======= + +Michael P. Soulier