_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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-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-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-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-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-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.

python-biothings-client 0.2.6
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biothings/biothings_client.py
Licenses: Modified BSD
Build system: python
Synopsis: Python client for BioThings API services
Description:

This package provides a Python client for BioThings API services.

python-django-auth-ldap 4.8.0
Propagated dependencies: python-django@5.2.8 python-ldap@3.4.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-auth-ldap/django-auth-ldap
Licenses: FreeBSD
Build system: pyproject
Synopsis: Django LDAP authentication backend
Description:

This package provides an LDAP authentication backend for Django.

Total results: 4234