Metadata-Version: 1.1
Name: tmuxp
Version: 0.0.1-dev
Summary: Manage and build tmux workspaces.
Home-page: http://github.com/tony/tmuxp/
Author: Tony Narlock
Author-email: tony@git-pull.com
License: BSD
Download-URL: https://pypi.python.org/pypi/tmuxp
Description: `tmuxp` solves the panes / pains of managing workspaces.
        
        .. image:: https://travis-ci.org/tony/tmuxp.png?branch=master
           :target: https://travis-ci.org/tony/tmuxp
        
        tmuxp was written from the ground up as an ORM layer on top of tmux.
        
        Not ready for public use.
        
        ===========     ==========================================================
        Travis          http://travis-ci.org/tony/tmuxp
        Docs            http://tmuxp.rtfd.org
        API             http://tmuxp.readthedocs.org/en/latest/api.html
        Issues          https://github.com/tony/tmuxp/issues
        Source          https://github.com/tony/tmuxp
        pypi            https://pypi.python.org/pypi/tmuxp
        License         `BSD`_.
        git repo        .. code-block:: bash
        
                            $ git clone https://github.com/tony/tmuxp.git
        install dev     .. code-block:: bash
        
                            $ git clone https://github.com/tony/tmuxp.git tmuxp
                            $ cd ./tmuxp
                            $ virtualenv .env
                            $ source .env/bin/activate
                            $ pip install -e .
        tests           .. code-block:: bash
        
                            $ python ./run_tests.py
        ===========     ==========================================================
        
        .. _BSD: http://opensource.org/licenses/BSD-3-Clause
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Shells
