Metadata-Version: 2.1
Name: kivy-garden.drag-n-drop
Version: 0.1.0
Summary: Flower that can drag and drop widgets between Kivy layouts.
Home-page: https://github.com/kivy-garden/drag_n_drop
Author: Kivy
Author-email: kivy@kivy.org
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/kivy-garden/drag_n_drop/issues
Project-URL: Source, https://github.com/kivy-garden/drag_n_drop
Keywords: Kivy kivy-garden
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: ci
Requires-Dist: coveralls ; extra == 'ci'
Requires-Dist: pycodestyle ; extra == 'ci'
Provides-Extra: dev
Requires-Dist: pytest (>=3.6) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-asyncio ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'

kivy-garden Drag-N-Drop
========================

[![Github Build Status](https://github.com/kivy-garden/drag_n_drop/workflows/Garden%20flower/badge.svg)](https://github.com/kivy-garden/drag_n_drop/actions)
[![Coverage Status](https://coveralls.io/repos/github/kivy-garden/drag_n_drop/badge.svg?branch=master)](https://coveralls.io/github/kivy-garden/drag_n_drop?branch=master)

A kivy garden flower that can drag and drop widgets between Kivy layouts.

See https://kivy-garden.github.io/drag_n_drop/ for the rendered drag_n_drop docs.

Please see the garden [instructions](https://kivy-garden.github.io) for how to use kivy garden flowers.

Flower information
-------------------

A kivy garden flower that can drag and drop widgets between Kivy layouts. Please see the module documentation for more information.

[![Drag-N-Drop flower](http://img.youtube.com/vi/lkipYuGuDf4/0.jpg)](https://www.youtube.com/watch?v=lkipYuGuDf4 "Kivy-garden drag_n_drop flower")

Install
---------

See [here](https://kivy-garden.github.io/index.html#generalusageguidelines).

#### Usage

See the docs for examples.

TODO
-------

*

Contributing
--------------

Check out our [contribution guide](CONTRIBUTING.md) and feel free to improve the flower.

License
---------

This software is released under the terms of the MIT License.
Please see the [LICENSE.txt](LICENSE.txt) file.

How to release
===============

See the garden [instructions](https://kivy-garden.github.io/#makingareleaseforyourflower) for how to make a new release.


