Metadata-Version: 2.1
Name: downy
Version: 0.1.0
Summary: Python package for Downloading Files in a blink of the eye
Home-page: https://shreyasb.com/
Author: Shreyas Bapat
Author-email: contact@shreyasb.com
License: MIT
Download-URL: https://github.com/downy/downy
Keywords: download,threads,idm,download manager,fast
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Requires-Dist: requests
Requires-Dist: threading
Requires-Dist: psutil
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pycodestyle ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: alabaster ; extra == 'dev'
Requires-Dist: nbsphinx ; extra == 'dev'
Requires-Dist: ipython (>=5.0) ; extra == 'dev'
Requires-Dist: jupyter-client ; extra == 'dev'
Requires-Dist: ipykernel ; extra == 'dev'
Requires-Dist: ipywidgets ; extra == 'dev'

Downy - Downloading Files in a Blink of the Eye
================================================

**downy** is an open source (MIT) collection of Python functions useful
in web downloads and parallel downloads.
It provides a simple and intuitive API and handles the threads accordingly.

View `source code`_ of downy!

.. _`source code`: https://github.com/downy/downy


Some of its awesome features are:

* Multiple Download Support
* Full utilisation of cores
* Intuitive API for downloads

And more to come!

downy is developed by an open community. Release
announcements and general discussion take place on our `mailing list`_
and `chat`_.

.. _`mailing list`: https://groups.io/g/downy-dev
.. _`chat`: https://riot.im/experimental/#/room/#rest:matrix.org

.. include:: form.rst

The `source code`_, `issue tracker`_ and `wiki`_ are hosted on GitHub, and all
contributions and feedback are more than welcome.

.. _`source code`: https://github.com/downy/downy
.. _`issue tracker`: https://github.com/downy/downy/issues
.. _`wiki`: https://github.com/downy/downy/wiki/

downy works on recent versions of Python and is released under
the MIT license, hence allowing commercial use of the library.

.. code-block:: python

    from downy.download import Download

    Download(url, filename).download()

Contents
--------

.. toctree::
    :maxdepth: 2

    about
    getting_started
    changelog


.. note::
    The modules are currently under development and might be unstable at any point of time.
    Please help us by reporting any bugs you encounter while using downy.


