Metadata-Version: 1.0
Name: Orange3-Tarantool
Version: 0.0.1.dev2
Summary: Tarantool Connector for Orange3
Home-page: https://github.com/rvncerr/orange3-tarantool
Author: Dmitriy Kalugin-Balashov
Author-email: rvncerr@rvncerr.org
License: GPL
Description-Content-Type: UNKNOWN
Description: Orange3 Tarantool
        =================
        
        Installation
        ------------
        
        To install the add-on, run
        
            pip install .
        
        To register this add-on with Orange, but keep the code in the development directory (do not copy it to
        Python's site-packages directory), run
        
            pip install -e .
        
        Usage
        -----
        
        After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,
        use
        
            python -m Orange.canvas
        
        The new widget appears in the toolbox bar under the section Example.
        
Keywords: orange3 add-on
Platform: UNKNOWN
