On Jun 17, 2006, at 10:03 AM, Olivier Grisel wrote:

> 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.

Hi Olivier,

Sorry for the delay... I was off serving on jury duty last week and  
have been playing catch up this week.

I've been using that version of wordnet to get parts of speech for  
words to aid in ingredient parsing. Hopefully can turn it into an  
example in the not too distant future ;)

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

These would all be great additions. I can set you up with svn access  
if you send me the username you'd like to use and a base64 digest of  
the password you'd like to use (instructions on how you can generate  
the base64 digest are at the end of http://rdflib.net/doc/ 
user_management/ ). Also, if you have a FOAF identifier send me that  
too... as that's how the contributor information is maintained.

> 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).

These all look like great goals. I think they probably could be done  
on trunk (where all the dev work is currently being done).

> 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

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

Reply via email to