Metadata-Version: 2.0
Name: fancywidgets
Version: 0.2.1
Summary: 
Requires-Dist: fancytools

Various QT-based widgets for every day usage.

Home-page: https://github.com/radjkarl/fancyWidgets
Author: Karl Bedrich
Author-email: karl@bedrich.de
License: GPLv3
Description: ===========================================================
        fancyWidgets - various QT based widgets for every day usage
        ===========================================================
        
        .. image:: https://img.shields.io/badge/License-GPLv3-red.svg
        .. image:: https://img.shields.io/badge/python-2.6%7C2.7-yellow.svg
        
        Based on `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>`_
        
        
        .. image:: https://raw.githubusercontent.com/radjkarl/fancyWidgets/master/fancyWidgets_showcase.png
            :align: center
            :alt: showcase
        
        
        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
