_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-wsgi-intercept 1.13.1
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/cdent/wsgi-intercept
Licenses: Expat
Synopsis: Puts a WSGI application in place of a real URI for testing
Description:

Wsgi_intercept installs a WSGI application in place of a real URI for testing. Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application importable by your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app.

python-fenics-dijitso 2019.1.0
Dependencies: openmpi@4.1.6 python-numpy@1.26.2
Propagated dependencies: python-mpi4py@3.1.4
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://bitbucket.org/fenics-project/dijitso/
Licenses: LGPL 3+
Synopsis: Distributed just-in-time building of shared libraries
Description:

Dijitso provides a core component of the FEniCS framework, namely the just-in-time compilation of C++ code that is generated from Python modules. It is called from within a C++ library, using ctypes to import the dynamic shared library directly.

As long as the compiled code can provide a simple factory function to a class implementing a predefined C++ interface, there is no limit to the complexity of that interface. Parallel support depends on the mpi4py interface.

python-beautifultable 1.0.0
Propagated dependencies: python-wcwidth@0.2.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pri22296/beautifultable
Licenses: Expat
Synopsis: Print ASCII tables for terminals
Description:

python-beautifultable provides a class for easily printing tabular data in a visually appealing ASCII format to a terminal.

Features include, but are not limited to:

  • Full customization of the look and feel of the table

  • Row and column accessors.

  • Full support for colors using ANSI sequences or any library.

  • Plenty of predefined styles and option to create custom ones.

  • Support for Unicode characters.

  • Supports streaming table when data is slow to retrieve.

python-trio-websocket 0.11.1
Propagated dependencies: python-async-generator@1.10 python-trio@0.28.0 python-wsproto@1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/HyperionGray/trio-websocket
Licenses: Expat
Synopsis: WebSocket library for Trio
Description:

This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework.

python-fast-histogram 0.14
Propagated dependencies: python-numpy@1.26.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/astrofrog/fast-histogram
Licenses: Modified BSD
Synopsis: Fast simple 1D and 2D histograms
Description:

The fast-histogram mini-package aims to provide simple and fast histogram functions for regular bins that don't compromise on performance. It doesn't do anything complicated - it just implements a simple histogram algorithm in C and keeps it simple. The aim is to have functions that are fast but also robust and reliable. The result is a 1D histogram function here that is 7-15x faster than numpy.histogram, and a 2D histogram function that is 20-25x faster than numpy.histogram2d.

python-dolfin-adjoint 2019.1.0
Dependencies: fenics@2019.1.0.post0 openmpi@4.1.6 pybind11@2.13.6
Propagated dependencies: python-scipy@1.12.0
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://www.dolfin-adjoint.org
Licenses: LGPL 3
Synopsis: Automatic differentiation library
Description:

python-dolfin-adjoint is a solver of differential equations associated with a governing system and a functional of interest. Working from the forward model the solver automatically derives the discrete adjoint and tangent linear models. These additional models are key ingredients in many algorithms such as data assimilation, optimal control, sensitivity analysis, design optimisation and error estimation. The dolfin-adjoint project provides the necessary tools and data structures for cases where the forward model is implemented in fenics or firedrake.

python-django-sekizai 4.1.0
Propagated dependencies: python-django@4.2.16 python-django-classy-tags@4.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/divio/django-sekizai
Licenses: Modified BSD
Synopsis: Template blocks for Django projects
Description:

Sekizai means blocks in Japanese, and that is what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javascript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.

python-zope.annotation 4.7.0
Propagated dependencies: python-setuptools@67.6.1 python-zope.component@5.0.1 python-zope.interface@5.4.0 python-zope.location@4.2 python-zope.proxy@4.5.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.annotation
Licenses: Zope Public License 2.1
Synopsis: Object annotation mechanism
Description:

Object annotation mechanism

emacs-python-docstring 20231203.2036
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/glyph/python-docstring-mode
Licenses:
Synopsis: Smart Python docstring formatting
Description:

Documentation at https://melpa.org/#/python-docstring

python-astropy-healpix 1.1.2
Propagated dependencies: python-astropy@7.0.1 python-numpy@1.26.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/astropy-healpix
Licenses: Modified BSD
Synopsis: HEALPix for Astropy
Description:

This package provides HEALPix to the Astropy project.

python-email-validator 2.2.0
Propagated dependencies: python-dnspython@2.7.0 python-idna@3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/JoshData/python-email-validator
Licenses: CC0
Synopsis: Email address validation library for Python
Description:

This library validates email address syntax and deliverability.

python-trytond-country 6.2.1
Propagated dependencies: python-pycountry@20.7.3 trytond@7.4.4
Channel: guix
Location: gnu/packages/tryton.scm (gnu packages tryton)
Home page: http://www.tryton.org/
Licenses: GPL 3+
Synopsis: Tryton module with countries
Description:

This package provides a Tryton module with countries.

python-zope-testrunner 5.2
Propagated dependencies: python-six@1.16.0 python-zope-exceptions@4.6 python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.testrunner/
Licenses: Zope Public License 2.1
Synopsis: Zope testrunner script
Description:

Zope.testrunner provides a script for running Python tests.

python-click-threading 0.5.0
Propagated dependencies: python-click@8.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/click-contrib/click-threading
Licenses: Expat
Synopsis: Utilities for multithreading in Click
Description:

This package provides utilities for multithreading in Click applications.

emacs-python-view-data 20230508.543
Propagated dependencies: emacs-csv-mode@1.27
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ShuguangSun/python-view-data
Licenses:
Synopsis: View data in python
Description:

Documentation at https://melpa.org/#/python-view-data

python-typeshed-client 2.3.0
Propagated dependencies: python-importlib-resources@5.12.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/JelleZijlstra/typeshed_client
Licenses: Expat
Synopsis: Library for accessing stubs in typeshed
Description:

This package provides a library for accessing stubs in typeshed.

python-sphinx-basic-ng 1.0.0b2
Propagated dependencies: python-sphinx@6.2.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/pradyunsg/sphinx-basic-ng
Licenses: Expat
Synopsis: Modernised skeleton for Sphinx themes
Description:

This package provides a modern skeleton for Sphinx themes.

python-confluent-kafka 1.8.2
Dependencies: librdkafka@1.6.0
Propagated dependencies: python2-enum34@1.1.8 python2-futures@3.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/confluentinc/confluent-kafka-python
Licenses: ASL 2.0
Synopsis: Confluent's Python client for Apache Kafka
Description:

This package provides Confluent's Python client for Apache Kafka.

python-setuptools-lint 0.6.0
Propagated dependencies: python-tomli@2.1.0 python-pylint@3.3.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/johnnoone/setuptools-pylint
Licenses: Modified BSD
Synopsis: Run pylint with @command{python setup.py lint}
Description:

This package expose pylint as a lint command into setup.py.

python-django-q-sentry 0.1.6
Propagated dependencies: python-sentry-sdk@1.5.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-q.readthedocs.org
Licenses: Expat
Synopsis: Sentry support plugin for Django Q
Description:

This package provides a Sentry support plugin for Django Q.

python-lightning-cloud 0.5.70
Propagated dependencies: python-boto3@1.35.59 python-click@8.1.7 python-fastapi@0.115.6 python-multipart@0.0.20 python-protobuf@3.20.3 python-pyjwt@2.6.0 python-requests@2.31.0 python-rich@13.7.1 python-six@1.16.0 python-urllib3@2.2.1 python-uvicorn@0.34.0 python-websocket-client@1.8.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://lightning.ai
Licenses: ASL 2.0
Synopsis: Lightning Cloud command line client
Description:

This package provides a command line interface for Lightning AI services.

python-rangehttpserver 1.4.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/danvk/RangeHTTPServer
Licenses: ASL 2.0
Synopsis: SimpleHTTPServer with support for range requests
Description:

This tool provides a simple HTTP server with support for Range requests.

python-term-background 1.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://github.com/rocky/shell-term-background
Licenses: GPL 2+
Synopsis: Determine if shell has a light or dark background
Description:

This package determines if shell has a light or dark background.

Total results: 3782