Hi list,

I'm Olivier Grisel, I am python programmer (Zope/CPS) and I'm planning to use 
rdflib to play with the W3C wordnet resources.

I would like to help contribute to rdflib starting by simple tasks to get to 
better know the API:

1. fix broken tests

2. general code cleaning:

   - make it PEP8 compliant: http://www.python.org/dev/peps/pep-0008/ 
especially:
     - respect the 79 char limit
     - replace tab chars by 4 spaces indent
     - remove trailing spaces
     - respect spaces in variable assignment and function/method call

   - fix wrong svn properties (for instance, I found [dos] EOL on my linux box
     because of missing

3. write missing docstrings

4. fix the pyflakes warnings ( http://www.divmod.org/projects/pyflakes ):

    $ sudo easy_install pyflakes
    $ pyflakes /rdflib/trunk/rdflib | wc -l
    175

5. rewrite unittest that write on stdout to stop doing so

6. write more unit tests for existing code maybe as external DocFileSuite reST
    file in order to write more developer documentation at the same time

It would be great I could do that work in a svn branch if you agree with the 
above goals. Starting with points 1, 2, 3  and 4 and focusing later on the 
tests 
(5 and 6).

I can provide you with my ssh public key should accept to open a svn account 
for me.

Regards,

-- 
Olivier

_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to