1Metadata-Version: 1.1
2Name: sarge
3Version: 0.1.6
4Summary: A wrapper for subprocess which provides command pipeline functionality.
5Home-page: http://sarge.readthedocs.org/
6Author: Vinay Sajip
7Author-email: vinay_sajip@yahoo.co.uk
8License: BSD
9Download-URL: http://pypi.python.org/packages/source/s/sarge/sarge-0.1.6.tar.gz
10Description: The sarge package provides a wrapper for subprocess which provides command
11        pipeline functionality.
12
13        This package leverages subprocess to provide easy-to-use cross-platform command
14        pipelines with a Posix flavour: you can have chains of commands using ``;``, ``&``,
15        pipes using ``|`` and ``|&``, and redirection.
16
17        The latest version of sarge can be found on `BitBucket <https://bitbucket.org/vinay.sajip/sarge/>`_::
18
19            https://bitbucket.org/vinay.sajip/sarge/
20
21        The latest documentation (kept updated between releases) is on `Read The Docs <http://sarge.readthedocs.org/>`_::
22
23            http://sarge.readthedocs.org/
24
25        Please report any problems or suggestions for improvement either via the
26        `mailing list <http://groups.google.com/group/python-sarge/>`_ or the `issue
27        tracker <https://bitbucket.org/vinay.sajip/sarge/issues/new>`_.
28
29
30Keywords: subprocess,wrapper,external,command
31Platform: Any
32Classifier: Development Status :: 5 - Production/Stable
33Classifier: Environment :: Console
34Classifier: Environment :: MacOS X
35Classifier: Environment :: Win32 (MS Windows)
36Classifier: Intended Audience :: Developers
37Classifier: Intended Audience :: System Administrators
38Classifier: License :: OSI Approved :: BSD License
39Classifier: Operating System :: MacOS :: MacOS X
40Classifier: Operating System :: Microsoft :: Windows
41Classifier: Operating System :: POSIX
42Classifier: Operating System :: Unix
43Classifier: Programming Language :: Python
44Classifier: Programming Language :: Python :: 2
45Classifier: Programming Language :: Python :: 2.7
46Classifier: Programming Language :: Python :: 3
47Classifier: Programming Language :: Python :: 3.3
48Classifier: Programming Language :: Python :: 3.4
49Classifier: Programming Language :: Python :: 3.5
50Classifier: Programming Language :: Python :: 3.6
51Classifier: Programming Language :: Python :: 3.7
52Classifier: Programming Language :: Python :: 3.8
53Classifier: Programming Language :: Python :: Implementation
54Classifier: Topic :: Software Development :: Libraries
55Classifier: Topic :: Software Development :: Libraries :: Python Modules
56Classifier: Topic :: System :: Shells
57