From 6d5bef05205c0169e68459a69d1dcf6bc0c5ab86 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 21 Dec 2008 04:11:30 -0600 Subject: [PATCH] Add some development documentation. Signed-off-by: Evan Broder --- README.dev | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.dev diff --git a/README.dev b/README.dev new file mode 100644 index 0000000..21d67f7 --- /dev/null +++ b/README.dev @@ -0,0 +1,12 @@ +This project is an attempt to develop a fully Python-based interface +to the AFS APIs. It is based on the Perl AFS module +(http://search.cpan.org/~nog/AFS-2.6.1). + +The goal is essentially to implement the full "high-level" API of the +Perl modules in a combination of Python and Pyrex. + +I am depending on patches from other people, beacuse I will not finish +this on my own. I think I've established enough of the structure that +others can see what I want the structure to look like. + +Please be sure to sign off on your patches. -- 1.7.9.5