Metadata-Version: 1.1
Name: pfs
Version: 0.4.0
Summary: Tool for "git submodule foreach" execution in parallel 
Home-page: https://github.com/RDCH106/parallel_foreach_submodule
Author: Rubén de Celis Hernández
Author-email: contact@rdch106.hol.es
License: LGPL v3
Download-URL: https://github.com/RDCH106/parallel_foreach_submodule/archive/v0.4.0.tar.gz
Description: "
        
        Parallel Foreach Submodule
        --------------------------
        
        Parallel Foreach Submodule (PFS) is a tool for “git submodule foreach”
        execution in parallel.
        
        What can I do with PFS?
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        -  Execute git submodule foreach in parallel
        -  Use it from terminal when it is installed
        -  Multiplatform execution (it is developed in Python)
        
        Installation
        ~~~~~~~~~~~~
        
        You can install or upgrade PFS with:
        
        ``$ pip install pfs --upgrade``
        
        Or you can install from source with:
        
        .. code:: bash
        
           $ git clone https://github.com/RDCH106/parallel_foreach_submodule.git --recursive
           $ cd parallel_foreach_submodule
           $ pip install .
        
        Quick example
        ~~~~~~~~~~~~~
        
        .. code:: bash
        
           $ pfs -p "D:\project" -c "git pull origin" -j 8
        
        The example executes command ``git pull origin`` for each submdoule in
        ``D:\project`` using 8 threads.
            
Keywords: git parallel submodule windows gnu-linux
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
