_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-regex 2022.1.18
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/mrabarnett/mrab-regex
Licenses: Python Software Foundation License
Synopsis: Alternative regular expression module
Description:

This regular expression implementation is backwards- compatible with the standard re module, but offers additional functionality like full case-folding for case-insensitive matches in Unicode.

python-pgmpy 0.1.24
Propagated dependencies: python-daft@0.1.2 python-joblib@1.4.2 python-networkx@3.4.2 python-numpy@1.24.4 python-opt-einsum@3.3.0 python-pandas@2.2.3 python-pyparsing@3.0.6 python-pytorch@2.5.1 python-scikit-learn@1.4.2 python-scipy@1.12.0 python-statsmodels@0.14.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/pgmpy/pgmpy
Licenses: Expat
Synopsis: Probabilistic Graphical Models library
Description:

This package provides a library for Probabilistic Graphical Models. It can be used for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.

python-cligj 0.7.2
Propagated dependencies: python-click@8.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mapbox/cligj
Licenses: Modified BSD
Synopsis: Click params for command line interfaces to GeoJSON
Description:

cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.

python-d2to1 0.2.12.post1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/embray/d2to1
Licenses: FreeBSD
Synopsis: Allows for distutils2-like setup.cfg files as package metadata in python
Description:

The python package d2to1 (the d is for distutils) allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script.

python-clint 0.5.1
Propagated dependencies: python-args@0.1.0-0.9460f1a
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kennethreitz/clint
Licenses: ISC
Synopsis: Command-line interface tools
Description:

Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes.

python-json5 0.9.25
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dpranke/pyjson5
Licenses: ASL 2.0
Synopsis: Python implementation of the JSON5 data format
Description:

JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures.

python-emoji 2.14.1
Propagated dependencies: python-typing-extensions@4.12.2
Channel: ngapsh
Location: pnkp/guix/packages/python-xyz.scm (pnkp guix packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-cloup 3.0.5
Propagated dependencies: python-click@8.1.7
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/janLuke/cloup
Licenses: Modified BSD
Synopsis: Extension library for python-click
Description:

Cloup — originally from "Click + option groups" — enriches Click with several features that make it more expressive and configurable: option groups, constraints, subcommand aliases, subcommands sections and a themeable HelpFormatter.

python-twine 5.1.1
Propagated dependencies: python-importlib-metadata@5.2.0 python-keyring@23.9.3 python-pkginfo@1.10.0 python-readme-renderer@41.0 python-requests@2.31.0 python-requests-toolbelt@1.0.0 python-rfc3986@1.4.0 python-rich@13.7.1 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pypa/twine
Licenses: ASL 2.0
Synopsis: Collection of utilities for interacting with PyPI
Description:

twine currently supports registering projects and uploading distributions. It authenticates the user over HTTPS, allows them to pre-sign their files and supports any packaging format (including wheels).

python-emoji 2.12.1
Propagated dependencies: python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-emoji 1.6.1
Propagated dependencies: python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-tatsu 5.13.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://tatsu.readthedocs.io/en/stable/
Licenses: FreeBSD
Synopsis: PEG/Packrat Parser generator for Python
Description:

TatSu (竜) takes a grammar in a variation of Extended Backus-Naur Form (EBNF) as input, and outputs a memoizing Parsing Expression Grammar (PEG) or Packrat parser in Python.

python-agate 1.12.0
Propagated dependencies: python-babel@2.16.0 python-isodate@0.7.2 python-leather@0.4.0 python-parsedatetime@2.6 python-pytimeparse@1.1.8 python-slugify@5.0.2 python-tzdata@2023.4
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate.rtfd.org
Licenses: Expat
Synopsis: Data analysis library
Description:

Agate is a Python data analysis library. It is an alternative to numpy and pandas that solves real-world problems with readable code. Agate was previously known as journalism.

python-pyavm 0.9.6
Propagated dependencies: python-astropy@6.1.7 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrofrog.github.io/pyavm/
Licenses: Expat
Synopsis: Simple pure-python AVM meta-data handling
Description:

PyAVM is a module to represent, read, and write metadata following the AVM standard provided by vamp project.

python-pygam 0.9.1
Propagated dependencies: python-black@24.10.0 python-flake8@7.1.1 python-ipython@8.29.0 python-numpy@1.24.4 python-pandas@2.2.3 python-poetry-core@1.9.1 python-progressbar2@4.5.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dswah/pyGAM
Licenses: ASL 2.0
Synopsis: Generalized additive models in Python
Description:

This tool is for building Generalized Additive Models in Python. It emphasizes modularity and performance. The API will be immediately familiar to anyone with experience of scikit-learn or scipy.

python-pymol 2.5.0
Dependencies: freetype@2.13.0 libpng@1.6.39 freeglut@3.4.0 glew@2.2.0 libxml2@2.9.14 mmtf-cpp@1.1.0 python-pyqt@5.15.10 glm@0.9.9.8 netcdf@4.9.0
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://pymol.org
Licenses: Modified BSD
Synopsis: Molecular visualization system
Description:

PyMOL is a capable molecular viewer and renderer. It can be used to prepare publication-quality figures, to share interactive results with your colleagues, or to generate pre-rendered animations.

python-vispy 0.14.3
Dependencies: fontconfig-minimal@2.14.0 mesa@24.3.2
Propagated dependencies: python-freetype-py@2.3.0 python-hsluv@5.0.4 python-kiwisolver@1.4.6 python-meshio@5.3.4 python-numpy@1.24.4 python-packaging@24.2 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: http://vispy.org
Licenses: Modified BSD
Synopsis: Interactive scientific visualization in Python
Description:

VisPy is a high-performance interactive 2D/3D data visualization library leveraging the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.

python-tappy 3.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/python-tap/tappy
Licenses: Modified BSD
Synopsis: Tools for Test Anything Protocol
Description:

Tappy is a set of tools for working with the Test Anything Protocol (TAP) in Python. TAP is a line based test protocol for recording test data in a standard way.

python-isort 5.13.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/PyCQA/isort
Licenses: Expat
Synopsis: Python utility/library to sort python imports
Description:

python-isort is a python utility/library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, a python library and plugins for various editors.

python-wrapt 1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/GrahamDumpleton/wrapt
Licenses: FreeBSD
Synopsis: Module for decorators, wrappers and monkey patching
Description:

The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.

python-scipy 1.14.1
Dependencies: openblas@0.3.20 pybind11@2.13.6
Propagated dependencies: python-jupytext@1.15.0 python-matplotlib@3.8.2 python-mpmath@1.2.1 python-mypy@1.13.0 python-numpy@2.2.2 python-numpydoc@1.5.0 python-pydata-sphinx-theme@0.7.2 python-pydevtool@0.3.0 python-pythran@0.17.0 python-rich-click@1.6.1 python-sphinx@6.2.1 python-threadpoolctl@3.1.0 python-typing-extensions@4.12.2
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://scipy.org/
Licenses: Modified BSD
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

python-pysam 0.20.0
Dependencies: ncurses@6.2.20210619 curl@8.6.0 zlib@1.3
Propagated dependencies: htslib@1.19
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/pysam-developers/pysam
Licenses: Expat
Synopsis: Python bindings to the SAMtools C API
Description:

Pysam is a Python module for reading and manipulating files in the SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It also includes an interface for tabix.

python-verde 1.8.0
Propagated dependencies: python-dask@2024.4.2 python-numpy@1.24.4 python-pandas@2.2.3 python-pooch@1.8.1 python-scikit-learn@1.4.2 python-scipy@1.12.0 python-xarray@2023.12.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/fatiando/verde
Licenses: Modified BSD
Synopsis: Processing and gridding spatial data, machine-learning style
Description:

Verde is a Python library for processing spatial data (topography, point clouds, bathymetry, geophysics surveys, etc) and interpolating them on a 2D surface (i.e., gridding) with a hint of machine learning.

python-scipy 1.12.0
Dependencies: openblas@0.3.20 pybind11@2.10.4
Propagated dependencies: python-jupytext@1.15.0 python-matplotlib@3.8.2 python-mpmath@1.2.1 python-mypy@1.13.0 python-numpy@1.24.4 python-numpydoc@1.5.0 python-pydata-sphinx-theme@0.7.2 python-pydevtool@0.3.0 python-pythran@0.17.0 python-rich-click@1.6.1 python-sphinx@6.2.1 python-threadpoolctl@3.1.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://scipy.org/
Licenses: Modified BSD
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

Total results: 3740