_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
scalable-python 2.7.13
Dependencies: bzip2@1.0.8 expat@2.5.0 gdbm@1.23 libffi@3.4.4 libxcrypt@4.4.36 sqlite@3.39.3 openssl@1.1.1u readline@8.1.2 zlib@1.3 tcl@8.6.12 tk@8.6.12
Propagated dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://github.com/CSCfi/scalable-python.git
Licenses: Python Software Foundation License
Synopsis: High-level, dynamically-typed programming language
Description:

Modified python 2.7.13. Scalable Python performs the I/O operations used e.g. by import statements in a single process and uses MPI to transmit data to/from all other processes.

python-testpath 0.6.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jupyter/testpath
Licenses: Expat
Synopsis: Test utilities for code working with files and commands
Description:

Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the file system, and tools for mocking system commands and recording calls to those.

python-graphene 3.0
Propagated dependencies: python-graphql-core@3.1.2 python-graphql-relay@3.1.0 python-aniso8601@9.0.1 python-promise@0.4.2 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://graphene-python.org/
Licenses: Expat
Synopsis: GraphQL Framework for Python
Description:

Graphene is a Python library for building GraphQL schemas/types. A GraphQL schema describes your data model, and provides a GraphQL server with an associated set of resolve methods that know how to fetch data.

python-pyspnego 0.8.0
Propagated dependencies: python-cryptography@44.0.0 python-gssapi@1.8.2 python-krb5@0.5.1 python-ruamel.yaml@0.18.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jborean93/pyspnego
Licenses: Expat
Synopsis: Python SPNEGO library
Description:

The pyspnego Python library handles Negotiate, NTLM, Kerberos (SPNEGO) and CredSSP authentication. It also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.

python-petrofit 0.6.0
Propagated dependencies: jupyter@1.0.0 python-astropy@7.0.1 python-cython@0.29.32 python-extension-helpers@1.2.0 python-ipywidgets@8.1.2 python-matplotlib@3.8.2 python-notebook@6.5.7 python-numpy@1.26.2 python-photutils@2.2.0 python-pytest-astropy-header@0.2.2 python-pyyaml@6.0.1 python-regions@0.10 python-scikit-image@0.23.2 python-scikit-learn@1.6.1 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/PetroFit/petrofit
Licenses: Modified BSD
Synopsis: Petrosian properties and fitting galaxy light profiles calculation
Description:

PetroFit is a package for calculating Petrosian properties, such as radii and concentration indices, as well as fitting galaxy light profiles. In particular, PetroFit includes tools for performing accurate photometry, segmentations, Petrosian profiling, and Sérsic fitting.

python-schedule 1.2.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dbader/schedule
Licenses: Expat
Synopsis: Schedule periodic function calls in Python
Description:

Schedule is an in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.

python-reedsolo 1.5.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tomerfiliba/reedsolomon
Licenses: Public Domain
Synopsis: Pure-Python Reed Solomon encoder/decoder
Description:

A pure-python universal errors-and-erasures Reed-Solomon Codec, based on the tutorial at Wikiversity. This is a burst-type implementation, so that it supports any Galois field higher than 2^3, but not binary streams.

python-grapheme 0.6.0-0.66f07ca
Channel: ffab
Location: ffab/packages/python-xyz.scm (ffab packages python-xyz)
Home page: https://github.com/alvinlindstam/grapheme
Licenses: Expat
Synopsis: Unicode grapheme helpers
Description:

A Python package for working with user perceived characters. More specifically, string manipulation and calculation functions for working with grapheme cluster groups (graphemes) as defined by the Unicode Standard Annex #29

python-gunicorn 20.1.0
Propagated dependencies: python-setuptools@67.6.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://gunicorn.org
Licenses: Expat
Synopsis: WSGI HTTP Server for UNIX
Description:

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.

python-aiomysql 0.1.1
Propagated dependencies: python-pymysql@1.1.1
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/aio-libs/aiomysql
Licenses: Expat
Synopsis: MySQL driver for Python
Description:

aiomysql is a driver for accessing a MySQL database from the asyncio Python framework. It depends on and reuses most parts of PyMySQL. aiomysql tries to preserve the same API as the aiopg library.

python-paramiko 3.5.0
Propagated dependencies: python-cryptography@44.0.0 python-bcrypt@3.2.0 python-invoke@2.2.0 python-pyasn1@0.4.8 python-pynacl@1.5.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://www.paramiko.org/
Licenses: LGPL 2.1+
Synopsis: SSHv2 protocol library
Description:

Paramiko is a python implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a pure Python interface around SSH networking concepts.

python-wsgiprox 1.5.2
Propagated dependencies: python-certauth@1.3.0 python-gevent@24.11.1 python-websocket-client@1.8.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/webrecorder/wsgiprox
Licenses: ASL 2.0
Synopsis: HTTP/S proxy with WebSockets over WSGI
Description:

wsgiprox is a Python WSGI (Web Server Gateway Interface) middle-ware for adding HTTP and HTTPS proxy support to a WSGI application. The library accepts HTTP and HTTPS proxy connections, and routes them to a designated prefix.

python-crossenv 1.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/benfogle/crossenv
Licenses: Expat
Synopsis: Cross-compiling virtualenv for Python
Description:

This package is a tool for cross-compiling extension modules. It creates a special virtual environment such that pip or setup.py will cross compile packages for you, usually with no further work on your part.

python-distance 0.1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/doukremt/distance
Licenses: GPL 2+
Synopsis: Utilities for comparing sequences
Description:

This package provides helpers for computing similarities between arbitrary sequences. Included metrics are Levenshtein, Hamming, Jaccard, and Sorensen distance, plus some bonuses. All distance computations are implemented in pure Python, and most of them are also implemented in C.

python-markdown 3.3.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://python-markdown.github.io/
Licenses: Modified BSD
Synopsis: Python implementation of Markdown
Description:

This package provides a Python implementation of John Gruber's Markdown. The library features international input, various Markdown extensions, and several HTML output formats. A command line wrapper markdown_py is also provided to convert Markdown files to HTML.

python-pathlib2 2.3.7.post1
Propagated dependencies: python-scandir@1.10.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/pathlib2/
Licenses: Expat
Synopsis: Object-oriented file system paths
Description:

The goal of pathlib2 is to provide a backport of the standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.

python-paramiko 2.12.0
Propagated dependencies: python-cryptography@44.0.0 python-bcrypt@3.2.0 python-invoke@2.2.0 python-pyasn1@0.4.8 python-pynacl@1.5.0
Channel: small-guix
Location: small-guix/packages/rcu.scm (small-guix packages rcu)
Home page: https://www.paramiko.org/
Licenses: LGPL 2.1+
Synopsis: SSHv2 protocol library
Description:

Paramiko is a python implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a pure Python interface around SSH networking concepts.

python-goatools 1.3.1
Propagated dependencies: python-docopt@0.6.2 python-numpy@1.26.2 python-openpyxl@3.1.5 python-pandas@2.2.3 python-pydot@1.4.2 python-requests@2.31.0 python-scipy@1.12.0 python-setuptools@67.6.1 python-statsmodels@0.14.0 python-xlsxwriter@3.2.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/tanghaibao/goatools
Licenses: FreeBSD
Synopsis: Python scripts to find enrichment of GO terms
Description:

Python scripts to find enrichment of GO terms. In addition, this package is used for processing the obo-formatted file from Gene Ontology website. The data structure is a directed acyclic graph that allows easy traversal from leaf to root.

python-slepc4py 3.21.1
Dependencies: python-numpy@1.26.2 python-petsc4py@3.21.4 petsc-openmpi@3.21.4 slepc-openmpi@3.21.1
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: https://bitbucket.org/slepc/slepc4py/
Licenses: Modified BSD
Synopsis: Python bindings for SLEPc
Description:

SLEPc, the Scalable Library for Eigenvalue Problem Computations, is based on PETSc, the Portable, Extensible Toolkit for Scientific Computation. It employs the MPI standard for all message-passing communication. slepc4py provides Python bindings to almost all functions of SLEPc.

python-pymcubes 0.1.6
Propagated dependencies: python-pycollada@0.8 python-numpy@1.26.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pmneila/PyMCubes
Licenses: Modified BSD
Synopsis: Marching cubes for Python
Description:

PyMCubes is an implementation of the marching cubes algorithm to extract iso-surfaces from volumetric data. The volumetric data can be given as a three-dimensional NumPy array or as a Python function f(x, y, z).

python-executor 23.2
Propagated dependencies: python-six@1.16.0 python-property-manager@3.0 python-fasteners@0.17.3 python-virtualenv@20.29.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/xolox/python-executor
Licenses: Expat
Synopsis: Programmer friendly subprocess wrapper
Description:

The executor package is a simple wrapper for Python’s subprocess module that makes it very easy to handle subprocesses on UNIX systems with proper escaping of arguments and error checking currently doing, particularly the AST node being executed.

python-greenlet 2.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://greenlet.readthedocs.io/
Licenses: Python Software Foundation License Expat
Synopsis: Lightweight in-process concurrent programming
Description:

Greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".

python-greenlet 3.1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://greenlet.readthedocs.io/
Licenses: Python Software Foundation License Expat
Synopsis: Lightweight in-process concurrent programming
Description:

Greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".

python-capturer 2.4
Propagated dependencies: python-humanfriendly@8.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://capturer.readthedocs.io
Licenses: Expat
Synopsis: Capture stdout and stderr streams of the current process
Description:

The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is also available to the Python program for additional processing.

Total results: 3782