Metadata-Version: 2.0
Name: p4util
Version: 0.0.1
Summary: A Toolbox for Perforce
Home-page: http://swarm.public.perforce.com/files/guest/lester_cheung/p4util
Author: Lester Cheung
Author-email: 13z73rch3un9@gmail.com
License: MIT
Keywords: p4 perforce tools scripts
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3

p4util - Your Perforce Scripting Toolkit
========================================

Intro
-----

This is a collection of Python scripts that may enhance your Perforce
experience.

To run individual scripts, run:

python -m p4util.script

Install
-------

-  Sync //guest/lester\_cheung/p4util/... to your workspace.

-  Run ``python setup.py install``

Develop
-------

-  Sync //guest/lester\_cheung/p4util/... to your workspace.

-  Run ``python setup.py develop``

This will install the package that points to your workspace using
symlinks so you can test your changes without re-installing.

TODOs
-----

Please file a job against ``project=p4util`` for enhancement requests.

-  [testing] automated testing - patch/pull request welcome!
-  [Script] atime from audit log
-  [log] analyzer
-  [log] structual log analyzer
-  [reviewd] p4review2 as p4util.reviewd
-  [trigger] filename-case-enforce
-  [trigger] archive trigger
-  [trigger] ldap/ad auth triggers (low-priority)

Credits
-------

-  Sven (sven\_erik\_knop) - for his P4Pythonlib
   (//guest/sven\_erik\_knop/P4Pythonlib) and P4Python.


