Metadata-Version: 2.1
Name: ipyantd
Version: 0.1.9
Summary: Ant Design Jupyter Widget
Home-page: https://github.com/g21589/ipyantd
Author: g21589
Author-email: g21589@gmail.com
License: UNKNOWN
Keywords: ipython,jupyter,widgets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: ipywidgets (>=7.0.0)

ipyantd
===============================
[![PyPI version](https://badge.fury.io/py/ipyantd.svg)](https://badge.fury.io/py/ipyantd)
[![MIT License][license-image]][license-url]
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/g21589/ipyantd/master?filepath=ipyantd_test.ipynb)

Ant Design Jupyter Widget

Installation
------------

To install use pip:

    $ pip install ipyantd
    $ jupyter nbextension enable --py --sys-prefix ipyantd


For a development installation (requires npm),

    $ git clone https://github.com//ipyantd.git
    $ cd ipyantd
    $ pip install -e .
    $ jupyter nbextension install --py --symlink --sys-prefix ipyantd
    $ jupyter nbextension enable --py --sys-prefix ipyantd

Support Components
------------

|  Component | Support functions |
|:----------:|:-----------------:|
| Row & Col  |     essential     |
| Button     |     essential     |
| Switch     |     essential     |
| Checkbox   |     essential     |
| Select     |     essential     |
| DatePicker |     essential     |
| Progress   |     essential     |
| Steps      |     essential     |


License
----

MIT

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE


