Enter the query into the form above.
API method:
GET /api/symbols?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.
Given METADATA, a Wheel metadata file, return a list of lists of requirements.
Refer to the documentation of PARSE-REQUIRES.TXT for a description of the returned value.
Try different project name substitution until the result is found in pypi-uri. Downcase is required for "uWSGI", and underscores are required for flake8-array-spacing.
Given a Python PACKAGE built from pypi.org, return the name of the package on PyPI.
Given REQUIRES.TXT, a path to a Setuptools requires.txt file, return a list of lists of requirements.
The first list contains the required dependencies while the second the optional test dependencies. Note that currently, optional, non-test dependencies are omitted since these can be difficult or expensive to satisfy.
Given a specification SPEC, return the requirement name.
Find the metadata for NAME in the TeX Live database and return the associated Guix package, or #f on failure. Fetch metadata for a specific version whenever VERSION keyword is specified. Otherwise, grab package latest release. When DATABASE is provided, fetch metadata from there, ignoring VERSION.
Convert STR, an SPDX license identifier (possibly with a postfix + operator), to a symbol like 'license:gpl3+ giving the prefixed name of a license object exported from (guix licenses). Return #f if STR does not match any known SPDX license identifiers. Per the SPDX specification, license identifiers are compared case-insensitively.
Factorize URI, a package tarball URI as a string, such that any occurrences of the string VERSION is replaced by the symbol 'version.
Find VERSION amongst VERSIONS. When VERSION is not provided, return the latest version. When PARTIAL? is #t, VERSION is treated as a version prefix; e.g. finding version "0.1" may return "0.1.8" if it is the newest "0.1" prefixed version found in VERSIONS. Return #f when VERSION could not be found.
Read lines from PORT and return them as a list.
Same as MAYBE-INPUTS, but for propagated inputs.
If APPEND-VERSION?/STRING is #t, append the package's major+minor version. If it is the symbol 'full, append the package's complete version. If APPEND-VERSION?/string is a string, append this string.