_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-next 3.12.2
Dependencies: bzip2@1.0.8 expat@2.5.0 gdbm@1.23 libffi@3.4.4 sqlite@3.39.3 openssl@3.0.8 readline@8.1.2 zlib@1.3 tcl@8.6.12 tk@8.6.12
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Synopsis: High-level, dynamically-typed programming language
Description:

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.

python-next 3.12.2
Dependencies: bzip2@1.0.8 expat@2.5.0 gdbm@1.23 libffi@3.4.4 sqlite@3.39.3 openssl@3.0.8 readline@8.1.2 zlib@1.3 tcl@8.6.12 tk@8.6.12
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Synopsis: High-level, dynamically-typed programming language
Description:

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.

python-chex 0.1.8
Propagated dependencies: python-absl-py@1.4.0 python-jax@0.4.20 python-jaxlib@0.4.20 python-numpy@1.24.4 python-toolz@0.11.2 python-typing-extensions@4.10.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/deepmind/chex
Licenses: ASL 2.0
Synopsis: Chex: Testing made fun, in JAX!
Description:

Chex is a library of utilities for helping to write reliable JAX code. This includes utils to help:

  • Instrument your code (e.g. assertions)

  • Debug (e.g. transforming pmaps in vmaps within a context manager).

  • Test JAX code across many variants (e.g. jitted vs non-jitted).

python-gwcs 0.18.3
Propagated dependencies: python-asdf@4.0.0 python-asdf-astropy@0.7.0 python-asdf-wcs-schemas@0.4.0 python-astropy@6.1.7 python-numpy@1.24.4 python-scipy@1.12.0
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: https://gwcs.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Generalized World Coordinate System
Description:

Generalized World Coordinate System (GWCS) is an Astropy affiliated package providing tools for managing the World Coordinate System of astronomical data.

GWCS takes a general approach to the problem of expressing transformations between pixel and world coordinates. It supports a data model which includes the entire transformation pipeline from input coordinates (detector by default) to world coordinates.

python-gwcs 0.22.1
Propagated dependencies: python-asdf@4.0.0 python-asdf-astropy@0.7.0 python-asdf-wcs-schemas@0.4.0 python-astropy@6.1.7 python-numpy@1.24.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://gwcs.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Generalized World Coordinate System
Description:

Generalized World Coordinate System (GWCS) is an Astropy affiliated package providing tools for managing the World Coordinate System of astronomical data.

GWCS takes a general approach to the problem of expressing transformations between pixel and world coordinates. It supports a data model which includes the entire transformation pipeline from input coordinates (detector by default) to world coordinates.

python-mypy 1.13.0
Propagated dependencies: python-mypy-extensions@1.0.0 python-tomli@2.1.0 python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://www.mypy-lang.org/
Licenses: Expat Python Software Foundation License
Synopsis: Static type checker for Python
Description:

Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic typing and static typing. Mypy combines the expressive power and convenience of Python with a powerful type system and compile-time type checking. Mypy type checks standard Python programs; run them using any Python VM with basically no runtime overhead.

python-argh 0.26.2-1.dcd3253
Propagated dependencies: python-iocapture@0.1.2 python-mock@5.1.0 python-pytest@8.3.3 python-pytest-cov@6.0.0 python-pytest-xdist@3.6.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/neithere/argh/
Licenses: LGPL 3+
Synopsis: Argparse wrapper with natural syntax
Description:

python-argh is a small library that provides several layers of abstraction on top of python-argparse. The layers can be mixed. It is always possible to declare a command with the highest possible (and least flexible) layer and then tune the behaviour with any of the lower layers including the native API of python-argparse.

python-dask 2024.4.2
Propagated dependencies: python-click@8.1.7 python-cloudpickle@3.1.0 python-dask-expr@1.0.14 python-fsspec@2024.10.0 python-importlib-metadata@5.2.0 python-numpy@1.24.4 python-packaging@24.2 python-pandas@2.2.3 python-partd@1.4.1 python-toolz@0.11.2 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dask/dask/
Licenses: Modified BSD
Synopsis: Parallel computing with task scheduling
Description:

Dask is a flexible parallel computing library for analytics. It consists of two components: dynamic task scheduling optimized for computation, and large data collections like parallel arrays, dataframes, and lists that extend common interfaces like NumPy, Pandas, or Python iterators to larger-than-memory or distributed environments. These parallel collections run on top of the dynamic task schedulers.

python-dask 2024.4.2
Propagated dependencies: python-click@8.1.7 python-cloudpickle@3.1.0 python-fsspec@2024.10.0 python-importlib-metadata@5.2.0 python-numpy@1.24.4 python-packaging@24.2 python-pandas@2.2.3 python-partd@1.4.1 python-toolz@0.11.2 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dask/dask/
Licenses: Modified BSD
Synopsis: Parallel computing with task scheduling
Description:

Dask is a flexible parallel computing library for analytics. It consists of two components: dynamic task scheduling optimized for computation, and large data collections like parallel arrays, dataframes, and lists that extend common interfaces like NumPy, Pandas, or Python iterators to larger-than-memory or distributed environments. These parallel collections run on top of the dynamic task schedulers.

python-vedo 2022.2.0
Propagated dependencies: fenics@2019.1.0.post0 python-deprecated@1.2.14 python-matplotlib@3.8.2 python-numpy@1.24.4 vtk@9.3.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/marcomusy/vedo
Licenses: Expat SIL OFL 1.1 CC0 Public Domain
Synopsis: Analysis and visualization of 3D objects and point clouds
Description:

vedo is a fast and lightweight python module for scientific analysis and visualization. The package provides a wide range of functionalities for working with three-dimensional meshes and point clouds. It can also be used to generate high quality two-dimensional renderings such as scatter plots and histograms. vedo is based on vtk and numpy.

python-zeep 4.1.0
Propagated dependencies: python-attrs@24.2.0 python-cached-property@1.5.2 python-isodate@0.6.1 python-lxml@4.9.1 python-platformdirs@4.2.1 python-pytz@2023.3.post1 python-requests@2.31.0 python-requests-file@1.5.1 python-requests-toolbelt@1.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://docs.python-zeep.org/en/stable/
Licenses: Expat
Synopsis: Python SOAP client based on lxml / requests
Description:

Zeep is a Python SOAP client. Highlights:

  • Build on top of lxml and requests.

  • Support for Soap 1.1, Soap 1.2 and HTTP bindings.

  • Support for WS-Addressing headers.

  • Support for WSSE (UserNameToken / x.509 signing).

  • Support for asyncio via httpx.

  • Experimental support for XOP messages.

python2-six 1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python2-six 1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python-glom 20.11.0
Propagated dependencies: python-attrs@24.2.0 python-boltons@23.0.0 python-face@20.1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mahmoud/glom
Licenses: Modified BSD
Synopsis: Declaratively restructure data
Description:

Real applications have real data, and real data nests---objects inside of objects inside of lists of objects. glom is a new and powerful way to handle real-world data, featuring:

  • Path-based access to nested data structures

  • Readable, meaningful error messages

  • Declarative data transformation, using lightweight, Pythonic specifications

  • Built-in data exploration and debugging features

python-daft 0.1.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docs.daft-pgm.org/
Licenses: Expat
Synopsis: PGM rendering library
Description:

Daft is a Python package that uses matplotlib to render pixel-perfect probabilistic graphical models for publication in a journal or on the internet. With a short Python script and an intuitive model-building syntax you can design directed (Bayesian Networks, directed acyclic graphs) and undirected (Markov random fields) models and save them in any formats that matplotlib supports (including PDF, PNG, EPS and SVG).

python-pyte 0.8.1
Propagated dependencies: python-wcwidth@0.1.8
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://pyte.readthedocs.io/
Licenses: LGPL 3+
Synopsis: Simple VTXXX-compatible terminal emulator
Description:

pyte is an in-memory VTxxx-compatible terminal emulator. VTxxx stands for a series of video terminals, developed by DEC between 1970 and 1995. The first and probably most famous one was the VT100 terminal, which is now a de-facto standard for all virtual terminal emulators.

pyte is a fork of vt102, which was an incomplete pure Python implementation of VT100 terminal.

python-msal 1.22.0
Propagated dependencies: python-cryptography@42.0.5 python-pyjwt@2.6.0 python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/AzureAD/microsoft-authentication-library-for-python
Licenses: Expat
Synopsis: Microsoft Authentication Library (MSAL) for Python
Description:

The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.

python-crlf cj8
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/pflanze/python-crlf
Licenses: Expat
Synopsis: Line ending detection library
Description:

To prevent Python from decoding and canonicalizing line endings and thus preventing detection, binary mode is used for opening, which means that byte strings are read instead of normal strings. Currently read is used and a loop. This doesn't hide the underlying workings and is hence useful to explain the workings of, but nicer code could probably be written using iterator based operations like drop_while.

python-idna 3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kjd/idna
Licenses: Original BSD
Synopsis: Internationalized domain names in applications
Description:

This is a library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification.

python-fypp 3.2
Channel: guix-hpc
Location: libnegf/libnegf.scm (libnegf libnegf)
Home page: https://github.com/aradi/fypp.git
Licenses: FreeBSD
Synopsis: Python powered Fortran preprocessor
Description:

Fypp is a Python powered preprocessor. It can be used for any programming languages but its primary aim is to offer a Fortran preprocessor, which helps to extend Fortran with condititional compiling and template metaprogramming capabilities. Instead of introducing its own expression syntax, it uses Python expressions in its preprocessor directives, offering the consistency and versatility of Python when formulating metaprogramming tasks. It puts strong emphasis on robustness and on neat integration into developing toolchains.

python-spin 0.8
Propagated dependencies: python-click@8.1.7 python-colorama@0.4.4 python-tomli@2.1.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scientific-python/spin
Licenses: Modified BSD
Synopsis: Developer tool for scientific Python libraries
Description:

spin is a simple interface for common development tasks. It comes with a few common build commands out the box, but can easily be customized per project.

The impetus behind developing the tool was the mass migration of scientific Python libraries (SciPy, scikit-image, and NumPy, etc.) to Meson, after distutils was deprecated. When many of the build and installation commands changed, it made sense to abstract away the nuisance of having to re-learn them.

python-tlsh 4.11.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/trendmicro/tlsh
Licenses: ASL 2.0
Synopsis: Fuzzy matching library for Python
Description:

Trend Micro Locality Sensitive Hash (TLSH) is a fuzzy matching library. Given a byte stream with a minimum length of 256 bytes, TLSH generates a hash value which can be used for similarity comparisons. Similar objects have similar hash values, which allows for the detection of similar objects by comparing their hash values. The byte stream should have a sufficient amount of complexity; for example, a byte stream of identical bytes will not generate a hash value.

python-doit 0.36.0
Propagated dependencies: python-cloudpickle@3.1.0 python-importlib-metadata@5.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pydoit.org
Licenses: Expat
Synopsis: Automation tool to execute any kind of task in a build-tools fashion
Description:

doit is an automation tool that brings the power of build-tools to execute any kind of task.

A task describes some computation to be done (actions), and contains some extra meta-data. The actions can be external programs or Python functions. A single task may define more than one action. doit uses the task’s meta-data to:

  • cache task results

  • correct execution order

  • parallel execution

  • powerful dependency system

python-soxs 4.8.5
Propagated dependencies: python-appdirs@1.4.4 python-astropy@6.1.7 python-h5py@3.8.0 python-numpy@1.24.4 python-pooch@1.8.1 python-pyyaml@6.0.1 python-regions@0.10 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://hea-www.cfa.harvard.edu/soxs/
Licenses: Modified BSD
Synopsis: Simulated Observations of X-ray Sources
Description:

SOXS is a software suite which can create simulated X-ray observations of astrophysical sources with almost any existing or planned X-ray observatory. The goal of SOXS is to provide a comprehensive set of tools to design source models and convolve them with simulated models of X-ray instruments. This package was originally developed to support the Lynx X-ray Observatory mission concept, but has evolved to support other missions as well.

Total results: 3594