Metadata-Version: 1.0
Name: p4clean
Version: 0.0.1
Summary: A tool to reset perforce local workspace to its initial state. The operation is similar to "Reconcile Offline Work" operation with more features.
Home-page: https://github.com/okcompute/p4clean
Author: Pascal Lalancette
Author-email: okcompute@gmail.com
License: Expat License
Description: P4clean
        ========
        
        About
        -----
        P4clean is a small utility to clean up your local workspace. Working with Perforce, your local folder can get messed up with log files, empty folders, etc. This utility will restore your local workspace as it should be after a clean get latest. This script should be faster then deleting all local files and folders and doing a "force" get latest revision.
        
        
        Installation
        ------------
        From pip::
        
            $ pip install --upgrade p4clean
        
        From easy_install::
        
            $ easy_install -ZU p4clean
        
        
        Usage
        -----
        To clean current folder hiearchy ::
        
            $ p4clean 
        
        Options::
        
            Usage: autopep8 [options] [filename [filename ...]]
        
            Clean Perfoce local workspace.
        
            Options:
              --version             show program's version number and exit
              -h, --help            show this help message and exit
        
Keywords: perforce,clean,initial
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
