Metadata-Version: 1.1
Name: verge
Version: 0.1.0
Summary: Parallel execution inspired by GNU Parallel
Home-page: https://github.com/Julian/Verge
Author: Julian Berman
Author-email: Julian@GrayVines.com
License: MIT
Description: =====
        Verge
        =====
        
        ``verge`` is a job executor inspired by `GNU Parallel
        <https://www.gnu.org/software/parallel/>`_, implemented with `Twisted
        <https://twistedmatrix.com>`_.
        
        
        Installation
        ------------
        
        ``pip install verge``
        
        There's a `wheel <http://pythonwheels.com/>`_ built, in case you're into that
        (you should be).
        
        
        Examples
        --------
        
        Some useful examples can be found in the GNU Parallel `documentation
        <https://www.gnu.org/software/parallel/man.html#https://www.gnu.org/software/parallel/man.html#example__working_as_xargs__n1__argument_appending>`_
        Right now ``verge`` doesn't support much, but what it does support should allow
        just dropping ``verge`` in everywhere you would have put ``parallel``.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
