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

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.


python-setuptools-bootstrap 80.9.0
Dependencies: python-wrapper@3.11.14
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Build system: gnu
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python-jaraco-context 6.0.1
Propagated dependencies: python-backports-tarfile@1.2.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/jaraco/jaraco.context
Licenses: Expat
Build system: pyproject
Synopsis: Context managers Python library
Description:

This Python library provides context managers-related procedures.

python-virtualenv-bootstrap 20.29.1
Propagated dependencies: python-distlib@0.3.7 python-filelock-bootstrap@3.16.1 python-platformdirs-bootstrap@4.3.6
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://virtualenv.pypa.io/
Licenses: Expat
Build system: pyproject
Synopsis: Virtual Python environment builder
Description:

Virtualenv is a tool to create isolated Python environments.

python-toml 0.10.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/uiri/toml
Licenses: Expat
Build system: pyproject
Synopsis: Library for TOML
Description:

toml is a library for parsing and creating Tom's Obvious, Minimal Language (TOML) configuration files.

python-jaraco-envs-bootstrap 2.6.0
Propagated dependencies: python-path@17.1.0 python-virtualenv-bootstrap@20.29.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/jaraco/jaraco.envs
Licenses: Expat
Build system: pyproject
Synopsis: Classes for orchestrating Python (virtual) environments
Description:

This package provides classes for orchestrating Python (virtual) environments.

python-pytest-bootstrap 9.0.2
Propagated dependencies: python-iniconfig@2.1.0 python-packaging-bootstrap@25.0 python-pluggy@1.6.0 python-pygments-bootstrap@2.19.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://docs.pytest.org/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Python testing library
Description:

Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.

python-more-itertools 10.6.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/erikrose/more-itertools
Licenses: Expat
Build system: pyproject
Synopsis: More routines for operating on iterables, beyond itertools
Description:

Python's built-in itertools module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. more-itertools includes additional building blocks for working with iterables.

python-jaraco-collections 5.2.1
Propagated dependencies: python-jaraco-text@4.0.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/jaraco/jaraco.collections
Licenses: Expat
Build system: pyproject
Synopsis: Provides various collection objects
Description:

This package provides models and classes to supplement the standard library collections module. Examples include

  • RangeMap: A mapping that accepts a range of values for keys.

  • Projection: A subset over an existing mapping.

  • KeyTransformingDict: Generalized mapping with keys transformed by a function.

  • FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.

  • BijectiveMap: A map where keys map to values and values back to their keys.

  • ItemsAsAttributes: A mapping mix-in exposing items as attributes.

  • IdentityOverrideMap: A map whose keys map by default to themselves unless overridden.

  • FrozenDict: A hashable, immutable map.

  • Enumeration: An object whose keys are enumerated.

  • Everything: A container that contains all things.

  • Least, Greatest: Objects that are always less than or greater than any other.

  • pop_all: Return all items from the mutable sequence and remove them from that sequence.

  • DictStack: A stack of dicts, great for sharing scopes.

  • WeightedLookup: A specialized RangeMap for selecting an item by weights.

python-pathspec 0.12.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/cpburnz/python-pathspec
Licenses: MPL 2.0
Build system: pyproject
Synopsis: Utility library for gitignore style pattern matching of file paths
Description:

This package provides a utility library for gitignore style pattern matching of file paths.

python-pygments-bootstrap 2.19.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pygments.org/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Syntax highlighting
Description:

Pygments is a syntax highlighting package written in Python.

python-hatch-requirements-txt 0.4.1
Propagated dependencies: python-hatchling@1.27.0 python-packaging-bootstrap@25.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/repo-helper/hatch-requirements-txt
Licenses: Expat
Build system: pyproject
Synopsis: Hatchling plugin to read requirements.txt
Description:

This package implements a functionality to read project dependencies from requirements.txt.

python-pbr 7.0.1
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://docs.openstack.org/pbr/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Enhance the default behavior of Python’s setuptools
Description:

Python Build Reasonableness (PBR) is a library that injects some useful and sensible default behaviors into your setuptools run. It will set versions, process requirements files and generate AUTHORS and ChangeLog file from git information.

python-distlib 0.3.7
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/distlib
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Distribution utilities
Description:

Distlib is a library which implements low-level functions that relate to packaging and distribution of Python software. It is intended to be used as the basis for third-party packaging tools.

python-editables 0.5
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pfmoore/editables
Licenses: Expat
Build system: pyproject
Synopsis: Editable installations
Description:

This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in ``editable mode''. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall.

python-pip 25.1.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pip.pypa.io/
Licenses: Expat
Build system: pyproject
Synopsis: Package manager for Python software
Description:

Pip is a package manager for Python software, that finds packages on the Python Package Index (PyPI).

python-setuptools-scm-bootstrap 8.3.1
Propagated dependencies: python-setuptools-bootstrap@80.9.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/setuptools_scm/
Licenses: Expat
Build system: pyproject
Synopsis: Manage Python package versions in SCM metadata
Description:

Setuptools_scm handles managing your Python package versions in software configuration management (SCM) metadata instead of declaring them as the version argument or in a SCM managed file.

python-hatch-vcs-bootstrap 0.5.0
Propagated dependencies: python-hatchling-bootstrap@1.27.0 python-setuptools-scm-bootstrap@8.3.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/ofek/hatch-vcs
Licenses: Expat
Build system: pyproject
Synopsis: Hatch plugin for versioning with your preferred VCS
Description:

This package is a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions.

python-testpath 0.6.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/jupyter/testpath
Licenses: Expat
Build system: pyproject
Synopsis: Test utilities for code working with files and commands
Description:

Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the file system, and tools for mocking system commands and recording calls to those.

python-exceptiongroup 1.3.0
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/agronholm/exceptiongroup
Licenses: Expat
Build system: pyproject
Synopsis: PEP 654 backport from Python 3.11
Description:

This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11.

python-iniconfig 2.1.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/RonnyPfannschmidt/iniconfig
Licenses: Expat
Build system: pyproject
Synopsis: Simple INI-file parser
Description:

The iniconfig package provides a small and simple INI-file parser module having a unique set of features ; iniconfig

  • maintains the order of sections and entries ;

  • supports multi-line values with or without line-continuations ;

  • supports "#" comments everywhere ;

  • raises errors with proper line-numbers ;

  • raises an error when two sections have the same name.

python-setuptools-scm 9.2.2
Propagated dependencies: python-packaging-bootstrap@25.0 python-setuptools-bootstrap@80.9.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/setuptools_scm/
Licenses: Expat
Build system: pyproject
Synopsis: Manage Python package versions in SCM metadata
Description:

Setuptools_scm handles managing your Python package versions in software configuration management (SCM) metadata instead of declaring them as the version argument or in a SCM managed file.

python-poetry-core 2.1.3
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python-poetry/poetry-core
Licenses: Expat
Build system: pyproject
Synopsis: Poetry PEP 517 build back-end
Description:

The poetry-core module provides a PEP 517 build back-end implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.

python-pdm-backend 2.4.5
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pdm-backend.fming.dev/
Licenses: Expat
Build system: pyproject
Synopsis: PEP 517 build backend for PDM
Description:

PDM-Backend is a build backend that supports the latest packaging standards, which includes PEP 517, PEP 621 and PEP 660.

python-assay 0.0.0-0.74617d7
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/brandon-rhodes/assay
Licenses: Expat
Build system: pyproject
Synopsis: Python testing framework
Description:

This package provides opiniotated Python test framework prototype.

Total packages: 70999