diff options
author | Andy Bailey <bailey@akamai.com> | 2010-09-10 09:53:01 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-10 09:53:01 -0400 |
commit | e01963257d5dffebc13bc180d3b342c4596c732f (patch) | |
tree | 24ea055b437a39eb68a5b0cf371eeccc0f872b2f /libraries/p4python/README | |
parent | 8ffc40315054d97d62c15d7227c7e2688e21fd2c (diff) |
libraries/p4python: Added (python bindings for Perforce api)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/p4python/README')
-rw-r--r-- | libraries/p4python/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/p4python/README b/libraries/p4python/README new file mode 100644 index 0000000000..0e9f74ecd5 --- /dev/null +++ b/libraries/p4python/README @@ -0,0 +1,6 @@ +Perforce is the fast SCM system at www.perforce.com. +This package provides a simple interface from Python wrapping the +Perforce C++ API to gain performance and ease of coding. +Similar to interfaces available for Ruby and Perl. + +This requires p4api. |