Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

dkvc/gpkgstatus

Repository files navigation

gpkgstatus

The project is no longer updated. Please use official Bodhi client in case of any issues.

Get Current Package Status from Fedora Updates System

This program is a command-line tool for checking the status of packages on bodhi.fedoraproject.org. It allows you to search for a specific package and get information about its current status, including the update ID, package name, and status.

Code Style linting: pylint

Current Build Status

Python Tests CodeQL

Current PyPI Status

PyPI version Dep Status Python support

Current conda-forge Status

Conda Recipe Conda Version

Current Release Status

Last Pre-Release Date Last Release Date

Features

  • Search for a specific package and get its status information.
  • Option to specify a distro version to check for a specific version of the package.
  • Caches the previous search results for 60 minutes (1 hour) to avoid DDoS.
  • Allows you to force a new search, bypassing the cache.
  • Displays the information in a user-friendly format.

Installation

There are two methods of installing gpgkstatus:

  1. Using pip: You can use pip install gpkgstatus and restart your terminal. Now you can use it!
  2. (Unsupported) Using executables from Github: You can download executable from Releases and use it directly. Make sure to set it as executable on Linux.

Note: If you want to run the file anywhere when using executable from Github, move the file to a directory in your system's PATH (usually /usr/local/bin)

Why Method 2 is unsupported?

You have to update executable manually!

Usage

The program can be used by running the executable file with the following command:

$ gpkgstatus -h

usage: gpkgstatus [-h] [-f] [-l LIMIT] [--moreinfo] [-n NAME] [--noconfig] [-r RELEASE] [-v] [--version]

Get Current Package Status from Fedora Updates System

options:
  -h, --help            show this help message and exit
  -f, --force           Sync cached info with Fedora Updates System
  -l LIMIT, --limit LIMIT
                        Maximum limit on number of packages shown for package search
  --moreinfo            Verbose (More Info) in Update Info
  -n NAME, --name NAME  Name of the package
  --noconfig            Do not check for config file
  -r RELEASE, --release RELEASE
                        Checks package status for corresponding Fedora release
  -v, --verbose         Enable verbose output
  --version             gpkgstatus version

Contributing

You are welcome to contribute to this project. Make sure to read Contributing Guidelines. If you have any questions regarding contributing to this project, you can open an issue about it.

Credits

The development of this project would not have been possible without Bodhi developed by the Fedora Project. Although this project is unofficial and not affiliated with Bodhi or Fedora, we appreciate the valuable contributions made by the Bodhi and its developers.

For more information about the Bodhi Project, please visit their official repository on GitHub.

FAQs

You can find FAQs (Frequently Asked Questions) in faqs.md