Metadata-Version: 2.1
Name: unidown
Version: 2.0.1
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
Description: ********************
        Universal Downloader
        ********************
        |maintained| |programming language| |license|
        
        |travis| |readthedocs| |requirements| |codacy| |codecov|
        
        |pypi|
        
        ----
        
        unidown manages downloads and will only download items again when they are newer or not downloaded yet.
        
        ----
        
        unidown is written with the main aspect on plugins. unidown itself can only manage the produced data from 3rd party plugins.
        
        unidown saves all downloaded files with their modifications time and and will only download updated or not already downloaded files.
        
        Find more information in the documentation at `Read the Docs <https://unidown.readthedocs.io/en/latest/index.html>`__.
        
        ----
        
        Web
        ===
        
        https://github.com/IceflowRE/unidown
        
        Plugins
        =======
        
        mr_de
            - Crawl through german ebooks from Mobileread.
            - https://github.com/IceflowRE/unidown-mr_de
        
        Credits
        =======
        
        - Developer
            - `Iceflower S <https://github.com/IceflowRE>`__
                - iceflower@gmx.de
        
        Third Party
        -----------
        
        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>`__
        tqdm
            - `noamraph <https://github.com/noamraph>`__
            - https://github.com/tqdm/tqdm
            - `MIT, MPL-2.0 <https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE>`__
        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>`__
        
        License
        -------
        
        .. image:: http://www.gnu.org/graphics/gplv3-127x51.png
           :alt: GPLv3
           :align: center
        
        Copyright (C) 2015-present Iceflower S
        
        This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
        This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
        You should have received a copy of the GNU General Public License along with this program.  If not, see <https://www.gnu.org/licenses/>.
        
        .. Badges.
        
        .. |maintained| image:: https://img.shields.io/badge/maintained-yes-brightgreen.svg
        
        .. |programming language| image:: https://img.shields.io/badge/language-Python_3.8-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
        
        .. |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
        
Keywords: modular downloader
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
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.8
Description-Content-Type: text/x-rst
Provides-Extra: dev
