Metadata-Version: 2.1
Name: droptopus
Version: 0.2.38
Summary: Droptopus is a drag'n'drop router, which routes dropped objects to the designated actions
Home-page: https://github.com/ArtBIT/Droptopus
Author: Djordje Ungar
Author-email: mail@djordjeungar.com
License: MIT
Project-URL: Bug Reports, https://github.com/ArtBIT/Droptopus/issues
Project-URL: Say Thanks!, http://saythanks.io/to/ArtBIT
Project-URL: Source, https://github.com/ArtBIT/Droptopus/
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: python-magic
Requires-Dist: requests (>=2.21.0)
Requires-Dist: urllib3 (==1.26.5)

[![Build Status][build-status-src]][build-status-href]
[![GitHub stars][github-stars-src]][github-stars-href]
[![GitHub license][github-license-src]][github-license-href]
[![GitHub issues][github-issues-src]][github-issues-href]

# Droptopus
![Droptopus Logo][droptopus-logo-src]

Droptopus allows you to create visual drop targets for files, links, and text, allowing you to process the dragged object via script or copy it to a folder.

<img src="https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-collapsed.png?v=2" width="auto" height="100" />
<img src="https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-expanded.png?v=2" width="auto" height="100" />
<img src="https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-right-click.png?v=2" width="auto" height="100" />


# Dependencies 
 - python3.5+
 - pyqt5

# Installation
 `pip3 install droptopus`

# Launch
 `python3 -m droptopus &`

# Example scripts
  Check the [examples][examples-href] directory for some useful drop actions.

## Acknowledgements

Droptopus uses

- [Nokia's][nokia-href]: [Qt][qt-href]

- [Riverbank Computing Limited's][riverbank-href]: [SIP][sip-href]

- [Riverbank Computing Limited's][riverbank-href]: [PyQt5][pyqt-href]

- [Icon8's][icons8-href]: [awesome icons][icons8-href]

Thanks!

## Sponsors

[![Become a sponsor][patreon-src]][patreon-href]

## License

This project is licensed under the MIT License - see the [LICENSE.md][github-license-href] file for details

[droptopus-logo-src]: https://raw.githubusercontent.com/ArtBIT/Droptopus/master/droptopus/assets/droptopus.png
[build-status-href]: https://travis-ci.org/ArtBIT/droptopus
[build-status-src]: https://travis-ci.org/ArtBIT/droptopus.svg
[github-issues-href]: https://github.com/ArtBIT/droptopus/issues
[github-issues-src]: https://img.shields.io/github/issues/ArtBIT/droptopus.svg
[github-license-href]: https://github.com/ArtBIT/Droptopus/blob/master/LICENSE.md
[github-license-src]: https://img.shields.io/github/license/ArtBIT/droptopus.svg
[github-stars-href]: https://github.com/ArtBIT/droptopus
[github-stars-src]: https://img.shields.io/github/stars/ArtBIT/droptopus.svg
[icons8-href]: http://icons8.com
[nokia-href]: http://www.nokia.com
[pyqt-href]: http://www.riverbankcomputing.co.uk/software/pyqt/intro
[qt-href]: http://qt.nokia.com
[riverbank-href]: http://www.riverbankcomputing.co.uk
[sip-href]: http://www.riverbankcomputing.co.uk/software/sip/intro
[patreon-src]: https://img.shields.io/badge/Patreon-Sponsor%20This-orange.svg
[patreon-href]: https://www.patreon.com/artbit
[examples-href]: https://github.com/ArtBIT/Droptopus/tree/master/examples
[droptopus-screenshot-1]: https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-collapsed.png
[droptopus-screenshot-2]: https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-expanded.png
[droptopus-screenshot-3]: https://raw.githubusercontent.com/ArtBIT/Droptopus/master/images/droptopus-right-click.png


