You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2003/11/01 14:58:58 UTC

Re: pysvn 0.1.1 Python interface to Subversion released for review and testing

On Nov 1, 2003, at 5:47 AM, Barry Scott wrote:

> pysvn is a Python interface to the Subversion client functionality.
> It is available in source and win32 binary kits from
> http://www.barrys-emacs.org/pysvn/.
>
> The main purpose of this release is to get feedback on the API design.
> pysvn should be all you need to use subversion from python. Let's
> keep replies on users@subversion.tigris.org please.
>
> Is it pythonic enough? What functionality is missing?

Neat.  The only thing that seems non-pythonic is the continued use of 
things like pysvn.svn_wc_status_kind.absent.  It seems like the 
svn_wc_status_kind part could be made into something that's less vocal 
about it's c roots.  Other than that this whole thing looks really 
really cool.  Good work!

-garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org