Add some development documentation.
authorEvan Broder <broder@mit.edu>
Sun, 21 Dec 2008 10:11:30 +0000 (04:11 -0600)
committerEvan Broder <broder@mit.edu>
Sun, 21 Dec 2008 10:13:52 +0000 (04:13 -0600)
Signed-off-by: Evan Broder <broder@mit.edu>

README.dev [new file with mode: 0644]

diff --git a/README.dev b/README.dev
new file mode 100644 (file)
index 0000000..21d67f7
--- /dev/null
@@ -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.