ANN: px/p4lib.py v0.6.6 - a p4 wrapper and a Python Perforce interface

Trent Mick trentm at ActiveState.com
Fri Jul 5 04:53:09 EDT 2002


Where?

    http://starship.python.net/~tmick/


What are 'px' and 'p4lib.py'?

    Perforce is a source code control system (like CVS). One uses the p4
    command line application (and/or a GUI client) to work with a
    Perforce repository. 'px' is a wrapper around p4. It provides all
    the functionality of p4 (defering 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
    (though your definition of "common" may differ from mine) are
    supported.


What platforms?

    Windows and Linux.


Cheers,
Trent

-- 
Trent Mick
TrentM at ActiveState.com





More information about the Python-list mailing list