_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-diff-cover 9.2.0
Propagated dependencies: python-chardet@5.2.0 python-jinja2@3.1.2 python-pluggy@1.6.0 python-pygments@2.19.1 python-setuptools@80.9.0 python-tomli@2.2.1
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.

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-setuptools 80.9.0
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.1
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 6.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopeevent.readthedocs.io/en/latest/
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.2.1 python-six@1.17.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-pre-commit 3.7.1
Propagated dependencies: python-cfgv@3.4.0 python-identify@2.6.14 python-nodeenv@1.8.0 python-pyyaml@6.0.2 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-etelemetry 0.3.1
Propagated dependencies: python-ci-info@0.2.0 python-packaging@25.0 python-requests@2.32.5
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-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-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-capstone-6 6.0.0-Alpha5
Propagated dependencies: capstone-6@6.0.0-Alpha5
Channel: cast
Location: cast/packages/pwndbg.scm (cast packages pwndbg)
Home page: https://github.com/capstone-engine/capstone
Licenses: Modified BSD
Synopsis: Lightweight multi-platform, multi-architecture disassembly framework
Description:

Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone can disassemble machine code for many supported architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore. It provides bindings for Python, Java, OCaml and more.

python-pypa-build 0.9.0
Propagated dependencies: python-packaging-bootstrap@25.0 python-pep517-bootstrap@0.13.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.13.0
Propagated dependencies: python-black@25.1.0 python-docstring-to-markdown@0.15 python-importlib-metadata@8.7.0 python-jedi@0.19.2 python-lsp-jsonrpc@1.1.2 python-pluggy@1.6.0 python-pycodestyle@2.12.1 python-pydocstyle@6.3.0 python-ujson@5.10.0 python-whatthepatch@1.0.7 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 5.3.0
Propagated dependencies: python-filelock@3.16.1 python-idna@3.10 python-requests@2.32.5 python-requests-file@1.5.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
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.4 python-pandas@2.2.3 python-psutil@7.0.0 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-matplotlib 3.8.2
Dependencies: cairo@1.18.4 freetype@2.13.3 glib@2.83.3 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python-contourpy@1.3.2 python-cycler@0.12.1 python-dateutil@2.9.0 python-fonttools-minimal@4.59.2 python-importlib-resources@6.5.2 python-kiwisolver@1.4.6 python-numpy@1.26.4 python-packaging@25.0 python-pillow@11.1.0 python-pyparsing@3.2.3 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.11 python-sip@6.12.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.

python-lambda-4dn 0.12.3
Dependencies: python@3.11.11
Propagated dependencies: python-boto3@1.40.61 python-botocore@1.40.61 python-docutils@0.21.2 python-pip@25.1.1 python-virtualenv@20.29.1
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/4dn-dcic/python-lambda
Licenses: ISC Expat
Synopsis: Toolkit for developing and deploying Python code in AWS Lambda
Description:

This is a toolset for developing and deploying serverless Python code in AWS Lambda. This is a fork of Nick Ficano's Python-lambda package. It is frozen for the needs of projects at the 4D Nucleome Data Coordination and Integration Center (4DN-DCIC).

python-geoip2fast 1.2.1
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/rabuchaim/geoip2fast
Licenses: Expat
Synopsis: Fast GeoIP2 country/city/asn lookup library
Description:

GeoIP2Fast is a fast GeoIP2 country/city/asn lookup library that supports IPv4 and IPv6. A search takes less than 0.00003 seconds. It has its own data file updated twice a week with Maxmind-Geolite2-CSV, supports IPv4/IPv6 and is pure Python.

python-rich-click 1.8.9
Propagated dependencies: python-click@8.1.8 python-rich@13.7.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ewels/rich-click
Licenses: Expat
Synopsis: Format click help output nicely with rich
Description:

Click is a "Python package for creating beautiful command line interfaces". Rich is a "Python library for rich text and beautiful formatting in the terminal". The intention of rich-click is to provide attractive help output from click, formatted with rich, with minimal customization required.

python2-pyparsing 2.4.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pyparsing/pyparsing
Licenses: Expat
Synopsis: Python parsing class library
Description:

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

python-hypothesis 6.135.26
Propagated dependencies: python-attrs-bootstrap@25.3.0 python-exceptiongroup@1.3.0 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://hypothesis.works/
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

Total results: 4036