Metadata-Version: 1.2
Name: magicgui
Version: 0.0.8
Summary: build GUIs from functions, using magic.
Home-page: https://github.com/tlambert03/magicgui
Author: Talley Lambert
Author-email: talley.lambert@gmail.com
License: MIT license
Description: # magicgui
        
        [![License](https://img.shields.io/pypi/l/magicgui.svg)](LICENSE)
        [![Version](https://img.shields.io/pypi/v/magicgui.svg)](https://pypi.python.org/pypi/magicgui)
        [![Python Version](https://img.shields.io/pypi/pyversions/magicgui.svg)](https://python.org)
        [![Build Status](https://img.shields.io/travis/tlambert03/magicgui.svg)](https://travis-ci.com/tlambert03/magicgui)
        [![Docs](https://readthedocs.org/projects/magicgui/badge/?version=latest)](https://magicgui.readthedocs.io/en/latest/?badge=latest)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
        
        build GUIs from functions, using magic.
        
        [Documentation](https://magicgui.readthedocs.io/)
Keywords: magicgui
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
