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.
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-hacking is a set of flake8 plugins that test and enforce the OpenStack style guidelines.
This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
Tempest-lib is a functional testing library for OpenStack. It provides common features used in Tempest.
OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence.
Orange is a component-based, graphical framework for machine learning, data analysis, data mining and data visualization.
Orange Widget Base provides a base widget component for a interactive GUI based workflow. It is primarily used in the Orange framework.
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.
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.
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.
Conda is a cross-platform, Python-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python.
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.
The Guix Build Coordinator helps with performing lots of builds across potentially many machines, and with doing something with the results and outputs of those builds.
This package just includes the agent component.
The Nar Herder is a utility for managing a collection of nars (normalized archives, in the context of Guix) along with the corresponding narinfo files which contain some signed metadata.
It can assist in serving a collection of nars, moving them between machines, or mirroring an existing collection of nars.
It's currently a working prototype, many designed features aren't implemented, and the error handling is very rough.
The conda-libmamba-solver package provides a fast solver backend for Conda based on the libmamba library. It significantly speeds up dependency resolution compared to the classic solver.
The SVG files in this directory are intended to be used as backgrounds for different components of the GNU system like login managers and desktop environments. The backgrounds are available in different aspect ratios which are indicated in the file name.
Flatpak is a system for building, distributing, and running sandboxed desktop applications on GNU/Linux.
fpm is a command to convert directories, RPMs, Python eggs, Ruby gems, and more to RPMs, debs, Solaris packages and more.
The Guix Workflow Language (GWL) provides an extension to GNU Guix's declarative language for package management to automate the execution of programs in scientific workflows. The GWL can use process engines to integrate with various computing environments.
libostree is both a shared library and suite of command line tools that combines a "git-like" model for committing and downloading bootable file system trees, along with a layer for deploying them and managing the boot loader configuration.
Meta Package Manager (mpm) is a Command Line Interface that wraps multiple GNU/Linux package managers behind a unified interface. It can list, search, install, upgrade, and remove packages across all detected managers simultaneously. Output formats include tables, JSON, and CSV.
The BFFE of Build Farm Front-end is an experimental frontend for Guix build farms. It works together with the Guix Data Service and Guix Build Coordinator to submit builds and monitor the activity.
It functions as a Guile library, with the run-bffe-service procedure in the (bffe) module as the entry point.
The Guix Build Coordinator helps with performing lots of builds across potentially many machines, and with doing something with the results and outputs of those builds.
pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to JavaScript's npx, and Trisquel's apt.