From: Evan Broder Date: Sun, 21 Dec 2008 10:11:30 +0000 (-0600) Subject: Add some development documentation. X-Git-Tag: 0.1.0~89 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/6d5bef05205c0169e68459a69d1dcf6bc0c5ab86?hp=7997693e254872dffad9dbb7dc0fb5024226387e Add some development documentation. Signed-off-by: Evan Broder --- 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.