_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-scapy 2.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://scapy.net
Licenses: GPL 2
Synopsis: Python network packet crafting library
Description:

Scapy is a Python library and executable for interactively manipulating network packets. It can forge or decode packets of a number of protocols, send them on the wire, capture them, store or read them using pcap files, match requests and replies, and so on. It can handle tasks such as scanning, tracerouting, probing, unit tests, attacks or network discovery.

python-dpath 2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/akesterson/dpath-python
Licenses: Expat
Synopsis: File-system-like pathing and searching for dictionaries
Description:

python-dpath is a library for accessing and searching dictionaries via /slashed/paths ala xpath.

Basically it lets you glob over a dictionary as if it were a file system. It allows you to specify globs (ala the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary elements, and provides some facility for filtering those results.

python-lmfit 1.0.2
Propagated dependencies: python-asteval@0.9.23 python-numpy@1.24.4 python-scipy@1.12.0 python-uncertainties@3.1.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://lmfit.github.io/lmfit-py/
Licenses: Modified BSD
Synopsis: Least-Squares minimization with bounds and constraints
Description:

Lmfit provides a high-level interface to non-linear optimization and curve fitting problems for Python. It builds on and extends many of the optimization methods of scipy.optimize. Initially inspired by (and named for) extending the Levenberg-Marquardt method from scipy.optimize.leastsq, lmfit now provides a number of useful enhancements to optimization and data fitting problems.

python-pylru 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jlhutch/pylru
Licenses: GPL 2+
Synopsis: Least recently used (LRU) cache implementation
Description:

Pylru implements a true LRU cache along with several support classes. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.

python-magic 0.4.27
Dependencies: file@5.45
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ahupp/python-magic
Licenses: Expat
Synopsis: File type identification using libmagic
Description:

This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. Note that this module and the python-file module both provide a "magic.py" file; these two modules, which are different and were developed separately, both serve the same purpose: to provide Python bindings for libmagic.

python-kombu 5.3.7
Propagated dependencies: python-amqp@5.1.1 python-typing-extensions@4.10.0 python-vine@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://kombu.readthedocs.io
Licenses: Modified BSD
Synopsis: Message passing library for Python
Description:

The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.

python-blosc 1.11.1
Dependencies: c-blosc@1.21.1
Propagated dependencies: python-scikit-build@0.17.6 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/blosc/python-blosc
Licenses: Modified BSD
Synopsis: Python wrapper for the Blosc data compressor library
Description:

Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() system call.

Blosc works well for compressing numerical arrays that contains data with relatively low entropy, like sparse data, time series, grids with regular-spaced values, etc.

This Python package wraps the Blosc library.

python-pybio 0.3.12-1.c91fddc
Propagated dependencies: python-beautifulsoup4@4.12.3 python-numpy@1.24.4 python-psutil@5.9.2 python-pysam@0.20.0 python-requests@2.31.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/grexor/pybio
Licenses: GPL 3+
Synopsis: Basic genomics toolset
Description:

This tool provides a Python framework to streamline genomics operations. It offers a direct interface to Ensembl genome assemblies and annotations, while also accommodating custom genomes via FASTA/GTF inputs. The primary objective of pybio is to simplify genome management. It achieves this by providing automatic download of Ensembl genome assemblies and annotation, provides Python genomic feature search and sequence retrieval from the managed genomes, STAR indexing and mapping and more.

python-pybcj 1.0.1
Propagated dependencies: python-importlib-metadata@5.2.0
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://codeberg.org/miurahr/pybcj
Licenses: LGPL 2.1+
Synopsis: BCJ filter library
Description:

In data compression, BCJ, short for Branch-Call-Jump, refers to a technique that improves the compression of machine code of executable binaries by replacing relative branch addresses with absolute ones. This allows a LZMA compressor to identify duplicate targets and archive higher compression rate. BCJ is used in the 7-zip compression utility as the default filter for executable binaries.

pybcj provides Python bindings to a BCJ implementation in C.

python-spacy 3.5.3
Propagated dependencies: python-catalogue@2.0.7 python-cymem@2.0.6 python-jinja2@3.1.2 python-langcodes@3.3.0 python-murmurhash@1.0.7 python-numpy@1.24.4 python-packaging@24.2 python-pathy@0.10.1 python-preshed@3.0.6 python-pydantic@1.10.19 python-requests@2.31.0 python-setuptools@67.6.1 python-smart-open@6.0.0 python-spacy-legacy@3.0.12 python-spacy-loggers@1.0.4 python-srsly@2.4.8 python-thinc@8.1.10 python-tqdm@4.67.1 python-typer@0.6.1 python-typing-extensions@4.10.0 python-wasabi@0.9.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://spacy.io
Licenses: Expat
Synopsis: Natural Language Processing (NLP) in Python
Description:

SpaCy is a library for advanced Natural Language Processing in Python and Cython. It comes with pretrained pipelines and currently supports tokenization and training for 70+ languages. It features state-of-the-art speed and neural network models for tagging, parsing, named entity recognition, text classification and more, multi-task learning with pretrained transformers like BERT, as well as a production-ready training system and easy model packaging, deployment and workflow management.

python-evdev 1.5.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/gvalkov/python-evdev
Licenses: Modified BSD
Synopsis: Bindings to the Linux input handling subsystem
Description:

Python-evdev provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input subsystem. uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem.

python2-pyro 3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pythonhosted.org/Pyro/
Licenses: Expat
Synopsis: Distributed object manager for Python
Description:

Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA, which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. Pyro 3.x is no longer maintained. New projects should use Pyro4 instead, which is the new Pyro version that is actively developed.

python-keras 2.3.1
Propagated dependencies: python-h5py@3.8.0 python-keras-applications@1.0.8 python-keras-preprocessing@1.1.0 python-numpy@1.24.4 python-pydot@1.4.2 python-pyyaml@6.0.1 python-scipy@1.12.0 python-six@1.16.0 tensorflow@1.9.0 graphviz@7.0.1
Channel: gn-bioinformatics
Location: gn/packages/genecup.scm (gn packages genecup)
Home page: https://keras.io/
Licenses: Expat
Synopsis: High-level deep learning framework
Description:

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow. It was developed with a focus on enabling fast experimentation. Use Keras if you need a deep learning library that:

  • Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).

  • Supports both convolutional networks and recurrent networks, as well as combinations of the two.

  • Runs seamlessly on CPU and GPU.

python-keras 2.3.1
Propagated dependencies: python-h5py@3.8.0 python-keras-applications@1.0.8 python-keras-preprocessing@1.1.0 python-numpy@1.24.4 python-pydot@1.4.2 python-pyyaml@6.0.1 python-scipy@1.12.0 python-six@1.16.0 tensorflow@1.9.0 graphviz@7.0.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://keras.io/
Licenses: Expat
Synopsis: High-level deep learning framework
Description:

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow. It was developed with a focus on enabling fast experimentation. Use Keras if you need a deep learning library that:

  • Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).

  • Supports both convolutional networks and recurrent networks, as well as combinations of the two.

  • Runs seamlessly on CPU and GPU.

python-numba 0.59.1
Propagated dependencies: python-llvmlite@0.42.0 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://numba.pydata.org
Licenses: Modified BSD
Synopsis: Compile Python code using LLVM
Description:

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.

Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pycc tool).

python-osmnx 1.9.3
Propagated dependencies: python-folium@0.16.0 python-geopandas@0.14.2 python-matplotlib@3.8.2 python-networkx@3.4.2 python-numpy@1.24.4 python-pandas@2.2.3 python-requests@2.31.0 python-shapely@2.0.5
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/gboeing/osmnx
Licenses: Expat
Synopsis: Retrieve, model, analyze, and visualize OpenStreetMap street networks
Description:

OSMnx is a Python library that lets you download geospatial data from OpenStreetMap and model, project, visualize, and analyze real-world street networks and any other geospatial geometries. You can download and model walkable, drivable, or bikeable urban networks with a single line of Python code then easily analyze and visualize them. You can just as easily download and work with other infrastructure types, amenities/points of interest, building footprints, elevation data, street bearings/orientations, and speed/travel time.

python-kanon 0.6.6
Propagated dependencies: python-astropy@6.1.7 python-matplotlib@3.8.2 python-numpy@1.24.4 python-pandas@1.5.3 python-requests@2.31.0 python-scipy@1.12.0 python-ipykernel@6.29.4 python-papermill@2.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://dishas.obspm.fr
Licenses: Modified BSD
Synopsis: History of astronomy
Description:

This package provides a history of astronomy library. Current Features:

  • define standard positional numeral systems with standard arithmetics (BasedReal)

  • set your own precision contexts and algorithms on arithmetical operations (PrecisionContext)

  • keep track of all operations

  • build or import ancient astronomical tables

  • perform arithmetical and statistical operations

  • support for BasedReal values

  • define new calendar types

  • date conversions

  • collection of mathematical models used for all kinds of geocentric astronomical tables

python-fiona 1.9.4.post1
Dependencies: gdal@3.6.1
Propagated dependencies: python-attrs@24.2.0 python-certifi@2022.6.15 python-click@8.1.7 python-click-plugins@1.1.1 python-cligj@0.7.2 python-importlib-metadata@5.2.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/Toblerity/Fiona
Licenses: Modified BSD
Synopsis: Fiona reads and writes spatial data files
Description:

Fiona is GDAL’s neat and nimble vector API for Python programmers. Fiona is designed to be simple and dependable. It focuses on reading and writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely.

python-janus 1.0.0
Propagated dependencies: python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/aio-libs/janus/
Licenses: ASL 2.0
Synopsis: Sync-async queue to interoperate between asyncio tasks and classic threads
Description:

Mixed sync-async queue, supposed to be used for communicating between classic synchronous (threaded) code and asynchronous (in terms of asyncio) one. Like Janus god the queue object from the library has two faces: synchronous and asynchronous interface. Synchronous is fully compatible with standard queue, asynchronous one follows asyncio queue design.

python-wheel 0.40.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/wheel
Licenses: Expat
Synopsis: Format for built Python packages
Description:

A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the Unpack step and the unpacked archive preserves enough information to Spread (copy data and scripts to their final locations) at any later time. Wheel files can be installed with a newer pip or with wheel's own command line utility.

python-fido2 1.1.1
Propagated dependencies: python-cryptography@42.0.5 python-pyscard@2.0.7
Channel: guix
Location: gnu/packages/security-token.scm (gnu packages security-token)
Home page: https://github.com/Yubico/python-fido2
Licenses: FreeBSD ASL 2.0
Synopsis: Python library for communicating with FIDO devices over USB
Description:

This Python library provides functionality for communicating with a Fast IDentity Online (FIDO) device over Universal Serial Bus (USB) as well as verifying attestation and assertion signatures. It aims to support the FIDO Universal 2nd Factor (U2F) and FIDO 2.0 protocols for communicating with a USB authenticator via the Client-to-Authenticator Protocol (CTAP 1 and 2). In addition to this low-level device access, classes defined in the fido2.client and fido2.server modules implement higher level operations which are useful when interfacing with an Authenticator, or when implementing a Relying Party.

python-glob2 0.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/miracle2k/python-glob2/
Licenses: FreeBSD
Synopsis: Extended Version of the python buildin glob module
Description:

This is an extended version of the Python built-in glob module which adds:

  • The ability to capture the text matched by glob patterns, and return those matches alongside the file names.

  • A recursive ** globbing syntax, akin for example to the globstar option of Bash.

  • The ability to replace the file system functions used, in order to glob on virtual file systems.

  • Compatible with Python 2 and Python 3 (tested with 3.3).

Glob2 currently based on the glob code from Python 3.3.1.

python-bbknn 1.6.0
Propagated dependencies: python-annoy@1.15.1 python-cython@0.29.32 python-numpy@1.24.4 python-pandas@2.2.3 python-pynndescent@0.5.11 python-scikit-learn@1.4.2 python-scipy@1.12.0 python-umap-learn@0.5.6
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/Teichlab/bbknn
Licenses: Expat
Synopsis: Batch balanced KNN
Description:

BBKNN is a batch effect removal tool that can be directly used in the Scanpy workflow. It serves as an alternative to scanpy.api.pp.neighbors(), with both functions creating a neighbour graph for subsequent use in clustering, pseudotime and UMAP visualisation. If technical artifacts are present in the data, they will make it challenging to link corresponding cell types across different batches. BBKNN actively combats this effect by splitting your data into batches and finding a smaller number of neighbours for each cell within each of the groups. This helps create connections between analogous cells in different batches without altering the counts or PCA space.

python-green 4.0.2
Propagated dependencies: python-colorama@0.4.4 python-coverage@7.6.8 python-lxml@4.9.1 python-unidecode@1.3.8
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/CleanCut/green
Licenses: Expat
Synopsis: Clean, colorful, fast Python test runner
Description:

green is a Python test runner that describes itself as:

Clean

Low redundancy in output. Result statistics for each test is vertically aligned.

Colorful

Terminal output makes good use of color when the terminal supports it.

Fast

Tests run in independent processes (one per processor by default).

Powerful

Multi-target and auto-discovery support.

Traditional

It uses the normal unittest classes and methods.

Descriptive

Multiple verbosity levels, from just dots to full docstring output.

Convenient

Bash-completion and ZSH-completion of options and test targets.

Thorough

Built-in integration with coverage.

Total results: 3594