Metadata-Version: 1.1
Name: fancywidgets
Version: 0.1.0
Summary: 
Various QT-based widgets for every day usage.

Home-page: http://pypi.python.org/pypi/fancyWidgets/
Author: Karl Bedrich
Author-email: karl@bedrich.de
License: GPLv3
Description: ===========================================================
        fancyWidgets - various QT based widgets for every day usage
        ===========================================================
        It uses `pyQt4 <http://www.riverbankcomputing.co.uk/software/pyqt/download>`_ and `pyqtgraph <http://www.pyqtgraph.org/>`_
        
        
        
        - Browse the `API Documentation <http://radjkarl.github.io/fancyWidgets>`_
        - Fork the code on `github <https://github.com/radjkarl/fancyWidgets>`_
        
        
        Installation
        ^^^^^^^^^^^^
        
        **fancywidgets** is listed in the Python Package Index. You can install it typing::
        
            pip install fancywidgets
        
        Tests
        ^^^^^
        **fancyWidgets** uses mostly the 'one class/function per file' rule. Running each module as program, like::
        
            python -m fancywidgets.pyQtBased.Table
        
        will execute the test procedure of this module.
        
        To run all tests type::
        
            python -m fancywidgets.tests
        
        
        
        v0.1, <22/12/2014> -- Initial release.
        
        Karl Bedrich 2013 -
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
