source: trunk/packages/python-afs/README.dev @ 2599

Last change on this file since 2599 was 2599, checked in by broder, 14 years ago

Import python-afs.

Debathena should eventually be importing PyAFS for
<http://debathena.mit.edu/trac/ticket/395>, so hopefully this is only
temporary.

File size: 817 bytes
Line 
1This project is an attempt to develop a fully Python-based interface
2to the AFS APIs. A lot of the structure is based on the Perl AFS
3module (http://search.cpan.org/~nog/AFS-2.6.1), but this will
4hopefully be a bit more Pythonic in its interface.
5
6The goal is essentially to implement the full set of "high-level" APIs
7provided by the Perl modules in a combination of Python and
8Cython. This will typically involve a fairly simple wrapping of the C
9API in a Cython module (e.g. afs._pts), and then a higher-level
10wrapping of that Cython module in pure Python (e.g. afs.pts).
11
12I am depending on patches from other people, beacuse I will not finish
13this on my own. I think I've established enough of the structure that
14others can see what I want the structure to look like.
15
16Please be sure to sign off on your patches.
Note: See TracBrowser for help on using the repository browser.