Metadata-Version: 1.1
Name: ashell
Version: 0.2
Summary: Add bashrc like functionality to adb
Home-page: UNKNOWN
Author: Roi Meir
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Description: ashell - Android shell with adbrc
        ==============================================
        
        ashell provide bashrc functionality to android shell.
        The rc file is in '~/.adbrc
        
        Installation
        ------------
        ::
        
            pip install ashell
        
        Useage
        ------
        ::
        
            ashell
            ashell -h
        
        To install the default adbrc run
        ::
        
            ashell --print-default > ~/.adbrc
        
        Default adbrc
        -------------
        
        The major feature of the default adbrc is to add history across sessions.
        The default adbrc also contain some nice aliases and more.
        
        Known Issues
        ------------
        - The last command doesn't saved to the history file
        
        Bugs
        ~~~~
        Please report bugs, issues, feature requests, etc. on `GitHub <https://github.com/roi-meir/ashell/issues>`_.
        
        Links
        -----
        * `Project home page (GitHub) <https://github.com/roi-meir/ashell>`_
        
        License
        -------
        Licensed under the terms of the `MIT Licens <LICENSE.txt>`_.
        
Keywords: shell android ashell
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
