_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-zodbpickle 3.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/zopefoundation/zodbpickle
Licenses: Python Software Foundation License Zope Public License 2.1
Synopsis: Uniform pickling interface for @code{zodb}
Description:

This package is a fork of the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork adds support for the noload operations used by zodb.

python-tinyrecord 0.2.0
Propagated dependencies: python-tinydb@4.8.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/eugene-eeo/tinyrecord
Licenses: Expat
Synopsis: Transaction support for TinyDB
Description:

python-tinyrecord is a library which implements atomic transaction support for the TinyDB NoSQL database. It uses a record-first then execute architecture which allows us to minimize the time that we are within a thread lock

python-etelemetry 0.3.1
Propagated dependencies: python-requests@2.31.0 python-packaging@24.2 python-ci-info@0.2.0
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://github.com/sensein/etelemetry-client
Licenses: ASL 2.0
Synopsis: Lightweight python client to communicate with the etelemetry server
Description:

The etelemetry Python client facilitates communication with the etelemetry server, providing version information and checking for critical bugs in projects. The client allows you to retrieve project details and compare versions to identify and warn about problematic versions.

python-schwimmbad 0.4.2
Propagated dependencies: python-dill@0.3.9 python-joblib@1.4.2 python-mpi4py@3.1.4 python-multiprocess@0.70.17
Channel: guix
Location: gnu/packages/parallel.scm (gnu packages parallel)
Home page: https://github.com/adrn/schwimmbad
Licenses: Expat
Synopsis: Common interface for parallel processing pools
Description:

schwimmbad provides a uniform interface to parallel processing pools and enables switching easily between local development (e.g., serial processing or with multiprocessing) and deployment on a cluster or supercomputer (via, e.g., MPI or JobLib).

python-diff-cover 9.2.0
Propagated dependencies: python-chardet@5.2.0 python-jinja2@3.1.2 python-pluggy@1.5.0 python-pygments@2.15.1 python-setuptools@67.6.1 python-tomli@2.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Bachmann1234/diff-cover
Licenses: ASL 2.0
Synopsis: Run coverage and linting reports on diffs
Description:

Automatically find diff lines that need test coverage. It also finds diff lines that have violations (according to tools such as pycodestyle, pyflakes, flake8, or pylint). This is used as a code quality metric during code reviews.

python2-pycparser 2.21
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eliben/pycparser
Licenses: Modified BSD
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-setuptools 79.0.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python-setuptools 67.6.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python-allpairspy 2.5.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/thombashi/allpairspy
Licenses: Expat
Synopsis: Pairwise test combinations generator
Description:

This is a Python library for test combinations generator. The generator allows one to create a set of tests using pairwise combinations method, reducing a number of combinations of variables into a lesser set that covers most situations.

python-zope-event 4.4
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.event/
Licenses: Zope Public License 2.1
Synopsis: Event publishing system for Python
Description:

Zope.event provides an event publishing API, intended for use by applications which are unaware of any subscribers to their events. It is a simple event-dispatching system on which more sophisticated event dispatching systems can be built.

python-validators 0.34.0
Propagated dependencies: python-decorator@5.0.9 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kvesteri/validators
Licenses: Expat
Synopsis: Data validation library
Description:

This package contains validators for different things such as email addresses, IP addresses, URLs, hashes and more. It has been designed to be easy to use and not require defining a schema or form just to validate some input.

python-setuptools 39.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python-pre-commit 3.7.1
Propagated dependencies: python-cfgv@3.4.0 python-identify@2.5.36 python-nodeenv@1.8.0 python-pyyaml@6.0.1 python-virtualenv@20.29.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://pre-commit.com/
Licenses: Expat
Synopsis: Framework for managing and maintaining pre-commit hooks
Description:

Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit.

python-scanpy-git 1.4.6-1.590d423
Propagated dependencies: python-anndata@0.11.1 python-dask@2024.4.2 python-h5py@3.13.0 python-igraph@0.11.8 python-joblib@1.4.2 python-legacy-api-wrap@1.4.1 python-louvain@0.16 python-matplotlib@3.8.2 python-natsort@7.1.1 python-networkx@3.4.2 python-numba@0.61.0 python-packaging@24.2 python-pandas@2.2.3 python-patsy@1.0.1 python-scikit-learn@1.6.1 python-scipy@1.12.0 python-setuptools@67.6.1 python-seaborn@0.13.1 python-session-info@1.0.0 python-sinfo@0.3.4 python-statsmodels@0.14.0 python-tables@3.10.1 python-pytoml@0.1.21 python-tqdm@4.67.1 python-umap-learn@0.5.8
Channel: gn-bioinformatics
Location: gn/packages/bioinformatics.scm (gn packages bioinformatics)
Home page: https://github.com/theislab/scanpy
Licenses: Modified BSD
Synopsis: Single-Cell Analysis in Python
Description:

Scanpy is a scalable toolkit for analyzing single-cell gene expression data. It includes preprocessing, visualization, clustering, pseudotime and trajectory inference and differential expression testing. The Python-based implementation efficiently deals with datasets of more than one million cells.

python-websockets 12.0
Channel: yewscion
Location: cdr255/fixes.scm (cdr255 fixes)
Home page: https://github.com/aaugustin/websockets
Licenses: Modified BSD
Synopsis: Python implementation of the WebSocket Protocol (RFC 6455 & 7692)
Description:

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.

Built on top of asyncio, Python's standard asynchronous I/O framework, it provides an elegant coroutine-based API.

python-websockets 13.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/aaugustin/websockets
Licenses: Modified BSD
Synopsis: Python implementation of the WebSocket Protocol (RFC 6455 & 7692)
Description:

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.

Built on top of asyncio, Python's standard asynchronous I/O framework, it provides an elegant coroutine-based API.

python-pypa-build 0.7.0
Propagated dependencies: python-packaging-bootstrap@24.2 python-pep517-bootstrap@0.9.1 python-toml@0.10.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypa-build.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Simple Python PEP 517 package builder
Description:

The build command invokes the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management. It aims to keep dependencies to a minimum, in order to make bootstrapping easier.

python-lsp-server 1.12.0
Propagated dependencies: python-docstring-to-markdown@0.15 python-importlib-metadata@5.2.0 python-jedi@0.19.2 python-lsp-jsonrpc@1.1.2 python-pluggy@1.5.0 python-pycodestyle@2.12.1 python-pydocstyle@6.3.0 python-ujson@5.10.0 python-whatthepatch@1.0.5 python-yapf@0.43.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-lsp/python-lsp-server
Licenses: Expat
Synopsis: Python implementation of the Language Server Protocol
Description:

The Python Language Server pylsp is an implementation of the Python 3 language specification for the Language Server Protocol (LSP). This tool is used in text editing environments to provide a complete and integrated feature-set for programming Python effectively.

python-tldextract 3.3.0
Propagated dependencies: python-filelock@3.16.1 python-idna@3.3 python-requests@2.31.0 python-requests-file@1.5.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/john-kurkowski/tldextract
Licenses: Modified BSD
Synopsis: Separate the TLD from the registered domain and subdomains of a URL
Description:

TLDExtract accurately separates the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. It can optionally support the Public Suffix List's private domains as well.

python-palettable 3.3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://jiffyclub.github.io/palettable/
Licenses: Expat
Synopsis: Color palettes for Python
Description:

Palettable (formerly brewer2mpl) is a library of color palettes for Python. It’s written in pure Python with no dependencies, but it can supply color maps for matplotlib. You can use Palettable to customize matplotlib plots or supply colors for a web application.

python-pysnptools 0.5.14
Propagated dependencies: python-bed-reader@1.0.6 python-cloudpickle@3.1.0 python-h5py@3.13.0 python-more-itertools@10.6.0 python-numpy@1.26.2 python-pandas@2.2.3 python-psutil@5.9.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://microsoftgenomics.github.io/PySnpTools/
Licenses: ASL 2.0
Synopsis: Library for reading and manipulating genetic data
Description:

PySnpTools is a library for reading and manipulating genetic data. It can, for example, efficiently read whole PLINK *.bed/bim/fam files or parts of those files. It can also efficiently manipulate ranges of integers using set operators such as union, intersection, and difference.

python-nosexcover 1.0.11
Propagated dependencies: python-coverage@7.6.8 python-nose@1.3.7
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/cmheisel/nose-xcover
Licenses: Expat
Synopsis: Extends nose.plugins.cover to add Cobertura-style XML reports
Description:

Nose-xcover is a companion to the built-in nose.plugins.cover. This plugin will write out an XML coverage report to a file named coverage.xml.

It will honor all the options you pass to the Nose coverage plugin, especially -cover-package.

python-matplotlib 3.8.2
Dependencies: cairo@1.18.2 freetype@2.13.0 glib@2.82.1 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python-contourpy@1.1.1 python-cycler@0.10.0 python-dateutil@2.8.2 python-fonttools-minimal@4.39.3 python-importlib-resources@5.12.0 python-kiwisolver@1.4.6 python-numpy@1.26.2 python-packaging@24.2 python-pillow@11.1.0 python-pyparsing@3.2.1 python@3.11.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python-qscintilla 2.13.4
Dependencies: python-pyqt@5.15.10 python-sip@6.10.0 qscintilla@2.13.4
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.co.uk/software/qscintilla/intro
Licenses: GPL 3+
Synopsis: Qt port of the Scintilla C++ editor control
Description:

QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips.

This package provides the Python bindings.

Total results: 3816