blob: 5c6f85eb80a5b89ddcf1e2f202b458a39ac66459 (
plain)
1
2
3
4
5
6
7
8
9
10
|
px is a wrapper around p4. It provides all the functionality of p4
(deferring work to it) plus it extends some standard p4 commands and
adds a few new ones. If you are a Perforce user you might find these
extensions useful.
px uses p4lib.py, a Python interface to the Perforce client application.
If you are a Python programmer and script Perforce you might find this
module helpful. Currently, most common commands are supported.
WWW: http://code.google.com/p/python-p4lib/
|