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

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-pgpy 0.6.0
Propagated dependencies: python-cryptography@44.0.0 python-pyasn1@0.6.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/SecurityInnovation/PGPy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python implementation of OpenPGP
Description:

Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats.

It can create and verify RSA, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH.

python-keyrings-alt 5.0.2
Propagated dependencies: python-jaraco-classes@3.4.0 python-jaraco-context@6.0.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/jaraco/keyrings.alt
Licenses: Expat
Build system: pyproject
Synopsis: Alternate keyring implementations
Description:

Keyrings in this package may have security risks or other implications. These backends were extracted from the main keyring project to make them available for those who wish to employ them, but are discouraged for general production use. Include this module and use its backends at your own risk.

python-keyring 23.9.3
Propagated dependencies: python-jaraco-classes@3.4.0 python-secretstorage@3.3.3
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/jaraco/keyring
Licenses: X11
Build system: pyproject
Synopsis: Store and access your passwords safely
Description:

The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage.

python-zxcvbn 4.5.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/dwolfhub/zxcvbn-python
Licenses: Expat
Build system: pyproject
Synopsis: Realistic password strength estimator Python library
Description:

This is a Python implementation of the zxcvbn library created at Dropbox. The original library, written for JavaScript, can be found here. This port includes features such as:

  1. Accepts user data to be added to the dictionaries that are tested against (name, birthdate, etc.)

  2. Gives a score to the password, from 0 (terrible) to 4 (great).

  3. Provides feedback on the password and ways to improve it.

  4. Returns time estimates on how long it would take to guess the password in different situations.

python-pivy 0.6.8
Dependencies: python-wrapper@3.11.14 qtbase@5.15.17 libxi@1.8.2 libice@1.1.2 glew@2.2.0 coin3d@4.0.2
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/coin3d/pivy
Licenses: ISC
Build system: python
Synopsis: Python bindings to Coin3D
Description:

Pivy provides python bindings for Coin, a 3D graphics library with an Application Programming Interface based on the Open Inventor 2.1 API.

python-asynckivy 0.8.1
Propagated dependencies: python-kivy@2.3.1 python-asyncgui@0.8.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/asyncgui/asynckivy
Licenses: Expat
Build system: pyproject
Synopsis: Async library for Kivy
Description:

This package provides async versions of Kivy functions to avoid the callback-heavy mode of interaction typical in some Kivy applications.

python-pyopengl 3.1.9
Dependencies: freeglut@3.4.0 glu@9.0.2 mesa@25.2.3
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://pyopengl.sourceforge.net
Licenses: Modified BSD
Build system: pyproject
Synopsis: Standard OpenGL bindings for Python
Description:

PyOpenGL is the most common cross platform Python binding to OpenGL and related APIs. The binding is created using the standard ctypes library.

python-qtawesome 1.4.0
Propagated dependencies: python-qtpy@2.4.3 python-pyqt@5.15.11
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/spyder-ide/qtawesome
Licenses: Expat
Build system: pyproject
Synopsis: FontAwesome icons in PyQt and PySide applications
Description:

FontAwesome icons in PyQt and PySide applications.

python-pyglet 2.0.18
Dependencies: ffmpeg@8.0 fontconfig-minimal@2.16.0 freeglut@3.4.0 freetype@2.13.3 gdk-pixbuf@2.44.4 glibc@2.41 glu@9.0.2 gtk+@3.24.51 libx11@1.8.12 libxext@1.3.6 libxinerama@1.1.5 libxxf86vm@1.1.6 mesa@25.2.3 openal@1.23.1 pulseaudio@16.1
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/pyglet/pyglet
Licenses: Modified BSD
Build system: pyproject
Synopsis: Windowing and multimedia library
Description:

Pyglet is a Python library for developing games and other visually-rich applications. It supports windowing, user interface event handling, Joysticks, OpenGL graphics, loading images and videos, playing sounds and music.

python-pysdl2 0.9.17
Dependencies: sdl2@2.30.8 sdl2-image@2.8.8 sdl2-gfx@1.0.4 sdl2-mixer@2.6.3 sdl2-ttf@2.20.2
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/py-sdl/py-sdl2
Licenses: CC0
Build system: pyproject
Synopsis: Python bindings around the SDL2 game development library
Description:

PySDL2 is a pure Python wrapper around the SDL2,SDL2_mixer, SDL2_image, SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C code, it uses the built-in ctypes module to interface with SDL2, and provides simple Python classes and wrappers for common SDL2 functionality.

python-vispy 0.14.3
Dependencies: fontconfig-minimal@2.16.0 mesa@25.2.3
Propagated dependencies: python-freetype-py@2.5.1 python-hsluv@5.0.4 python-kiwisolver@1.4.6 python-meshio@5.3.5 python-numpy@2.3.1 python-packaging@25.0 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: http://vispy.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Interactive scientific visualization in Python
Description:

VisPy is a high-performance interactive 2D/3D data visualization library leveraging the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.

python-kivy 2.3.1
Dependencies: gstreamer@1.26.3 mesa@25.2.3 sdl-union@1.2.68
Propagated dependencies: python-docutils@0.21.2 python-filetype@1.2.0 python-kivy-garden@0.1.5 python-pygments@2.19.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://kivy.org
Licenses: Expat
Build system: pyproject
Synopsis: Multitouch application framework
Description:

Kivy is a software library for rapid development of hardware-accelerated multitouch applications.

python-pyglet 1.5.30
Dependencies: ffmpeg@8.0 fontconfig-minimal@2.16.0 freeglut@3.4.0 freetype@2.13.3 gdk-pixbuf@2.44.4 glibc@2.41 glu@9.0.2 gtk+@3.24.51 libx11@1.8.12 libxext@1.3.6 libxinerama@1.1.5 libxxf86vm@1.1.6 mesa@25.2.3 openal@1.23.1 pulseaudio@16.1
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/pyglet/pyglet
Licenses: Modified BSD
Build system: pyproject
Synopsis: Windowing and multimedia library
Description:

Pyglet is a Python library for developing games and other visually-rich applications. It supports windowing, user interface event handling, Joysticks, OpenGL graphics, loading images and videos, playing sounds and music.

python-asyncgui 0.8.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/asyncgui/asyncgui
Licenses: Expat
Build system: pyproject
Synopsis: Enables async/await without an event loop
Description:

This package provides support for async/await applications without requiring an event loop, useful for creative responsive GUIs.

python-pyopengl-accelerate 3.1.10
Dependencies: freeglut@3.4.0 glu@9.0.2 mesa@25.2.3
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://pyopengl.sourceforge.net
Licenses: Modified BSD
Build system: pyproject
Synopsis: Acceleration code for PyOpenGL
Description:

This is the Cython-coded accelerator module for PyOpenGL.

python-glfw 2.8.0
Dependencies: glfw@3.3.10
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/FlorianRhiem/pyGLFW
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for GLFW
Description:

This package provides Python bindings for GLFW OpenGL application development library.

python-py3exiv2 0.12.0
Dependencies: exiv2@0.28.7
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://www.py3exiv2.tuxfamily.org/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python binding to the exiv2 library
Description:

This package provides a Python binding to the library https://exiv2.org/, exiv2 - cross-platform C++ library and a command line utility to manage image metadata.

python-glcontext 3.0.0-2.f2875ab
Dependencies: libx11@1.8.12 mesa@25.2.3
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/moderngl/glcontext
Licenses: Expat
Build system: pyproject
Synopsis: Portable OpenGL Context for ModernGL
Description:

Python-glcontext is a library providing an OpenGL implementation for ModernGL on multiple platforms.

python-kivymd 1.1.1
Propagated dependencies: python-kivy@2.3.1 python-pillow@11.1.0 python-pygments@2.19.1 python-kivy-garden@0.1.5
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/kivymd/KivyMD
Licenses: Expat
Build system: pyproject
Synopsis: Material Design compliant widgets for use with Kivy
Description:

This package provides Kivy widgets that approximate Google's Material Design spec without sacrificing ease of use or application performance.

python-distributed 2025.11.0
Propagated dependencies: python-click@8.1.8 python-cloudpickle@3.1.0 python-dask@2025.11.0 python-jinja2@3.1.2 python-locket@1.0.0 python-msgpack@1.1.2 python-packaging@25.0 python-psutil@7.0.0 python-pyyaml@6.0.2 python-sortedcontainers@2.4.0 python-tblib@3.1.0 python-toolz@1.0.0 python-tornado@6.4.2 python-urllib3@2.5.0 python-zict@3.0.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://distributed.dask.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Distributed scheduler for Dask
Description:

Dask.distributed is a lightweight library for distributed computing in Python. It extends both the concurrent.futures and dask APIs to moderate sized clusters.

python-pods 0.1.17
Propagated dependencies: python-pandas@2.3.3 python-pyyaml@6.0.2 python-scipy@1.16.3 python-tables@3.10.2-0.aad9079
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/lawrennd/ods
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python software for Open Data Science
Description:

This package provides utilities and tools for open data science including tools for accessing data sets in Python.

python-deepdish 0.3.7-0.3f2dff7
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.16.3 python-six@1.17.0 python-tables@3.10.2-0.aad9079
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/uchicago-cs/deepdish
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for HDF5 file saving and loading
Description:

Deepdish is a Python library to load and save HDF5 files. The primary feature of deepdish is its ability to save and load all kinds of data as HDF5. It can save any Python data structure, offering the same ease of use as pickling or numpy.save, but with the language interoperability offered by HDF5.

python-vector 1.8.0
Propagated dependencies: python-numpy@2.3.1 python-packaging@25.0 python-awkward@2.8.5 python-numba@0.62.1 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/vector
Licenses: Modified BSD
Build system: pyproject
Synopsis: Arrays of 2D, 3D, and Lorentz vectors
Description:

Vector is a Python library for 2D and 3D spatial vectors, as well as 4D space-time vectors. It is especially intended for performing geometric calculations on arrays of vectors, rather than one vector at a time in a Python for loop.

python-osqp 1.0.5
Propagated dependencies: python-jinja2@3.1.2 python-joblib@1.5.2 python-numpy@2.3.1 python-scipy@1.16.3 python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://osqp.org/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OSQP: operator splitting QP solver
Description:

The OSQP (Operator Splitting Quadratic Program) solver is a numerical optimization package.

Total packages: 70999