_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-dj-database-url 2.3.0
Propagated dependencies: python-django@4.2.16 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/kennethreitz/dj-database-url
Licenses: Modified BSD
Synopsis: Use Database URLs in your Django Application
Description:

This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.

The dj_database_url.config method returns a Django database connection dictionary, populated with all the data specified in your URL. There is also a conn_max_age argument to easily enable Django’s connection pool.

python-socksipy-branch 1.01
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://code.google.com/archive/p/socksipy-branch/
Licenses: Modified BSD
Synopsis: Python SOCKS module
Description:

SocksiPy - A Python SOCKS client module. It provides a socket-like interface that supports connections to any TCP service through the use of a SOCKS4, SOCKS5 or HTTP proxy. The original version was developed by Dan Haim, this is a branch created by Mario Vilas to address some open issues, as the original project seems to have been abandoned circa 2007.

python-pytest-examples 0.0.10
Propagated dependencies: python-black@24.10.0 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://pypi.org/project/pytest-examples/
Licenses: Expat
Synopsis: Pytest plugin for testing examples in docstrings and markdown files
Description:

Pytest-examples provides functionality for testing Python code examples in docstrings and markdown files, with its main features being:

  • lint code examples using ruff and black

  • run code examples

  • run code examples and check print statements are inlined correctly in the code

  • It can also update code examples in place to format them and insert or update print statements

python-xarray-2025.1.2 2025.1.2
Propagated dependencies: python-numpy@1.26.2 python-packaging@24.2 python-pandas@2.2.3
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://github.com/pydata/xarray
Licenses: ASL 2.0
Synopsis: N-D labeled arrays and datasets
Description:

Xarray (formerly xray) makes working with labelled multi-dimensional arrays simple, efficient, and fun!

Xarray introduces labels in the form of dimensions, coordinates and attributes on top of raw NumPy-like arrays, which allows for a more intuitive, more concise, and less error-prone developer experience. The package includes a large and growing library of domain-agnostic functions for advanced analytics and visualization with these data structures.

python-scikit-surprise 1.1.4
Propagated dependencies: python-joblib@1.4.2 python-numpy@1.26.2 python-scikit-learn@1.6.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://surpriselib.com/
Licenses: Modified BSD
Synopsis: Recommender system library for Scikit-learn
Description:

This package provides a Python library for building and analyzing recommender systems that deal with explicit rating data. It was designed with the following purposes in mind:

  • Provide tools to handle downloaded or user-provided datasets.

  • Provide ready-to-use prediction algorithms and similarity measures.

  • Provide a base for creating custom algorithms.

  • Provide tools to evaluate, analyse and compare algorithm performance.

  • Provide documentation with precise details regarding library algorithms.

python-minimal-wrapper 3.11.11
Dependencies: bash@5.1.16
Propagated dependencies: python-minimal@3.11.11
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
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@5.2.0 python-jaxlib-with-cuda11@0.4.28 python-ml-dtypes@0.3.1 python-numpy@1.26.2 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
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.18.2
Propagated dependencies: python-asttokens@2.4.1 python-black@24.10.0 python-click@8.1.7 python-executing@2.1.0 python-mkdocs@1.3.0 python-rich@13.7.1 python-tomli@2.1.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://pypi.org/project/inline-snapshot/
Licenses: Expat
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.3
Dependencies: postgresql@14.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://psycopg.org/
Licenses: LGPL 3+
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-charset-normalizer@2.1.0 python-brotli@1.0.9 python-certifi@2022.6.15 python-chardet@5.2.0 python-httpcore-bootstrap@1.0.7 python-idna@3.3 python-rfc3986@1.4.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
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@67.6.1
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
Synopsis: Zope contenttype
Description:

Zope contenttype.

python-zope.deprecation 4.4.0
Propagated dependencies: python-setuptools@67.6.1
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
Synopsis: Zope Deprecation Infrastructure
Description:

Zope Deprecation Infrastructure

python-types-setuptools 65.6.0.2
Propagated dependencies: python-types-docutils@0.18.2
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/python/typeshed
Licenses:
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
Synopsis: Typing stubs for setuptools
Description:

Typing stubs for setuptools.

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
Synopsis: Typing stubs for simplejson
Description:

Typing stubs for simplejson.

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
Synopsis: Simple, easy-to-use throttler for asyncio
Description:

Simple, easy-to-use throttler for asyncio

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

This package provides typing stubs for setuptools.

python-django-stubs-ext 0.4.0
Propagated dependencies: python-django@4.2.16 python-typing-extensions@4.12.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/typeddjango/django-stubs
Licenses: Expat
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.16.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
Synopsis: DataStax Driver for Apache Cassandra
Description:

This package provides DataStax Driver for Apache Cassandra.

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
Synopsis: Clone a non-relocatable virtualenv cleanly
Description:

Clone non-relocatable virtualenvs without breaking site-packages.

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

This package provides a base16 colorscheme builder for Python

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
Synopsis: Typing stubs for MarkupSafe
Description:

Collection of library stubs for Python, with static types.

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
Synopsis: Typing stubs for Deprecated
Description:

Collection of library stubs for Python, with static types.

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

This package provides a Wolfram language lexer for Pygments.

Total results: 3825