P4Python

This is an integration between Perforce and Python using the Perforce C++ API. It is by Robert Cowham based on the original work by Mike Meyers.

As such it needs to be built and installed, but this should be very straight forward if you have Python 2.2 or later since it uses Disutils module.

To install:

    python setup.py install

Usage is shown in the test harness test_p4python.py. The test harness assumes that you have set up a configuration file which is called the <name of your machine>.py - see example and update for your environment. It assumes that you have a copy of the Perforce training depot running on the specified port.

It is very similar to P4Ruby and P4Perl by Tony Smith.

More documentation and examples to follow shortly!!