Metadata-Version: 2.1
Name: fetchcommandwrapper
Version: 0.8.4
Summary: Wrapper around Aria2 for portage's FETCHCOMMAND variable
Home-page: https://github.com/hartwork/fetchcommandwrapper
Author: Sebastian Pipping
Author-email: sping@gentoo.org
License: GPL v3 or later
Description: # About
        
        **fetchcommandwrapper** combines
        download tool [aria2](https://aria2.github.io/)
        with variable `GENTOO_MIRRORS`
        to speed up distfile downloads of [Portage](https://wiki.gentoo.org/wiki/Portage)
        by downloading from multiple mirrors at the same time.
        **fetchcommandwrapper** integrates with Portage
        through variables `FETCHCOMMAND` (and `RESUMECOMMAND`), hence the name.
        
        
        # Installation
        
        ## System-wide installation in Gentoo
        
        ```console
        # sudo emerge -av app-portage/fetchcommandwrapper
        ```
        You can then append line `source /usr/share/fetchcommandwrapper/make.conf`
        to file `/etc/portage/make.conf` to ease integration with Portage.
        
        
        ## Development from a Git clone
        
        ```console
        # pip install --user --editable .
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3
Description-Content-Type: text/markdown
