_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-cliff 4.10.0
Propagated dependencies: python-autopage@0.5.1 python-cmd2@2.5.11 python-prettytable@3.12.0 python-pyyaml@6.0.2 python-stevedore@5.4.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://opendev.org/openstack/cliff
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Framework for building command line programs
Description:

The cliff framework allows creating multi-level commands such as those of subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. It uses plugins to define sub-commands, output formatters, and other extensions.

python-oslotest 5.0.1
Propagated dependencies: python-fixtures@4.2.6 python-subunit@1.4.4 python-testtools@2.7.2
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo test framework
Description:

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.

python-reno 4.1.0
Propagated dependencies: python-dulwich@0.21.7 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/reno/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Release notes manager
Description:

Reno is a tool for storing release notes in a git repository and building documentation from them.

python-oslo-config 9.8.0
Propagated dependencies: python-netaddr@1.3.0 python-oslo-i18n@6.5.1 python-pyyaml@6.0.2 python-requests@2.32.5 python-rfc3986@2.0.0 python-stevedore@5.4.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo Configuration API
Description:

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.

python-oslo-log 7.2.0
Propagated dependencies: python-dateutil@2.9.0 python-oslo-config@9.8.0 python-oslo-context@5.0.0 python-oslo-i18n@6.5.1 python-oslo-serialization@5.7.0 python-oslo-utils@7.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python logging library of the Oslo project
Description:

The oslo.log (logging) configuration library provides standardized configuration for all OpenStack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc).

python-stevedore 5.4.1
Propagated dependencies: python-pbr@7.0.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://github.com/dreamhost/stevedore
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Manage dynamic plugins for Python applications
Description:

Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("plugins") at runtime. Many applications implement their own library for doing this, using __import__ or importlib. Stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions.

python-os-service-types 1.8.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/os-service-types/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Library for consuming OpenStack Service Types Authority data
Description:

The OpenStack Service Types Authority contains information about officiag OpenStack services and their historical service-type aliases. The data is in JSON and the latest data should always be used. This simple library exists to allow for easy consumption of the data, along with a built-in version of the data to use in case network access is for some reason not possible and local caching of the fetched data.

python-oslo-i18n 6.5.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo internationalization (i18n) library
Description:

The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.

python-oslo-serialization 5.7.0
Propagated dependencies: python-msgpack@1.1.1 python-oslo-utils@7.4.0 python-tzdata@2025.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo serialization library
Description:

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack.

python-oslo-concurrency 7.1.0
Propagated dependencies: python-fasteners@0.17.3 python-oslo-config@9.8.0 python-oslo-i18n@6.5.1 python-oslo-utils@7.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/oslo.concurrency/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo Concurrency library
Description:

The Oslo Concurrency Library provides utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

python-openstacksdk 4.6.0
Propagated dependencies: python-cryptography@44.0.0 python-decorator@5.2.1 python-dogpile-cache@1.3.4 python-iso8601@2.1.0 python-jmespath@1.0.1 python-jsonpatch@1.33 python-keystoneauth1@5.11.1 python-os-service-types@1.8.0 python-pbr@7.0.1 python-platformdirs@4.3.6 python-psutil@7.0.0 python-pyyaml@6.0.2 python-requestsexceptions@1.4.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/openstacksdk/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: SDK for building applications to work with OpenStack
Description:

This package provides a client library for building applications to work with OpenStack clouds. The SDK aims to provide a consistent and complete set of interactions with OpenStack’s many services, along with complete documentation, examples, and tools.

python-os-testr 3.0.0-0.0ba674d
Propagated dependencies: python-stestr@4.2.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://github.com/openstack/os-testr
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Testr wrapper to provide functionality for OpenStack projects
Description:

Os-testr provides developers with a testr wrapper and an output filter for subunit.

python-keystoneclient 5.6.0
Propagated dependencies: python-keystoneauth1@5.11.1 python-oslo-config@9.8.0 python-oslo-i18n@6.5.1 python-oslo-serialization@5.7.0 python-oslo-utils@7.4.0 python-packaging@25.0 python-pbr@7.0.1 python-requests@2.32.5 python-stevedore@5.4.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://www.openstack.org/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Client Library for OpenStack Identity
Description:

Python-keystoneclient is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID in future versions. Out of the box, Keystone uses SQLite for its identity store database, with the option to connect to external LDAP.

python-oslo-utils 7.4.0
Propagated dependencies: python-debtcollector@3.0.0 python-iso8601@2.1.0 python-netaddr@1.3.0 python-netifaces@0.11.0 python-oslo-i18n@6.5.1 python-packaging@25.0 python-pbr@7.0.1 python-psutil@7.0.0 python-pyparsing@3.2.3 python-pyyaml@6.0.2 python-tzdata@2025.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Oslo utility library
Description:

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.

python-orange-canvas-core 0.2.6
Propagated dependencies: python-anyqt@0.2.1 python-commonmark@0.9.1 python-dictdiffer@0.9.0 python-docutils@0.21.2 python-numpy@1.26.4 python-packaging@25.0 python-qasync@0.28.0 python-requests@2.32.5 python-requests-cache@1.2.1 python-truststore@0.10.4 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/orange.scm (gnu packages orange)
Home page: https://github.com/biolab/orange-canvas-core
Licenses: GPL 3
Build system: pyproject
Synopsis: Core component of Orange Canvas
Description:

Orange Canvas Core is a framework for building graphical user interfaces for editing workflows. It is a component used to build the Orange Canvas data-mining application.

python-serverfiles 0.3.1
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/orange.scm (gnu packages orange)
Home page: https://github.com/biolab/serverfiles
Licenses: GPL 3+
Build system: pyproject
Synopsis: Utility to access files on a HTTP server and store them locally
Description:

This package provides an utility that accesses files on a HTTP server and stores them locally for reuse. It is primarily used by the Orange framework.

python-orange-widget-base 4.25.1
Propagated dependencies: python-anyqt@0.2.1 python-matplotlib@3.8.2 python-orange-canvas-core@0.2.6 python-pyqtgraph@0.13.7 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/orange.scm (gnu packages orange)
Home page: https://github.com/biolab/orange-widget-base
Licenses: GPL 3+
Build system: pyproject
Synopsis: Base Widget for Orange Canvas
Description:

Orange Widget Base provides a base widget component for a interactive GUI based workflow. It is primarily used in the Orange framework.

orpheus 1.6
Dependencies: ncurses@6.2.20210619 libvorbis@1.3.7 vorbis-tools@1.4.3 mpg321@0.3.2 libxml2@2.14.6 which@2.21
Channel: guix
Location: gnu/packages/orpheus.scm (gnu packages orpheus)
Home page: http://thekonst.net/en/orpheus
Licenses: GPL 2+
Build system: gnu
Synopsis: Text-mode audio player
Description:

Orpheus is a light-weight text mode menu- and window-driven audio player application for CDs, internet stream broadcasts, and files in MP3 and Vorbis OGG format.

ots 0.5.0
Dependencies: glib@2.83.3 popt@1.18 libxml2@2.14.6 zlib@1.3.1
Channel: guix
Location: gnu/packages/ots.scm (gnu packages ots)
Home page: http://libots.sourceforge.net/
Licenses: GPL 2+
Build system: gnu
Synopsis: Tool for summarizing texts
Description:

The Open Text Summarizer is a library and command-line tool for summarizing texts. The program reads a text and decides which sentences are important and which are not. OTS will create a short summary or will highlight the main ideas in the text.

The program can either print the summarized text as plain text or HTML. If in HTML, the important sentences are highlighted.

The program is multi lingual and works with UTF-8 encoding.

oyacc 6.6
Channel: guix
Location: gnu/packages/oyacc.scm (gnu packages oyacc)
Home page: https://github.com/ibara/yacc
Licenses: FreeBSD
Build system: gnu
Synopsis: Portable YACC from OpenBSD
Description:

oyacc is a portable version of the OpenBSD's yacc program, with no dependencies besides libc.

rpm 4.20.1
Dependencies: bzip2@1.0.8 readline@8.2.13 file@5.46 libarchive@3.7.7 libgcrypt@1.11.0 dbus@1.15.8 lua@5.3.5 sqlite@3.39.3 xz@5.4.5 zlib@1.3.1 elfutils@0.192 acl@2.3.1 audit@3.0.9 libselinux@3.4 libcap@2.64 zstd@1.5.6
Propagated dependencies: popt@1.18
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://rpm.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: The RPM Package Manager
Description:

The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description. There is also a library permitting developers to manage such transactions from C or Python.

gnome-packagekit 43.0
Dependencies: glib@2.83.3 gtk+@3.24.51 packagekit@1.2.5
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://gitlab.gnome.org/GNOME/gnome-packagekit
Licenses: GPL 2+
Build system: meson
Synopsis: GNOME frontend for PackageKit
Description:

This package provides a PackageKit frontend for GNOME. PackageKit is a common unified interface for package managers.

guix-minimal 1.5.0rc1
Dependencies: bash-minimal@5.2.37 bzip2@1.0.8 gzip@1.14 sqlite@3.39.3 libgcrypt@1.11.0 zlib@1.3.1 guile@3.0.9 util-linux@2.40.4 slirp4netns@1.3.3 disarchive@0.6.0 guile-bzip2@0.1.0 guile-lzma@0.1.1 git-minimal@2.52.0 glibc-utf8-locales@2.41
Propagated dependencies: guile-gnutls@5.0.1 guile-avahi@0.4.1 guile-gcrypt@0.5.0 guile-json@4.7.3 guile-lib@0.2.8.1 guile-semver@0.2.0 guile-sqlite3@0.1.3 guile-git@0.10.0 guile-zlib@0.2.2 guile-lzlib@0.3.0 guile-zstd@0.1.1
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://www.gnu.org/software/guix/
Licenses: GPL 3+
Build system: gnu
Synopsis: Functional package manager for installed software packages and versions
Description:

GNU Guix is a functional package manager for the GNU system, and is also a distribution thereof. It includes a virtual machine image. Besides the usual package management features, it also supports transactional upgrades and roll-backs, per-user profiles, and much more. It is based on the Nix package manager.

Total packages: 69236