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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


package->code (package)
Channel: guix
Location: guix/import/print.scm (guix import print)
Documentation:

Return an S-expression representing the source code that produces PACKAGE when evaluated.

guix-package->pypi-name (package)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
Documentation:

Given a Python PACKAGE built from pypi.org, return the name of the package on PyPI.

%pypi-updater
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
specification->requirement-name (spec)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
Documentation:

Given a specification SPEC, return the requirement name.

pypi-recursive-import (package-name #:optional version)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
parse-requires.txt (requires.txt)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
Documentation:

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.

%pypi-base-url
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
pypi-ignored-inputs
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
find-project-url (name pypi-url)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
Documentation:

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.

mproc args
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
parse-wheel-metadata (metadata)
Channel: guix
Location: guix/import/pypi.scm (guix import pypi)
Documentation:

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.

stackage-recursive-import (package-name . args)
Channel: guix
Location: guix/import/stackage.scm (guix import stackage)
%stackage-updater
Channel: guix
Location: guix/import/stackage.scm (guix import stackage)
%stackage-url
Channel: guix
Location: guix/import/stackage.scm (guix import stackage)
mproc args
Channel: guix
Location: guix/import/stackage.scm (guix import stackage)
%test-updater
Channel: guix
Location: guix/import/test.scm (guix import test)
texlive-recursive-import (name #:key repo version)
Channel: guix
Location: guix/import/texlive.scm (guix import texlive)
%texlive-updater
Channel: guix
Location: guix/import/texlive.scm (guix import texlive)
texlive->guix-package (name #:key version database)
Channel: guix
Location: guix/import/texlive.scm (guix import texlive)
Documentation:

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.

beautify-description (description #:optional length)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Improve the package DESCRIPTION by turning a beginning sentence fragment into a proper sentence and by using two spaces between sentences, and wrap lines at LENGTH characters.

factorize-uri (uri version)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Factorize URI, a package tarball URI as a string, such that any occurrences of the string VERSION is replaced by the symbol 'version.

generate-git-source (repository version error-procedure)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Try to download a given VERSION from a REPOSITORY url twice. Call ERROR-PROCEDURE if both attempts fail.

url-fetch (url file-name)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Save the contents of URL to FILE-NAME. Return #f on failure.

package->definition (guix-package #:optional append-version?/string)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

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.

Total public symbols: 86650