Metadata-Version: 2.1
Name: unidown
Version: 2.0.0.dev6
Summary: Universal downloader, a modular extensible downloader who manage progress and updates.
Home-page: https://github.com/IceflowRE/unidown
Author: Iceflower S
Author-email: iceflower@gmx.de
License: GPLv3
Keywords: modular downloader
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Environment :: Console
Requires-Python: >=3.7
Provides-Extra: dev
Requires-Dist: urllib3[secure] (==1.23)
Requires-Dist: tqdm (==4.25.0)
Requires-Dist: protobuf (==3.6.1)
Requires-Dist: packaging (==17.1)
Provides-Extra: dev
Requires-Dist: prospector[with_everything] (==1.1.2); extra == 'dev'
Requires-Dist: nose2[coverage_plugin] (==0.8.0); extra == 'dev'
Requires-Dist: Sphinx (==1.7.7); extra == 'dev'
Requires-Dist: sphinxcontrib-svg2pdfconverter (==0.1.0); extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.4.1); extra == 'dev'
Requires-Dist: twine (==1.11.0); extra == 'dev'
Requires-Dist: setuptools (==40.2.0); extra == 'dev'
Requires-Dist: wheel (==0.31.1); extra == 'dev'

********************
Universal Downloader
********************
|maintained| |programming language| |license|

|travis| |appveyor| |readthedocs| |requirements| |codacy| |codecov|

|pypi|

----

``<Description English>``

``<Description German>``

----

`Nothing here yet.`

----

Web
===

https://github.com/IceflowRE/unidown

Credits
=======

- Developer
    - Iceflower S
        - iceflower@gmx.de

Third Party
-----------

nose2
    - Jason Pellerin
    - https://github.com/nose-devs/nose2
    - `BSD-2-Clause <https://github.com/nose-devs/nose2/blob/master/license.txt>`__
Packaging
    - Donald Stufft and individual contributors
    - https://github.com/pypa/packaging
    - `BSD-3-Clause, Apache-2.0 <https://github.com/pypa/packaging/blob/master/LICENSE>`__
Prospector
    - `landscapeio <https://github.com/landscapeio>`_
    - https://github.com/landscapeio/prospector
    - `GPL-2.0+ <https://github.com/landscapeio/prospector/blob/master/LICENSE>`__
Protocol Buffers
    - `Google Inc. <https://github.com/google>`_
    - https://github.com/google/protobuf/tree/master/python
    - `BSD-3-Clause <https://github.com/google/protobuf/blob/master/LICENSE>`__
Read the Docs Sphinx Theme
    - `Dave Snider <https://github.com/snide>`_
    - https://github.com/rtfd/sphinx_rtd_theme
    - `MIT <https://github.com/rtfd/sphinx_rtd_theme/blob/master/LICENSE>`__
Setuptools
    - Jason R Coombs / `Setuptools Developers <https://github.com/orgs/pypa/teams/setuptools-developers>`_
    - https://github.com/pypa/setuptools
    - `MIT <https://github.com/pypa/setuptools/blob/master/LICENSE>`__
Sphinx
    - `the Sphinx team <https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS>`__
    - https://github.com/sphinx-doc/sphinx
    - `BSD-2-Clause <https://github.com/sphinx-doc/sphinx/blob/master/LICENSE>`__
sphinxcontrib-svg2pdfconverter
    - `Missing Link Electronics, Inc. <https://github.com/missinglinkelectronics>`_
    - https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
    - `BSD-2-Clause <https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/blob/master/LICENSE.txt>`__
tqdm
    - `noamraph <https://github.com/noamraph>`_
    - https://github.com/tqdm/tqdm
    - `MIT, MPL-2.0 <https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE>`__
twine
    - `various authors <https://github.com/pypa/twine/blob/master/AUTHORS>`__
    - https://github.com/pypa/twine
    - `Apache-2.0 <https://github.com/pypa/twine/blob/master/LICENSE>`__
urllib3
    - `Andrey Petrov and contributors <https://github.com/shazow/urllib3/blob/master/CONTRIBUTORS.txt>`_
    - https://github.com/shazow/urllib3
    - `MIT <https://github.com/shazow/urllib3/blob/master/LICENSE.txt>`__
wheel
    - `Charlie Denton <https://github.com/meshy>`_
    - https://github.com/meshy/pythonwheels
    - `BSD-2-Clause <https://github.com/meshy/pythonwheels/blob/master/LICENSE>`__


.. Badges.

.. |maintained| image:: https://img.shields.io/badge/maintained-yes-brightgreen.svg

.. |programming language| image:: https://img.shields.io/badge/language-Python_3.7-orange.svg
   :target: https://www.python.org/

.. |license| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
   :target: https://www.gnu.org/licenses/gpl-3.0

.. |travis| image:: https://img.shields.io/travis/com/IceflowRE/unidown/master.svg?label=Travis%20CI
   :target: https://travis-ci.com/IceflowRE/unidown

.. |appveyor| image:: https://img.shields.io/appveyor/ci/IceflowRE/unidown/master.svg?label=AppVeyor%20CI
    :target: https://ci.appveyor.com/project/IceflowRE/unidown/branch/master

.. |readthedocs| image:: https://readthedocs.org/projects/unidown/badge/?version=latest
   :target: https://unidown.readthedocs.io/en/latest/index.html

.. |pypi| image:: https://img.shields.io/pypi/v/unidown.svg
   :target: https://pypi.org/project/unidown/

.. |requirements| image:: https://requires.io/github/IceflowRE/unidown/requirements.svg?branch=master
   :target: https://requires.io/github/IceflowRE/unidown/requirements/?branch=master

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/7783e0b9e3734ee6ab43e142b43e9663
   :target: https://app.codacy.com/project/IceflowRE/unidown/dashboard

.. |codecov| image:: https://img.shields.io/codecov/c/github/IceflowRE/unidown/master.svg?label=coverage
   :target: https://codecov.io/gh/IceflowRE/unidown


