fedrq is a tool to query the Fedora and EPEL repositories
Project description
fedrq
⚠️ This project is a work in progress. ⚠️
A tool for querying the Fedora and EPEL repositories
fedrq makes it easy to query any branch of Fedora or EPEL. It uses the dnf
Python bindings and does not shell out to dnf repoquery
. It allows querying
for reverse dependencies, packages that contain a certain Provide or file,
subpackages of an SRPM, and package metadata.
The tool doesn't seek to replace every feature of dnf repoquery. It provides a
more user friendly interface than dnf repoquery
for certain common tasks.
Installation
fedrq has a copr repository at gotmax23/fedrq that contains released versions. Development snapshots are available at gotmax23/fedrq-dev. The RPM specfile is in the repository root.
The package can also be installed from source with pip
or any other PEP 517
frontend. The following additional system packages are required:
- python3-dnf
- fedora-repos-rawhide
Note that fedrq can only be installed for the system python interpreter.
fedrq cannot be installed in a venv unless it has --system-site-packages
,
as it needs to find dnf.
fedrq check-config --dump
requires tomli-w
.
The RPM package weakly depends on python3-tomli-w
.
Versioning
This project is in alpha. fedrq.cli.*
is internal to this module. A stable
API for fedrq.repoquery
and fedrq.config
may be provided down the line. The
CLI interface is also subject to small changes.
Documentaion
See fedrq(1) (source) for the CLI interface and fedrq(5) (source) for the config file format.
Contributing
Development, issue reporting, and project discussion happen on the mailing list (~gotmax23/fedrq@lists.sr.ht).
See CONTRIBUTING.md.
Credits
Thank you to the dnf maintainers. This tool is inspired by dnf repoquery
and
uses the dnf
python bindings.
License
This project follows the REUSE specification. In general:
- Code is licensed under GPL-2.0-or-later. This is the same license as dnf.
- Configuration and repo files in fedrq/data/ are
UNLICENSE
ed - fedrq.spec is licensed under MIT to match Fedora
- The embedded repo defs in src/fedrq/data/repos from fedora-repos.rpm are MIT licensed. These are only used when the needed repo defs are not available in the system config (i.e. for querying the Fedora repos from a non Fedora system).
enum.StrEnum
is copied from Cpython 3.11 for older Python versions. It's ~30 lines of PSF-2.0 licensed code.
SPDX-License-Identifier: GPL-2.0-or-later AND Unlicense AND MIT AND PSF-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fedrq-0.3.0.tar.gz
.
File metadata
- Download URL: fedrq-0.3.0.tar.gz
- Upload date:
- Size: 58.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 185efca4baf0194f15996d6440f4f7fcde464bc6faf34e51ec96c4bb8ed6cd1e |
|
MD5 | 0ed4fbb9e329c71192b68b09683f33b9 |
|
BLAKE2b-256 | 3f46d66601972084a213aa0066c0595dbd9617d6ff74b78e6dd1cc1f43cf5ccf |
File details
Details for the file fedrq-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: fedrq-0.3.0-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdbc9f12a18ebb6528662d1dee509c2d1377d7cc6492e8003934c11b7980690a |
|
MD5 | 07bb1af133220e42bc2341e7b673b2b5 |
|
BLAKE2b-256 | f190c3cee24e9f1238c48b1f589cfe716ebb2a0332d426c1f51f3732ac0f1c67 |