Metadata-Version: 1.1
Name: hotline
Version: 0.4.6
Summary: A pop-up input field with customizable settings.
Home-page: http://github.com/danbradham/hotline
Author: Dan Bradham
Author-email: danielbradham@gmail.com
License: MIT
Description: =======
        HotLine
        =======
        A pop-up input field with customizable settings. Supporting multiple modes, syntax highlighting, and inline autocompletion.
        
        HotLine is like a supped up version of Nuke's node creator. Best of all, it works *anywhere* through the use of context modules. These modules make use of the HotLine api to add Modes and parent HotLine to an existing PySide application. Currently HotLine only comes with a Context for Autodesk Maya.
        
        ------------
        Maya Context
        ------------
        The maya context comes with several useful modes including Node Creation, Python Scripting, Mel Scripting, Scene Selection, Node Connection and Renaming.
        
        ------------------
        Installing Hotline
        ------------------
        
        distutils/setuptools
        ====================
        
        ::
        
            git clone git@github.com:danbradham/hotline.git
            cd hotline
            python setup.py install
        
        pip
        ===
        
        ::
        
            pip install hotline
        
        
        Making use of the Maya Context
        ==============================
        
        If you're looking to use the Autodesk Maya context bind a key to the following python script:
        
        ::
        
            import hotline
            hotline.show()
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
