Metadata-Version: 1.0
Name: roscreate-qt-pkg
Version: 0.1.4
Summary: Creates qt package templates for RoS
Home-page: http://pypi.python.org/pypi/roscreate-qt-pkg/
Author: Daniel Stonier
Author-email: d.stonier@gmail.com
License: BSD
Download-URL: https://github.com/stonier/qt_ros.git
Description: ===========
        Roscreate-Qt
        ===========
        
        Provides scripts for generating (wizard-style) qt-based ros packages
        from common templates. It caters for both traditional rosbuild and
        newer catkin packages.
        
        Typical usage looks like this::
        
            roscreate-qt-pkg qfoo        # catkinized package
            roscreate-qt-legacy-pkg qfoo # rosbuild package
        
        Notes
        =========
        
        The packages generated include a master chooser, logging and
        simple sigslot connections for interaction between the ros 
        node and the qt program.
        
        
Keywords: ROS
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
