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

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-requestsexceptions 1.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://github.com/openstack/requestsexceptions
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Import exceptions from potentially bundled packages in requests
Description:

The Python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations difficult, such as suppressing the “insecure platform warning” messages that urllib emits. This package is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled or not.

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-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.2.2 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-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-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-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-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-oslo-concurrency 7.1.0
Propagated dependencies: python-fasteners@0.20 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-git-review 2.5.0
Dependencies: bash-minimal@5.2.37 git-minimal@2.54.0 openssh-sans-x@10.3p1
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/infra/git-review/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Command-line tool for Gerrit
Description:

Git-review is a command-line tool that helps submitting Git branches to Gerrit for review, or fetching existing ones.

python-hacking 7.0.0
Propagated dependencies: python-flake8@7.1.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://github.com/openstack-dev/hacking
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OpenStack hacking guideline enforcement
Description:

Python-hacking is a set of flake8 plugins that test and enforce the OpenStack style guidelines.

python-oslo-serialization 5.7.0
Propagated dependencies: python-msgpack@1.1.2 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-debtcollector 3.0.0
Propagated dependencies: python-pbr@7.0.1 python-wrapt@2.0.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: Find deprecated patterns and strategies in Python code
Description:

This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.

python-oslo-context 5.0.0
Propagated dependencies: python-debtcollector@3.0.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: Oslo context library
Description:

The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.

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-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@2.3.1 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-orange-widget-base 4.25.1
Propagated dependencies: python-anyqt@0.2.1 python-matplotlib@3.10.8 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.

ots 0.5.0
Dependencies: glib@2.86.0 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.

hatch 1.16.4
Dependencies: python-backports-zstd@1.2.0 python-click@8.3.1 python-hatchling@1.27.0 python-httpx@0.28.1 python-hyperlink@21.0.0 python-keyring@25.7.0 python-packaging@25.0 python-pexpect@4.9.0 python-platformdirs@4.3.6 python-pyproject-hooks@1.2.0 python-rich@14.3.3 python-shellingham@1.5.4 python-tomli-w@1.2.0 python-tomlkit@0.13.3 python-userpath@1.9.2 python-virtualenv@20.35.4 uv@0.10.12
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://hatch.pypa.io/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Python project management
Description:

Hatch is a modern, extensible Python project manager.

Features

  • Standardized build system with reproducible builds by default

  • Robust environment management with support for custom scripts

  • Configurable Python distribution management

  • Easy publishing to PyPI or other indexes

  • Version management

  • Configurable project generation with sane defaults

  • Responsive CLI, ~2-3x faster than equivalent tools

flatpak 1.16.6
Dependencies: appstream@1.0.5 appstream-glib@0.8.3 bash-minimal@5.2.37 bubblewrap@0.11.0 curl@8.6.0 fuse@3.18.1 gsettings-desktop-schemas@48.0 gdk-pixbuf@2.44.4 libcap@2.64 libostree@2025.1 libsoup-minimal@2.74.3 libxml2@2.14.6 p11-kit@0.25.5 polkit@121 util-linux@2.40.4 wayland@1.24.0 xdg-dbus-proxy@0.1.5 zstd@1.5.6
Propagated dependencies: glib-networking@2.80.1 gnupg@2.4.8 gsettings-desktop-schemas@48.0 librsvg@2.58.5 curl@8.6.0 dconf@0.40.0 gpgme@1.24.1 json-glib@1.10.0 libarchive@3.7.7 libseccomp@2.6.0 libxau@1.0.12
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://flatpak.org
Licenses: LGPL 2.1+
Build system: meson
Synopsis: System for building, distributing, and running sandboxed desktop applications
Description:

Flatpak is a system for building, distributing, and running sandboxed desktop applications on GNU/Linux.

python-gyp 0.0.0-2.1615ec3
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://gyp.gsrc.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: GYP is a Meta-Build system
Description:

GYP builds build systems for large, cross platform applications. It can be used to generate XCode projects, Visual Studio projects, Ninja build files, and Makefiles.

toys 0.1.2
Dependencies: guile-json@4.7.3 guile-readline@3.0.9 guile-sqlite3@0.1.3 guix@1.5.0-4.2ef8ed9
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://toys.whereis.social/
Licenses: GPL 3+
Build system: guile
Synopsis: Search engine for Guix channels
Description:

Toys is a search engine for collecting and displaying Guix channel data found across the internet. Toys provides a command-line interface for interacting with the application.

python-libmambapy 2.3.2
Dependencies: libmamba@2.3.2
Propagated dependencies: fmt@11.2.0 libexpected@1.1.0 nlohmann-json@3.12.0 reproc@14.2.5 spdlog@1.15.3 yaml-cpp@0.9.0
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://github.com/mamba-org/mamba
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for libmamba
Description:

Libmambapy provides Python bindings for the libmamba library, enabling fast package management functionality in Python applications.

guix-modules 0.4.0
Channel: guix
Location: gnu/packages/package-management.scm (gnu packages package-management)
Home page: https://codeberg.org/guix-science/guix-modules
Licenses: GPL 3+
Build system: guile
Synopsis: Generate environment modules from Guix packages
Description:

Guix-Modules is an extension of Guix that provides a new guix module command. The guix module create sub-command creates environment modules, allowing you to manipulate software environments with the module command commonly found on HPC clusters.

Total packages: 73977