_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pandarallel 1.6.5
Propagated dependencies: python-dill@0.3.9 python-pandas@2.2.3 python-psutil@5.9.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://nalepae.github.io/pandarallel/
Licenses: Modified BSD
Synopsis: Tool to parallelize Pandas operations across CPUs
Description:

pandarallel allows any Pandas user to take advantage of their multi-core computer, while Pandas uses only one core. pandarallel also offers nice progress bars (available on Notebook and terminal) to get an rough idea of the remaining amount of computation to be done.

python-levenshtein 0.12.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ztane/python-Levenshtein
Licenses: GPL 2+
Synopsis: Fast computation of Levenshtein distance and string similarity
Description:

The Levenshtein Python C extension module contains functions for fast computation of

  1. Levenshtein (edit) distance, and edit operations

  2. string similarity

  3. approximate median strings, and generally string averaging

  4. string sequence and set similarity

It supports both normal and Unicode strings.

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@24.2.0 python2-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
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.

python-fastparquet 2024.11.0
Propagated dependencies: python-cramjam@2.7.0 python-fsspec@2024.12.0 python-lzo@1.14 python-numpy@1.26.2 python-packaging@24.2 python-pandas@2.2.3
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/dask/fastparquet
Licenses: ASL 2.0
Synopsis: Python implementation of the Parquet file format
Description:

fastparquet is a Python implementation of the Parquet file format. fastparquet is used implicitly by dask, pandas and intake-parquet. It supports the following compression algorithms:

  • Gzip

  • Snappy

  • Brotli

  • LZ4

  • Zstd

  • LZO (optionally)

python-lazy-loader 0.4
Propagated dependencies: python-flit-core@3.8.0 python-setuptools@67.6.1 python-wheel@0.40.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://scientific-python.org/specs/spec-0001/
Licenses: Modified BSD
Synopsis: Load subpackages and functions on demand
Description:

python-lazy-loader makes it easy to load subpackages and functions on demand. Its main features are:

  • Allow subpackages to be made visible to users without incurring import costs.

  • Allow external libraries to be imported only when used, improving import times.

python-smartypants 2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/leohemsted/smartypants.py
Licenses: Modified BSD
Synopsis: Translate punctuation characters into smart quotes
Description:

smartpants can perform the following transformations:

  1. Straight quotes ( " and ' ) into "curly" quote HTML entities

  2. Backticks-style quotes (``like this'') into "curly" quote HTML entities

  3. Dashes (-- and ---) into en- and em-dash entities

  4. Three consecutive dots (... or . . .) into an ellipsis entity

python-entrypoints 0.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/takluyver/entrypoints
Licenses: Expat
Synopsis: Discover and load entry points from installed Python packages
Description:

Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.36
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python-get-version 2.1
Propagated dependencies: python-pygments@2.15.1 python-pytest@8.3.3 python-pytest-black@0.6.0 python-pytest-cov@6.0.0 python-setuptools@67.6.1 python-testpath@0.6.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/flying-sheep/get_version
Licenses: GPL 3+
Synopsis: Version helper in the spirit of versioneer
Description:

This package provides a version helper that lets you automatically use the latest vX.X.X Git tag as the version in your Python package. It also supports getting the version from Python source distributions or, once your package is installed, via pkg_resources (part of setuptools).

python-deprecation 2.1.0
Propagated dependencies: python-packaging@24.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://deprecation.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Python library to handle automated deprecations
Description:

This is a library that enables automated deprecations. It offers the deprecated() decorator to wrap functions, providing proper warnings both in documentation and via Python’s warnings system, as well as the deprecation.fail_if_not_removed() decorator for test methods to ensure that deprecated code is eventually removed.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.0
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python-shellescape 3.8.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/chrissimpkins/shellescape
Licenses: Expat
Synopsis: Shell escape a string to safely use it as a token in a shell command
Description:

The shellescape Python module defines the shellescape.quote() function that returns a shell-escaped version of a Python string. This is a backport of the shlex.quote() function from Python 3.8 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.

python-iterable-io 1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pR0Ps/iterable-io
Licenses: LGPL 3
Synopsis: Adapt generators and other iterables to a file-like interface
Description:

iterable-io is a small Python library that provides an adapter so that it's possible to read from iterable objects in the same way as file-like objects.

python-pytest-mock 3.14.0
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-mock/
Licenses: Expat
Synopsis: Thin-wrapper around the mock package for easier use with py.test
Description:

This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test. The mocker fixture has the same API as mock.patch, supporting the same arguments.

python-asyncstdlib 3.13.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://asyncstdlib.readthedocs.io
Licenses: Expat
Synopsis: Compatibility layer between the Python stdlib and @code{async} callables
Description:

The asyncstdlib library re-implements functions and classes of the Python standard library to make them compatible with async callables, iterables and context managers. It is fully agnostic to async event loops and seamlessly works with asyncio, third-party libraries such as trio, as well as any custom async event loop.

python-flask-restx 1.3.0
Propagated dependencies: python-aniso8601@9.0.1 python-flask@3.1.0 python-jsonschema@4.23.0 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-restx/flask-restx
Licenses: Modified BSD
Synopsis: Framework for fast, easy and documented API development with Flask
Description:

Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.

python-lazr-config 3.1
Propagated dependencies: python-lazr-delegates@2.1.1 python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://launchpad.net/lazr.config
Licenses: LGPL 3
Synopsis: Create configuration schemas and process and validate configurations
Description:

The LAZR config system is typically used to manage process configuration. Process configuration is for saying how things change when we run systems on different machines, or under different circumstances. This system uses ini-like file format of section, keys, and values. The config file supports inheritance to minimize duplication of information across files. The format supports schema validation.

python-isoduration 20.11.0
Propagated dependencies: python-arrow@1.2.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bolsote/isoduration
Licenses: ISC
Synopsis: Operations with ISO 8601 durations
Description:

ISO 8601 is most commonly known as a way to exchange datetimes in textual format. A lesser known aspect of the standard is the representation of durations. The state of the art of ISO 8601 duration handling in Python is more or less limited to what's offered by isodate. This package attempts to address the shortcomings of isodate.

python-ruamel.yaml 0.18.6
Propagated dependencies: python-ruamel.yaml.clib@0.2.8
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://sourceforge.net/projects/ruamel-yaml/
Licenses: Expat
Synopsis: YAML 1.2 parser/emitter
Description:

This package provides YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order. It is a derivative of Kirill Simonov’s PyYAML 3.11. It supports YAML 1.2 and has round-trip loaders and dumpers. It supports comments. Block style and key ordering are kept, so you can diff the source.

python-ruamel.yaml 0.16.13
Propagated dependencies: python-ruamel.yaml.clib@0.2.8
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://sourceforge.net/projects/ruamel-yaml/
Licenses: Expat
Synopsis: YAML 1.2 parser/emitter
Description:

This package provides YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order. It is a derivative of Kirill Simonov’s PyYAML 3.11. It supports YAML 1.2 and has round-trip loaders and dumpers. It supports comments. Block style and key ordering are kept, so you can diff the source.

python-telomerecat 4.0.2
Propagated dependencies: python-click@8.1.7 python-numpy@1.26.2 python-pandas@2.2.3 python-parabam@3.0.1 python-pysam@0.23.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/cancerit/telomerecat
Licenses: GPL 3
Synopsis: Telomere computational analysis tool
Description:

Telomerecat is a tool for estimating the average telomere length (TL) for a paired end, whole genome sequencing (WGS) sample.

Telomerecat is adaptable, accurate and fast. The algorithm accounts for sequencing amplification artifacts, anneouploidy (common in cancer samples) and noise generated by WGS. For a high coverage WGS BAM file of around 100GB telomerecat can produce an estimate in ~1 hour.

python-pytorch-avx 2.5.1
Dependencies: asmjit@0.0.0-2.cfc9f81 brotli@1.0.9 clog@0.0-5.b73ae6c cpp-httplib@0.20.0 eigen@3.4.0 flatbuffers@24.12.23 fmt@9.1.0 fp16@0.0-1.0a92994 fxdiv@0.0-1.63058ef gemmlowp@0.1-1.08e4bb3 gloo@0.0.0-2.81925d1 googletest@1.12.1 googlebenchmark@1.9.1 libuv@1.44.2 miniz@pytorch-2.2.0 oneapi-dnnl@3.5.3 openblas@0.3.29 openmpi@4.1.6 openssl@3.0.8 pthreadpool@0.1-3.560c60d protobuf@3.21.9 pybind11@2.13.6 qnnpack-pytorch@pytorch-2.5.1 sleef@3.6.1 tensorpipe@0-0.bb1473a vulkan-headers@1.3.280.0 vulkan-loader@1.3.280.0 vulkan-memory-allocator@3.0.1 xnnpack@0.0-3.08f1489 zlib@1.3 zstd@1.5.2 fbgemm@1.0.0 nnpack@0.0-2.70a77f4
Propagated dependencies: cpuinfo@0.0-5.b73ae6c onnx@1.17.0 onnx-optimizer@0.3.19 python-astunparse@1.6.3 python-click@8.1.7 python-filelock@3.16.1 python-fsspec@2024.12.0 python-future@0.18.2 python-jinja2@3.1.2 python-networkx@3.4.2 python-numpy@1.26.2 python-opt-einsum@3.3.0 python-optree@0.14.0 python-packaging@24.2 python-psutil@5.9.2 python-pyyaml@6.0.1 python-requests@2.31.0 python-sympy@1.13.3 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pytorch.org/
Licenses: Modified BSD
Synopsis: Python library for tensor computation and deep neural networks
Description:

PyTorch is a Python package that provides two high-level features:

  • tensor computation (like NumPy) with strong GPU acceleration;

  • deep neural networks (DNNs) built on a tape-based autograd system.

You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

Note: currently this package does not provide GPU support.

python-fitsblender 0.4.4
Propagated dependencies: python-astropy@7.0.1 python-numpy@1.26.2 python-stsci-tools@4.2.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/fitsblender
Licenses: Modified BSD
Synopsis: Aggregate values in FITS headers
Description:

This package supports the creation of a combined header for a FITS file based on the contents of the headers of a set of input FITS images. A rules file defines what keywords will be present in the combined output header as well as how the output value will be determined from the set of values from all the input image headers.

python-pint-pulsar 1.1.1
Propagated dependencies: python-astropy@7.0.1 python-corner@2.2.2 python-emcee@3.1.6 python-jplephem@2.22 python-loguru@0.7.2 python-matplotlib@3.8.2 python-nestle@0.2.0 python-numdifftools@0.9.41 python-numpy@1.26.2 python-pyerfa@2.0.1.5 python-scipy@1.12.0 python-uncertainties@3.1.5
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/nanograv/PINT
Licenses: Modified BSD
Synopsis: Software for high-precision pulsar timing
Description:

PINT is not TEMPO3 - package providing a Pulsar Timing, written in Python from scratch. Features:

  • a robust system to produce high-precision timing results that is completely independent of TEMPO and Tempo2

  • a system that is easy to extend and modify due to a good design and the use of a modern programming language, techniques, and libraries

Total results: 3816