_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.

python-glom 24.11.0
Propagated dependencies: python-attrs@25.3.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-edps 1.6.0
Propagated dependencies: python-astropy@7.1.0 python-fastapi@0.115.6 python-networkx@3.4.2 python-pyyaml@6.0.2 python-requests@2.32.5 python-uvicorn@0.34.0 python-tinydb@4.8.0 python-frozendict@2.4.6 python-jinja2@3.1.2 python-pydantic@2.10.4 python-psutil@7.0.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/edps.html
Licenses: Modified BSD
Synopsis: ESO's Data Processing System
Description:

European Southern Observatory Data Processing System EDPS is a system to automatically organise data from ESO instruments for pipeline processing and running the pipeline on these data. It is used for quality control at ESO. The current public release is a beta version without a GUI. A GUI is being developed and the system is meant to eventually replace the older EsoReflex environment.

python-pyte 0.8.2
Propagated dependencies: python-wcwidth@0.2.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
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-daft 0.1.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.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-rodi 2.0.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Neoteroi/rodi
Licenses: Expat
Synopsis: Dependency injection framework for Python
Description:

Rodi is a dependency injection framework for Python applications.

Its features include

  • Type resolution by signature types annotations.

  • Type resolution by class annotations.

  • Type resolution by names and aliases.

  • Build graph of objects without the need for source code changes.

  • Minimum overhead to obtain services, once the objects graph is built.

  • Support for singleton, transient, and scoped services.

python-gcvb 1.0.0-25.9266eff
Propagated dependencies: python-pyyaml@6.0.2 python-dash-bootstrap-components@1.7.1 python-dash-defer-js-import@0.0.2
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page: https://github.com/jm-cc/gcvb
Licenses: Expat
Synopsis: Non-regression, validation and benchmarking of simulation codes
Description:

gcvb (generate compute validate benchmark) is a Python 3 module aiming at facilitating non-regression, validation and benchmarking of simulation codes. gcvb is not a complete tool of continuous integration (CI). It is rather a component of the testing part of a CI workflow. It can compare the different metrics of your computation with references that can be a file, depends of the 'configuration' or are absolute.

python-msal 1.31.1
Propagated dependencies: python-cryptography@44.0.0 python-pyjwt@2.10.1 python-requests@2.32.5
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.10
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.8 python-colorama@0.4.6 python-tomli@2.2.1
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@8.7.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 5.0.0
Propagated dependencies: python-appdirs@1.4.4 python-astropy@7.1.0 python-h5py@3.13.0 python-numpy@1.26.4 python-pooch@1.8.1 python-pyyaml@6.0.2 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.

python-pims 0.7
Propagated dependencies: python-imageio@2.36.1 python-numpy@1.26.4 python-slicerator@1.1.0
Channel: guix
Location: gnu/packages/image-processing.scm (gnu packages image-processing)
Home page: https://github.com/soft-matter/pims
Licenses: Modified BSD
Synopsis: Python Image Sequence
Description:

Scientific video can be packaged in various ways: familiar video formats like .AVI and .MOV, folders full of numbered images, or "stacks" of TIFF images. Each of these requires a separate Python module. And, once loaded, they have different methods for accessing individual images, looping through the images in bulk, accessing a specific range, or dealing with multidimensional files. PIMS can do all of these using a consistent interface, handling the differences between different inputs invisibly.

python-zodb 6.0.1
Propagated dependencies: python-btrees@6.1 python-persistent@6.1.1 python-transaction@5.0 python-zc-lockfile@3.0.post1 python-zconfig@4.0 python-zodbpickle@3.2 python-zope-interface@7.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: http://zodb-docs.readthedocs.io
Licenses: Zope Public License 2.1
Synopsis: Object-oriented database for Python
Description:

ZODB provides an object-oriented and ACID compliant database for Python with a high degree of transparency. ZODB is an object-oriented database, not an object-relational mapping. This comes with several advantaged:

  • no separate language for database operations

  • very little impact on your code to make objects persistent

  • no database mapper that partially hides the database.

  • almost no seam between code and database.

python-huey 2.5.3
Propagated dependencies: python-redis@5.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://huey.readthedocs.io
Licenses: Expat
Synopsis: Lightweight task queue for Python
Description:

Huey is a lightweight task queue for Python applications. Huey supports:

  • Redis, SQLite, file-system, or in-memory storage

  • multi-process, multi-thread or greenlet task execution models

  • scheduling tasks to execute at a given time, or after a given delay

  • scheduling recurring tasks, like a crontab

  • automatically retrying tasks that fail

  • task prioritization

  • task result storage

  • task expiration

  • task locking

  • task pipelines and chains

python-cmd2 2.5.11
Propagated dependencies: python-pyperclip@1.9.0 python-wcwidth@0.2.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-cmd2/cmd2
Licenses: Expat
Synopsis: Tool for building interactive command line applications
Description:

Cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It provides a simple API which is an extension of Python's built-in cmd module. cmd2 provides a wealth of features on top of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd.

python-gatt 0.2.7
Propagated dependencies: python-dbus@1.2.18 python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/getsenic/gatt-python
Licenses: Expat
Synopsis: Bluetooth GATT SDK for Python
Description:

The Bluetooth GATT SDK for Python helps you implement and communicate with any Bluetooth Low Energy device that has a GATT profile. It supports:

  • Discovering nearby Bluetooth Low Energy devices

  • Connecting and disconnecting devices

  • Implementing your custom GATT profile

  • Accessing all GATT services

  • Accessing all GATT characteristics

  • Reading characteristic values

  • Writing characteristic values

  • Subscribing for characteristic value change notifications

Currently, Linux is the only platform supported by this library.

python-fire 0.7.0
Propagated dependencies: python-termcolor@2.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/google/python-fire
Licenses: ASL 2.0
Synopsis: Library for automatically generating command line interfaces
Description:

Fire is a library for automatically generating command line interfaces from absolutely any Python object. The following are the advantages:

  • A simple way to create a CLI in Python.

  • A helpful tool for developing and debugging Python code.

  • Helps with exploring existing code or turning other people's code into a command line interface.

  • Makes transitioning between Bash and Python easier.

  • Makes using a Python REPL easier by setting up the REPL with the modules and variables you'll need already imported and created.

python-pyzx 0.9.0
Propagated dependencies: python-ipywidgets@8.1.2 python-lark@1.2.2 python-numpy@1.26.4 python-pyperclip@1.9.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/zxcalc/pyzx
Licenses: ASL 2.0
Synopsis: Quantum circuit rewriting and optimisation using the ZX-calculus
Description:

PyZX is a Python tool implementing the theory of ZX-calculus for the creation, visualisation, and automated rewriting of large-scale quantum circuits. PyZX currently allows you to:

  • Read in quantum circuits in the file format of QASM, Quipper or Quantomatic;

  • Rewrite circuits into a pseudo-normal form using the ZX-calculus;

  • Extract new simplified circuits from these reduced graphs;

  • Visualise the ZX-graphs and rewrites using either Matplotlib, Quantomatic or as a TikZ file for use in LaTeX documents;

  • Output the optimised circuits in QASM, QC or QUIPPER format.

python-dill 0.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/dill/
Licenses: Modified BSD
Synopsis: Serialize all of Python
Description:

Dill extends Python's pickle module for serializing and de-serializing Python objects to the majority of the built-in Python types. Dill provides the user the same interface as the pickle module, and also includes some additional features. In addition to pickling Python objects, dill provides the ability to save the state of an interpreter session in a single command. Hence, it would be feasible to save a interpreter session, close the interpreter, ship the pickled file to another computer, open a new interpreter, unpickle the session and thus continue from the saved state of the original interpreter session.

python-vosk 0.3.50
Dependencies: vosk-api@0.3.50
Propagated dependencies: python-cffi@1.17.1 python-requests@2.32.5 python-tqdm@4.67.1 python-srt@3.5.3 python-websockets@13.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://alphacephei.com/vosk/
Licenses: ASL 2.0
Synopsis: Speech recognition toolkit based on @code{kaldi}
Description:

This package provides a speech recognition toolkit based on kaldi. It supports more than 20 languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech, Polish. The program works offline, even on lightweight devices. Portable per-language models are about 50Mb each, and there are much bigger and precise models available.

Vosk API provides a streaming API allowing to use it on-the-fly and bindings for different programming languages. It allows quick reconfiguration of vocabulary for better accuracy, and supports speaker identification beside simple speech recognition.

Total results: 3971