_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-cell2cell 0.7.4
Propagated dependencies: python-gseapy@1.0.4 python-kneed@0.8.5 python-matplotlib@3.8.2 python-networkx@3.4.2 python-numpy@1.26.4 python-openpyxl@3.1.5 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-seaborn@0.13.2 python-statsmodels@0.14.4 python-scanpy@1.11.2 python-seaborn@0.13.2 python-tensorly@0.9.0 python-tqdm@4.67.1 python-umap-learn@0.5.9 python-xlrd@2.0.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/earmingol/cell2cell
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for cell communication analysis
Description:

Cell2cell is a Python library for cell communication analysis. This is a method to calculate, visualize and analyze communication between cell types. Cell2cell is suitable for single-cell RNA sequencing (scRNA-seq) data.

python-scanorama 1.7.4
Propagated dependencies: python-annoy@1.17.3 python-fbpca@1.0 python-geosketch@1.2 python-intervaltree@3.1.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/brianhie/scanorama
Licenses: Expat
Build system: pyproject
Synopsis: Panoramic stitching of heterogeneous single cell transcriptomic data
Description:

Scanorama enables batch-correction and integration of heterogeneous scRNA-seq datasets, which is described in the paper "Efficient integration of heterogeneous single-cell transcriptomes using Scanorama" by Brian Hie, Bryan Bryson, and Bonnie Berger.

python-webassets 3.0.0
Propagated dependencies: python-pyyaml@6.0.2 python-zope-dottedname@7.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miracle2k/webassets
Licenses: FreeBSD
Build system: pyproject
Synopsis: Media asset management
Description:

This package provides utilities to merge, minify and compress Javascript and CSS files,supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. It also supports URL rewriting in CSS files.

python-cysignals 1.12.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sagemath/cysignals
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Handling of interrupts and signals for Cython
Description:

The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code, using two related approaches, for mixed Cython/Python code or external C libraries and pure Cython code, respectively.

python-django-q2 1.7.6
Propagated dependencies: python-blessed@1.20.0 python-boto3@1.40.61 python-croniter@5.0.1 python-django@5.2.8 python-django-picklefield@3.3.0 python-django-q-rollbar@0.1.3 python-django-q-sentry@0.1.6 python-django-redis@5.4.0 python-hiredis@3.1.0 python-importlib-metadata@8.7.0 python-iron-mq@0.9-0.e6ff76a python-psutil@7.0.0 python-pymongo@4.14.0 python-redis@5.2.0 python-setproctitle@1.3.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-q2.readthedocs.org
Licenses: Expat
Build system: pyproject
Synopsis: Multiprocessing distributed task queue for Django
Description:

This package provides a multiprocessing distributed task queue for Django. Django Q2 is a fork of Django Q with the new updated version of Django Q, dependencies updates, docs updates and several bug fixes.

python-pyvisa-py 0.7.2
Propagated dependencies: python-pyvisa@1.14.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://pyvisa-py.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Backend for PyVISA
Description:

PyVISA-py is a backend for PyVISA that implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) using Python and some well developed, easy to deploy and cross platform libraries.

python-relatorio 0.11.1
Propagated dependencies: python-genshi@0.7.7 python-lxml@6.0.1 python-magic@0.4.27
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://relatorio.tryton.org/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Templating library able to output ODT and PDF files
Description:

Relatorio is a templating library which provides a way to easily output ODT, ODS, PNG, SVG and several other kinds of files. Support for more filetypes can be easily added by creating plugins for them.

python2-coverage 5.0.3
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://nedbatchelder.com/code/coverage
Licenses: Modified BSD
Build system: python
Synopsis: Code coverage measurement for Python
Description:

Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

python-django-rq 3.0.0
Propagated dependencies: python-django@5.2.8 python-redis@5.2.0 python-rq@2.3.1 python-pyaml@25.7.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/ui/django-rq
Licenses: Expat
Build system: pyproject
Synopsis: Django integration with RQ
Description:

Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.

python-crosshair 0.0.86
Propagated dependencies: python-importlib-metadata@8.7.0 python-packaging@25.0 python-typeshed-client@2.8.2 python-typing-inspect@0.9.0 python-typing-extensions@4.15.0 z3@4.13.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://crosshair.readthedocs.io
Licenses: ASL 2.0 Expat Python Software Foundation License
Build system: pyproject
Synopsis: Analysis tool for Python using symbolic execution
Description:

crosshair is an analysis tool for Python that works by repeatedly calling your functions with symbolic inputs. It uses an SMT solver explore viable execution paths and find counterexamples for you.

python-asn1tools 0.167.0
Propagated dependencies: python-bitstruct@8.21.0 python-diskcache@5.6.3 python-prompt-toolkit@3.0.51 python-pyparsing@3.2.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eerimoq/asn1tools
Licenses: Expat
Build system: pyproject
Synopsis: ASN.1 parsing, encoding and decoding
Description:

This package provides ASN.1 parsing, encoding and decoding for Python, including constraints checking. It supports several codecs (e.g. BER, PER, UPER, XER) as well as limited C source code generating for OER and UPER.

python-vendetect 0.0.3
Propagated dependencies: python-copydetect@0.5.0 python-rich@13.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/trailofbits/vendetect
Licenses: AGPL 3+
Build system: pyproject
Synopsis: Detect vendored and copy-pasted code
Description:

Vendetect helps identify copied or vendored code between repositories, making it easier to detect when code has been copied with or without attribution. It uses similarity detection algorithms to compare code files and highlight matching sections.

python-ratelimit 2.2.1
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://github.com/tomasbasham/ratelimit
Licenses: Expat
Build system: pyproject
Synopsis: API rate limit decorator
Description:

This package introduces a function decorator preventing a function from being called more often than that allowed by the API provider. This should prevent API providers from banning your applications by conforming to their rate limits.

python-pycparser 2.22
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eliben/pycparser
Licenses: Modified BSD
Build system: pyproject
Synopsis: C parser in Python
Description:

Pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.

python-episcanpy 0.4.0
Propagated dependencies: python-anndata@0.11.4 python-bamnostic@1.1.8 python-h5py@3.13.0 python-intervaltree@3.1.0 python-joblib@1.5.2 python-kneed@0.8.5 python-legacy-api-wrap@1.4.1 python-matplotlib@3.8.2 python-natsort@8.4.0 python-networkx@3.4.2 python-numba@0.61.0 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-scanpy@1.11.2 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-seaborn@0.13.2 python-statsmodels@0.14.4 python-tqdm@4.67.1 python-pysam@0.23.0 python-tbb@2021.6.0 python-umap-learn@0.5.9
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/colomemaria/epiScanpy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tool for epigenomics single cell analysis
Description:

EpiScanpy is a toolkit to analyse single-cell open chromatin (scATAC-seq) and single-cell DNA methylation (for example scBS-seq) data. EpiScanpy is the epigenomic extension of the very popular scRNA-seq analysis tool Scanpy (Genome Biology, 2018).

python-mediafile 0.13.0
Propagated dependencies: python-mutagen@1.47.0 python-filetype@1.2.0
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://github.com/beetbox/mediafile
Licenses: Expat
Build system: pyproject
Synopsis: Read and write audio file tags
Description:

MediaFile is a simple interface to the metadata tags for many audio file formats. It wraps Mutagen, a high-quality library for low-level tag manipulation, with a high-level, format-independent interface for a common set of tags.

python-cssselect 1.2.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/scrapy/cssselect
Licenses: Modified BSD
Build system: pyproject
Synopsis: CSS3 selector parser and translator to XPath 1.0
Description:

Cssselect ia a Python module that parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.

python-aspectlib 1.5.2
Propagated dependencies: python-fields@5.0.0-0.cb473d1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ionelmc/python-aspectlib
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python monkey-patching and decorators
Description:

This package provides an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.

python-pdf2image 1.17.0
Dependencies: poppler@22.09.0
Propagated dependencies: python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Belval/pdf2image
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper around @command{pdftoppm} and @command{pdftocairo}
Description:

This package provides a Python API wrapping the pdftoppm and pdftocairo command line tools. It can convert PDF files to a Python list with elements of type PIL.Image (from the python-pillow library).

python-titlecase 2.4.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ppannuto/python-titlecase
Licenses: Expat
Build system: pyproject
Synopsis: Capitalize strings similar to book titles
Description:

Python-Titlecase is a Python port of John Gruber's titlecase.pl. It capitalizes (predominantly English) strings in a way that is similar to book titles, using the New York Times Manual of Style to leave certain words lowercase.

python-dlmanager 0.1.1
Propagated dependencies: python-requests@2.32.5 python-six@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/parkouss/dlmanager
Licenses: GPL 3+
Build system: python
Synopsis: Download manager library
Description:

Dlmanager is a download manager library. It can download files in background and in parallel, and cancel downloads. It stores downloads in a given directory, avoiding re-downloading files and limits the size of this directory, removing oldest files.

python-reproject 0.14.1
Dependencies: python-asdf@5.1.0 python-gwcs@0.26.0 python-pyvo@1.8 python-shapely@2.1.1 python-sunpy-minimal@7.0.3
Propagated dependencies: python-astropy@7.1.1 python-astropy-healpix@1.1.2 python-cloudpickle@3.1.0 python-dask@2024.12.1 python-fsspec@2025.9.0 python-numpy@1.26.4 python-scipy@1.12.0 python-zarr@2.18.7
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://reproject.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Astronomical image reprojection in Python
Description:

This package provides a functionality to reproject astronomical images using various techniques via a uniform interface, where reprojection is the re-gridding of images from one world coordinate system to another e.g. changing the pixel resolution, orientation, coordinate system.

python-pyvistaqt 0.11.3
Propagated dependencies: python-pyvista@0.44.2 python-qtpy@2.4.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pyvista/pyvistaqt
Licenses: Expat
Build system: pyproject
Synopsis: Qt support for PyVista
Description:

pyvistaqt is a helper module for pyvista to enable you to plot using Qt by placing a vtk-widget into a background renderer. This can be quite useful when you desire to update your plot in real-time.

python-configobj 5.0.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/DiffSK/configobj
Licenses: Modified BSD
Build system: pyproject
Synopsis: Config file reading, writing and validation
Description:

ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer’s interface and a simple syntax for config files.

Page: 19495969798177
Total packages: 4235