Metadata-Version: 1.1
Name: with
Version: 0.0.6
Summary: A shell context manager
Home-page: https://github.com/renanivo/with
Author: Renan Ivo
Author-email: renanivom@gmail.com
License: UNKNOWN
Description: with
        ====
        
        |Build Status| |PyPI version| |Coverage|
        
        A shell context manager
        
        Install
        -------
        
        Use `pip`_ (Python 3 only)
        
        ::
        
            pip3 install with
        
        Usage
        -----
        
        Type ``with`` followed to the command you don’t want to repeat, than
        type the subcommand. Eg:
        
        .. figure:: http://i.imgur.com/P6QzNrl.gif
           :alt: with git
        
        Type Ctrl-D to quit.
        
        .. _pip: https://pip.pypa.io/en/stable/installing/
        
        .. |Build Status| image:: https://travis-ci.org/renanivo/with.svg
           :target: https://travis-ci.org/renanivo/with
        .. |PyPI version| image:: https://badge.fury.io/py/with.svg
           :target: https://badge.fury.io/py/with
        .. |Coverage| image:: https://codecov.io/github/renanivo/with/coverage.svg?branch=master
           :target: https://codecov.io/github/renanivo/with?branch=master
        
Keywords: context manager shell command line repl
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
