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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.
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.
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.
Reno is a tool for storing release notes in a git repository and building documentation from them.
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.
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.
This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
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.
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.
Orange Widget Base provides a base widget component for a interactive GUI based workflow. It is primarily used in the Orange framework.
Orange is a component-based, graphical framework for machine learning, data analysis, data mining and data visualization.
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.
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 is a portable version of the OpenBSD's yacc program, with no dependencies besides libc.
This package contains GNU Guix icons organized according to the Icon Theme Specification. They can be used by applications querying the GTK icon cache for instance.
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.
The libgcab library provides GObject functions to read, write, and modify Microsoft cabinet (.CAB) files.
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 Guix Xsearch extension is a new implementation of Guix search sped up by using a Xapian cache.
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.
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.
msitools is a collection of command-line tools to inspect, extract, build, and sign Windows Installer (.MSI) files. It aims to be a solution for packaging and deployment of cross-compiled Windows applications.
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.