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.
csvdiff is a diff tool to compute changes between two CSV files. It can compare CSV files with a million records in under 2 seconds. It is specifically suited for comparing CSV files dumped from database tables. GNU Diff is orders of magnitude faster for comparing line by line. csvdiff supports
Selective comparison of fields in a row
Specifying group of columns as primary-key to uniquely identify a row
Ignoring columns
Several output formats including colored git style output or JSON for post-processing
UTF8-CPP is a C++ library for handling UTF-8 encoded text in a portable way.
This package implements the functionality to generate text, XML, JSON, and HTML output using a common set of function calls. The caller decides at run time which output style should be produced. Afterwards, the caller calls the function xo_emit to produce output in a format described using a format string.
aha (Ansi Html Adapter) converts ANSI escape sequences of a Unix terminal to HTML code.
Ustr is a string library for C with very low memory overhead.
odt2txt is a command-line tool which extracts the text out of OpenDocument Texts, as produced by OpenOffice.org, KOffice, StarOffice and others.
odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be useful to extract content from OpenDocument spreadsheets (*.ods) and OpenDocument presentations (*.odp).
The drm_tools package contains the following commands:
accudateAn extended version of the "date" program that has sub-second accuracy.
binformatFormat complex binary data into text.
binloadLoad data into a binary file using simple commands from the input.
binorderSort, merge, search, retrieve or generate test data consisting of fixed size binary records.
binreplaceFind or find/replace in binary files.
binsplitSplit test data consisting of fixed size binary records into one or more output streams.
chardiffFind changes between two files at the character level. Unlike "diff", it lists just the characters that differ, so if the 40,000th character is different only that one character will be shown, not the entire line.
columnaddAdd columns of integers, decimals, and/or times.
datasnifferA utility for formatting binary data dumps.
dmathDouble precision interactive command line math calculator.
extractExtract and emit data from text files based on character or token position.
execinputA utility that reads from STDIN and executes each line as a command in a sub-process.
indexed_textA utility for rapid retrieval of text by line numbers, in any order, from a text file.
mdumpFormat binary data.
msgqueueCreate message queues and send/receive messages.
mbindtmboutMultiple buffer in and out. Used for buffering a lot of data between a slow device and a fast device. Mostly for buffering streaming tape drives for use with slower network connections, so that streaming is maintained as much as possible to minimize wear on the tape device.
pockmarkCorrupt data streams - useful for testing error correction and data recovery.
tarsieveFilter, list, or split a tar file.
cobib is a command-line based bibliography management tool. It uses a plain-text database, a location-independent library, and features git integration, command-line support, and a curses-based TUI.
CityHash provides hash functions for strings. The functions mix the input bits thoroughly but are not suitable for cryptography.
RSyntaxTextArea is a syntax highlighting, code folding text component for Java Swing. It extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code.
This package transforms JSON into discrete assignments to make it easier to use line-based tools such as grep to search for what you want and see the absolute "path" to it.
This package provides the tldr command allowing users to view tldr pages from a shell. The tldr pages are a community effort to simplify the man pages with practical examples described in https://tldr.sh/.
C library for creating and parsing configuration files.
The package ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects.
This package contains a library for parsing ISO 8601 datetime strings.
Tzlocal returns a tzinfo object with the local timezone information. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several distributions that's hard or impossible to figure out.
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
tz helps you schedule things across time zones. It is an interactive TUI program that displays time across a few time zones of your choosing.
This library provides a timezone database for Python.
The main purpose of this package is to provide more complex arithmetic operations on dates/times. Heavy use is made of the relativedelta type from the dateutil library. Much of this package is just a light wrapper on top of this with some added features such as range generation and business day calculation.
The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+.
Countdown provides a fancy text display while it counts down to zero from a starting point you provide. The user can pause and resume the countdown from the text user interface.
Pendulum is a drop-in replacement for the standard datetime class, providing an alternative API. As it inherits from the standard datetime all datetime instances can be replaced by Pendulum instances.
Termdown provides a fancy text display while it counts down to zero from a starting point you provide. The user can pause and resume the countdown from the text user interface. It can also be used in stop watch mode which counts forward or for just showing the current time.