|
1 |
| -#  |
2 |
| - |
3 |
| -[](LICENSE) |
4 |
| -[](https://pypi.python.org/pypi/magicgui) |
5 |
| -[](https://anaconda.org/conda-forge/magicgui) |
6 |
| -[](https://python.org) |
7 |
| -[](https://travis-ci.com/napari/magicgui) |
8 |
| -[](https://codecov.io/gh/napari/magicgui) |
9 |
| - |
10 |
| -**magicgui**: build GUIs from functions, using magic. |
11 |
| - |
12 |
| -## 📖 [Docs](https://napari.org/magicgui) |
| 1 | +<h1 align="center"> |
| 2 | + <img src="https://raw.githubusercontent.com/napari/magicgui/main/resources/logo_long.png" alt="magicgui" /> |
| 3 | +</h1> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <a href="https://github.com/napari/magicgui/blob/main/LICENSE"> |
| 7 | + <img src="https://img.shields.io/github/license/napari/magicgui" alt="magicgui is released under the MIT license." /> |
| 8 | + </a> |
| 9 | + <a href="https://pypi.python.org/pypi/magicgui"> |
| 10 | + <img src="https://img.shields.io/pypi/v/magicgui.svg" alt="magicgui on PyPI" /> |
| 11 | + </a> |
| 12 | + <a href="https://anaconda.org/conda-forge/magicgui"> |
| 13 | + <img src="https://img.shields.io/conda/vn/conda-forge/magicgui" alt="magicgui on conda-forge" /> |
| 14 | + </a> |
| 15 | + </p> |
| 16 | + <p align="center"> |
| 17 | + <a href="https://github.com/napari/magicgui/actions/workflows/test_and_deploy.yml"> |
| 18 | + <img src="https://github.com/napari/magicgui/actions/workflows/test_and_deploy.yml/badge.svg" alt="magicgui build status" /> |
| 19 | + </a> |
| 20 | + <a href="https://codecov.io/gh/napari/magicgui"> |
| 21 | + <img src="https://codecov.io/gh/napari/magicgui/branch/main/graph/badge.svg" alt="magicgui code coverage" /> |
| 22 | + </a> |
| 23 | + <a href="https://zenodo.org/badge/latestdoi/238805437"> |
| 24 | + <img src="https://zenodo.org/badge/238805437.svg" alt="cite magicgui" /> |
| 25 | + </a> |
| 26 | +</p> |
| 27 | + |
| 28 | +<p align="center"> |
| 29 | + <em>build GUIs from type annotations, using magic.</em> |
| 30 | +</p> |
| 31 | + |
| 32 | + |
| 33 | +## 📖 Docs |
| 34 | + |
| 35 | +[https://napari.org/magicgui](https://napari.org/magicgui) |
13 | 36 |
|
14 | 37 | ## Installation
|
15 | 38 |
|
|
0 commit comments