_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-minimal-wrapper 3.11.14
Dependencies: bash@5.2.37
Propagated dependencies: python-minimal@3.11.14
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Build system: trivial
Synopsis: Wrapper for the Python 3 commands
Description:

This package provides wrappers for the commands of Python 3.x such that they can also be invoked under their usual names---e.g., python instead of python3 or pip instead of pip3.

To function properly, this package should not be installed together with the python package: this package uses the python package as a propagated input, so installing this package already makes both the versioned and the unversioned commands available.

python-jax-with-cuda11 0.4.28
Propagated dependencies: python-importlib-metadata@8.7.0 python-jaxlib-with-cuda11@0.4.28 python-ml-dtypes@0.5.3 python-numpy@1.26.4 python-opt-einsum@3.3.0 python-scipy@1.12.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/machine-learning.scm (guix-science-nonfree packages machine-learning)
Home page: https://github.com/google/jax
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Differentiate, compile, and transform Numpy code
Description:

JAX is Autograd and XLA, brought together for high-performance numerical computing, including large-scale machine learning research. With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order.

python-inline-snapshot 0.29.1
Propagated dependencies: python-asttokens@3.0.0 python-executing@2.2.0 python-rich@13.7.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/15r10nk/inline-snapshot/
Licenses: Expat
Build system: pyproject
Synopsis: Golden master/snapshot/approval testing library
Description:

This package can be used for different things:

  1. golden master/approval/snapshot testing. The idea is that you have a function with a currently unknown result and you want to write a tests, which ensures that the result does not change during refactoring.

  2. Compare things which are complex like lists with lot of numbers or complex data structures.

  3. Things which might change during the development like error messages.

inline-snapshot automates the process of recording, storing and updating the value you want to compare with. The value is converted with repr() and stored in the source file as argument of the snapshot() function.

python-psycopg2-binary 2.9.10
Dependencies: postgresql@14.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://psycopg.org/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: PostgreSQL database adapter for Python
Description:

Psycopg is a PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a large number of concurrent INSERTs or UPDATEs.

Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being both efficient and secure. It features client-side and server-side cursors, asynchronous communication and notifications, COPY TO/COPY FROM support. Many Python types are supported out-of-the-box and adapted to matching PostgreSQL data types; adaptation can be extended and customized thanks to a flexible objects adaptation system.

Psycopg 2 is both Unicode and Python 3 friendly.

python-httpx-bootstrap 0.28.1
Propagated dependencies: python-anyio@4.6.2 python-certifi@2025.06.15 python-httpcore-bootstrap@1.0.9 python-idna@3.10 python-brotli@1.0.9 python-h2@4.1.0 python-socksio@1.0.0 python-zstandard@0.23.0 python-sniffio@1.3.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://www.python-httpx.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: HTTP client for Python
Description:

HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.

HTTPX builds on the well-established usability of requests, and gives you:

  • A broadly requests-compatible API.

  • Standard synchronous interface, but with async support if you need it.

  • HTTP/1.1 and HTTP/2 support.

  • Ability to make requests directly to WSGI applications or ASGI applications.

  • Strict timeouts everywhere.

  • Fully type annotated.

  • 99% test coverage.

Plus all the standard features of requests:

  • International Domains and URLs

  • Keep-Alive & Connection Pooling

  • Sessions with Cookie Persistence

  • Browser-style SSL Verification

  • Basic/Digest Authentication

  • Elegant Key/Value Cookies

  • Automatic Decompression

  • Automatic Content Decoding

  • Unicode Response Bodies

  • Multipart File Uploads

  • HTTP(S) Proxy Support

  • Connection Timeouts

  • Streaming Downloads

  • .netrc Support

  • Chunked Requests

python-zope.contenttype 4.5.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.contenttype
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope contenttype
Description:

Zope contenttype.

python-zope.deprecation 4.4.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.deprecation
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope Deprecation Infrastructure
Description:

Zope Deprecation Infrastructure

python-types-simplejson 3.19.0.20241221
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Typing stubs for simplejson
Description:

Typing stubs for simplejson.

python-types-setuptools 65.6.0.2
Propagated dependencies: python-types-docutils@0.22.2.20251006
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/python/typeshed
Licenses:
Build system: python
Synopsis: Typing stubs for setuptools
Description:

Typing stubs for setuptools

python-types-setuptools 57.4.12
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for setuptools
Description:

Typing stubs for setuptools.

python-types-setuptools 80.9.0.20250529
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Typing stubs for setuptools
Description:

This package provides typing stubs for setuptools.

python-asyncio-throttle 1.0.2
Channel: noisytoot
Location: noisytoot/packages/python.scm (noisytoot packages python)
Home page: https://github.com/hallazzang/asyncio-throttle
Licenses: Expat
Build system: pyproject
Synopsis: Simple, easy-to-use throttler for asyncio
Description:

Simple, easy-to-use throttler for asyncio

python-virtualenv-clone 0.5.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/edwardgeorge/virtualenv-clone
Licenses: Expat
Build system: pyproject
Synopsis: Clone a non-relocatable virtualenv cleanly
Description:

Clone non-relocatable virtualenvs without breaking site-packages.

python-django-stubs-ext 0.4.0
Propagated dependencies: python-django@5.2.8 python-typing-extensions@4.15.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/typeddjango/django-stubs
Licenses: Expat
Build system: python
Synopsis: Monkey-patching and extensions for django-stubs
Description:

Monkey-patching and extensions for django-stubs

python-cassandra-driver 3.25.0
Propagated dependencies: python-geomet@0.2.1 python-six@1.17.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/datastax/python-driver
Licenses: ASL 2.0
Build system: python
Synopsis: DataStax Driver for Apache Cassandra
Description:

This package provides DataStax Driver for Apache Cassandra.

python-mathics-pygments 1.0.4
Propagated dependencies: python-mathics-scanner@1.4.1 python-pygments@2.19.1
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: http://github.com/Mathics3/mathics-pygments/
Licenses: Expat
Build system: pyproject
Synopsis: Wolfram language lexer for Pygments
Description:

This package provides a Wolfram language lexer for Pygments.

python-pep517-bootstrap 0.13.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/pep517
Licenses: Expat
Build system: pyproject
Synopsis: Wrappers to build Python packages using PEP 517 hooks
Description:

Wrappers to build Python packages using PEP 517 hooks.

python-flask-sqlalchemy 3.1.1
Propagated dependencies: python-flask@3.1.0 python-sqlalchemy@2.0.36
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mitsuhiko/flask-sqlalchemy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Module adding SQLAlchemy support to your Flask application
Description:

This package adds SQLAlchemy support to your Flask application.

python-pyserial-asyncio 0.6
Propagated dependencies: python-pyserial@3.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pyserial/pyserial-asyncio
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pyserial asynchronous I/O extension
Description:

This package extends Pyserial with asynchronous I/O support.

python-sphinx-rtd-theme 3.0.2
Propagated dependencies: python-docutils@0.21.2 python-sphinx@7.4.7 python-sphinxcontrib-jquery@4.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/snide/sphinx_rtd_theme/
Licenses: Expat
Build system: pyproject
Synopsis: ReadTheDocs.org theme for Sphinx
Description:

A theme for Sphinx used by ReadTheDocs.org.

python-mpl-sphinx-theme 3.5.0
Propagated dependencies: python-pydata-sphinx-theme@0.7.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/matplotlib/mpl-sphinx-theme
Licenses: Modified BSD
Build system: pyproject
Synopsis: Matplotlib theme for Sphinx
Description:

This package provides a Matplotlib theme for Sphinx.

python-pybase16-builder 0.2.8
Propagated dependencies: python-aiofiles@24.1.0 python-pystache@0.6.8 python-pyyaml@6.0.2
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: https://github.com/InspectorMustache/pybase16-builder
Licenses: Expat
Build system: python
Synopsis: A base16 colorscheme builder for Python
Description:

This package provides a base16 colorscheme builder for Python

python-types-deprecated 1.2.5
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for Deprecated
Description:

Collection of library stubs for Python, with static types.

python-types-markupsafe 1.1.10
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for MarkupSafe
Description:

Collection of library stubs for Python, with static types.

Total results: 4157