slackbuilds_ponce/python/pysvn/README
B. Watson 157044eaa8 python/pysvn: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:56 -04:00

10 lines
348 B
Text

The pysvn project's goal is to enable tools to be written in Python that
use Subversion.
Some pysvn extension features:
+ Supports all svn client features
+ Supports features required to write svn pre-commit hooks
+ Easy to learn and use
+ Python like interface
+ Good Documentation and examples
+ No need to understand the Subversion C API