_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-mox3 0.24.0
Propagated dependencies: python-fixtures@3.0.0 python-pbr@5.5.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://www.openstack.org/
Licenses: ASL 2.0
Synopsis: Mock object framework for Python
Description:

Mox3 is an unofficial port of the Google mox framework to Python 3. It was meant to be as compatible with mox as possible, but small enhancements have been made.

python-cram 0.7
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://bitheap.org/cram/
Licenses: GPL 2+
Synopsis: Simple testing framework for command line applications
Description:

Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command’s actual output.

python-rope 1.13.0
Propagated dependencies: python-pytoolconfig@1.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-rope/rope
Licenses: LGPL 3+
Synopsis: Refactoring library for Python
Description:

Rope is a refactoring library for Python. It facilitates the renaming, moving and extracting of attributes, functions, modules, fields and parameters in Python source code. These refactorings can also be applied to occurrences in strings and comments.

python-rpy2 3.5.17
Dependencies: icu4c@73.1 libdeflate@1.19 pcre@8.45 python-numpy@1.26.2 readline@8.1.2 r-minimal@4.5.0 r-survival@3.8-3 r-ggplot2@3.5.2 r-rsqlite@2.3.11 r-dplyr@1.1.4 r-dbplyr@2.5.0 zlib@1.3
Propagated dependencies: python-cffi@1.17.1 python-six@1.16.0 python-jinja2@3.1.2 python-numpy@1.26.2 python-pandas@2.2.3 python-pytz@2023.3.post1 python-ipython@8.29.0 python-tzlocal@5.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://rpy2.github.io
Licenses: MPL 2.0 GPL 2+ LGPL 2.1+
Synopsis: Python interface to the R language
Description:

rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.

python-dlib 19.24.6
Dependencies: ffmpeg@6.1.1 giflib@5.2.1 libjpeg-turbo@2.1.4 libjxl@0.10.4 libpng@1.6.39 libwebp@1.3.2 libx11@1.8.10 openblas@0.3.29 zlib@1.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: http://dlib.net
Licenses: Boost 1.0
Synopsis: Toolkit for making machine learning and data analysis applications in C++
Description:

Dlib is a modern C++ toolkit containing machine learning algorithms and tools. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments.

python-apsw 3.46.0.0
Dependencies: sqlite@3.46.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/rogerbinns/apsw/
Licenses: Zlib
Synopsis: Another Python SQLite Wrapper
Description:

APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python.

python-onnx 1.17.0
Dependencies: protobuf@3.21.9
Propagated dependencies: python-numpy@1.26.2 python-protobuf@3.20.3 python-six@1.16.0 python-tabulate@0.9.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://onnx.ai/
Licenses: Expat
Synopsis: Open Neural Network Exchange
Description:

ONNX is a format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types.

python-hiro 1.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://hiro.readthedocs.io/
Licenses: Expat
Synopsis: Time manipulation utilities for testing in Python
Description:

Hiro provides context managers and utilities to either freeze, accelerate or decelerate and jump between different points in time. Functions exposed by the standard library’s time, datetime and date modules are patched within the contexts exposed.

python-tdda 2.2.17
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://www.stochasticsolutions.com
Licenses: Expat
Synopsis: Test-driven data analysis library for Python
Description:

The TDDA Python module provides command-line and Python API support for the overall process of data analysis, through tools that perform reference testing, constraint discovery for data, automatic inference of regular expressions from text data and automatic test generation.

python-trio 0.28.0
Propagated dependencies: python-attrs@24.2.0 python-cffi@1.17.1 python-exceptiongroup@1.1.1 python-idna@3.3 python-outcome@1.2.0 python-sniffio@1.3.1 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-trio/trio
Licenses: Expat ASL 2.0
Synopsis: Friendly Python library for async concurrency and I/O
Description:

Trio strives to be a production-quality, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.

python-cppy 1.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nucleic/cppy
Licenses: Modified BSD
Synopsis: C++ header library for Python extension modules
Description:

This package is a small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.

python-jwst 1.18.1
Propagated dependencies: opencv@4.11.0 python-asdf@4.2.0 python-asdf-astropy@0.8.0 python-astropy@7.0.1 python-bayesicfitting@3.2.3 python-crds@12.1.10 python-drizzle@2.0.1 python-gwcs@0.24.0 python-importlib-metadata@5.2.0 python-jsonschema@4.23.0 python-numpy@1.26.2 python-packaging@24.2 python-photutils@2.2.0 python-poppy@1.1.2 python-pyparsing@3.2.1 python-requests@2.31.0 python-scikit-image@0.23.2 python-scipy@1.12.0 python-spherical-geometry@1.3.3 python-stcal@1.13.0 python-stdatamodels@3.1.0 python-stpipe@0.9.0 python-stsci-imagestats@1.8.3 python-synphot@1.5.0 python-tweakwcs@0.8.11 python-wiimatch@0.3.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://jwst-pipeline.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Science observations from the James Webb Space Telescope
Description:

This package provides an access to the JWST Science Calibration Pipeline processes data from all JWST instruments and observing modes by applying various science corrections sequentially, producing both fully-calibrated individual exposures and high-level data products (mosaics, extracted spectra, etc.).

python-drms 0.9.0
Propagated dependencies: python-numpy@1.26.2 python-packaging@24.2 python-pandas@2.2.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://sunpy.org
Licenses: FreeBSD
Synopsis: Access astronomical HMI, AIA and MDI data with Python
Description:

DRMS module provides an easy-to-use interface for accessing HMI, AIA and MDI data with Python. It uses the publicly accessible JSOC (http://jsoc.stanford.edu/) DRMS server by default, but can also be used with local NetDRMS sites.

python-xsge 2021.10.11
Propagated dependencies: python-sge@2.0.2
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://python-sge.github.io/
Licenses: LGPL 3+
Synopsis: Extensions for the SGE Game Engine
Description:

xSGE is a collection of modules that make doing certain tasks with the SGE Game Engine easier. In addition to SGE's conveniences, the user has access to a GUI toolkit, lighting and physics frameworks and Tiled TMX format support.

python-pgpy 0.6.0
Propagated dependencies: python-cryptography@44.0.0 python-pyasn1@0.4.8
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/SecurityInnovation/PGPy
Licenses: Modified BSD
Synopsis: Python implementation of OpenPGP
Description:

Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats.

It can create and verify RSA, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH.

python-jose 3.3.0
Propagated dependencies: python-cryptography@44.0.0 python-ecdsa@0.19.0 python-rsa@3.4.2 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mpdavis/python-jose
Licenses: Expat
Synopsis: JOSE implementation in Python
Description:

The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms.

python-lark 1.2.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/lark-parser/lark
Licenses: Expat
Synopsis: Multi-language parser for Python
Description:

Lark is a parser built with a focus on ergonomics, performance and resilience. Lark can parse all context-free languages. That means it is capable of parsing almost any programming language out there, and to some degree most natural languages too.

python-face 20.1.1
Propagated dependencies: python-boltons@23.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mahmoud/face
Licenses: Modified BSD
Synopsis: CLI parsing and dispatching microframework
Description:

python-face is a Pythonic microframework for building command-line applications.

  • First-class subcommand support

  • Powerful middleware architecture

  • Separate parser layer

  • Built-in flagfile support

  • Handy testing utilities

  • Themeable help display

python-unyt 3.0.3
Propagated dependencies: python-h5py@3.13.0 python-matplotlib@3.8.2 python-numpy@1.26.2 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://unyt.readthedocs.io
Licenses: Modified BSD
Synopsis: Library for working with data that has physical units
Description:

unyt is a Python library working with data that has physical units. It defines the unyt.array.unyt_array and unyt.array.unyt_quantity classes (subclasses of NumPy’s ndarray class) for handling arrays and scalars with units,respectively

python-ppft 1.6.6.1
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/ppft/
Licenses: Modified BSD
Synopsis: Fork of Parallel Python
Description:

This package is a fork of Parallel Python. The Parallel Python module (pp) provides an easy and efficient way to create parallel-enabled applications for symmetric multiprocessing (SMP) computers and clusters. It features cross-platform portability and dynamic load balancing.

python-poyo 0.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hackebrot/poyo
Licenses: Expat
Synopsis: Lightweight YAML Parser for Python
Description:

This package provides a lightweight YAML Parser for Python. It supports only a chosen subset of the YAML format that is required to parse cookiecutter user configuration files. It does not have support for serializing into YAML and is not compatible with JSON.

python-dipy 1.11.0
Propagated dependencies: python-h5py@3.13.0 python-nibabel@5.3.2 python-numpy@1.26.2 python-packaging@24.2 python-scipy@1.12.0 python-tqdm@4.67.1 python-trx@0.3
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://dipy.org
Licenses: Modified BSD
Synopsis: Diffusion MRI Imaging in Python
Description:

DIPY is the paragon 3D/4D+ medical imaging library in Python. It contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.

python-camb 1.6.0
Propagated dependencies: python-numpy@1.26.2 python-packaging@24.2 python-scipy@1.12.0 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://camb.info/
Licenses: GPL 3+
Synopsis: Code for Anisotropies in the Microwave Background
Description:

CAMB is a cosmology code for calculating cosmological observables, including CMB, lensing, source count and 21cm angular power spectra, matter power spectra, transfer functions and background evolution. The code is in Python, with numerical code implemented in fast modern Fortran.

python-xlrd 2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.python-excel.org/
Licenses: Modified BSD
Synopsis: Library for extracting data from Excel files
Description:

This package provides a library to extract data from spreadsheets using Microsoft Excel proprietary file formats .xls and .xlsx (versions 2.0 onwards). It has support for Excel dates and is Unicode-aware. It is not intended as an end-user tool.

Total results: 3825