Metadata-Version: 2.4
Name: pacman_mirrors
Version: 5.2.1
Summary: Mirrolist generator for Manjaro Linux.
License: LICENSE.txt
License-File: AUTHORS.md
License-File: LICENSE
Author: Roland Singer, Esclapion, Philip Müller, Ramon Buldó, Hugo Posnic, Frede Hundewadt
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End User/Desktop
Classifier: License :: OSI Approved :: GPL3 License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: npyscreen (>=4.10.5,<5.0.0)
Requires-Dist: pytz (>=2025.2,<2026.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Bug Tracker, https://gitlab.manjaro.org/applications/pacman-mirrors/-/issues
Project-URL: Repository, https://gitlab.manjaro.org/applications/pacman-mirrors
Description-Content-Type: text/markdown

# pacman-mirrors

Package that provides all mirrors for Manjaro Linux.

- Free software: GPL license

## Features

- A GUI for selecting mirror/protocol combinations used to generate a custom list.
- Generate a new mirror list by using several options:
  - method      : rank or random.
  - country     : a single, a list or all.
  - fasttrack   : limited ranked list of `x` up-to-date mirrors.
  - geoip       : mirrors for country if available.
- Information
  - get-branch  : get current branch from config
  - country-list: list of countries with mirrors
- API
  - prefix      : prefix for files handled by pacman-mirrors.
  - set-branch  : set branch from supplied branch option to config
  - protocols:
    - set protocol limitation in config
    - remove protocol limitation from config

## Technologies

pacman-mirrors is build with Python and Gtk3.

