Metadata-Version: 1.1
Name: appdo
Version: 0.1.2
Summary: Run command in the context same as application
Home-page: https://github.com/sugitak/appdo
Author: Takehiro SUGITA
Author-email: titius.boden@gmail.com
License: UNKNOWN
Description: =======
         appdo
        =======
        
        TODO: Rewrite me. Append your package's long description.
        
        
        
        Requirements
        ============
        
        * Python 2.7 or Python 3.3 over or PyPy 2.4.0 over
        
        Features
        ========
        
        * ToDo: Rewrite me.
        
        Setup
        =====
        
        ::
        
          $ pip install --user appdo
          or
          (venv)$ pip install appdo
        
        Usage
        =====
        
        ToDo: Rewrite me.
        
        ::
        
          $ python
          >>> import appdo
          >>> appdo
          >>>
        
        ChangeLog
        =========
        
        0.1.0 (2016-03-21)
        ------------------
        
        * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Common Public License
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
