Metadata-Version: 2.4
Name: fetchcommandwrapper
Version: 1.0.0
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
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# 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 .
```
