Metadata-Version: 2.1
Name: magicgui
Version: 0.0.6
Summary: makes a gui from a function, using magic.
Home-page: https://github.com/tlambert03/magicgui
Author: Talley Lambert
Author-email: talley.lambert@gmail.com
License: MIT license
Keywords: magicgui
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.6

# 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/)

