_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-flit 3.8.0
Propagated dependencies: python-pypa-build@0.7.0 python-tomli-w@1.0.0 python-flit-core@3.8.0 python-docutils@0.19 python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://flit.readthedocs.io/
Licenses: Modified BSD
Synopsis: Simple packaging tool for simple packages
Description:

Flit is a simple way to put Python packages and modules on PyPI. Flit packages a single importable module or package at a time, using the import name as the name on PyPI. All subpackages and data files within a package are included automatically.

python-gtts 2.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pndurette/gTTS
Licenses: Expat
Synopsis: Google Translate text-to-speech interface
Description:

Google Text-to-Speech (gTTS) is a Python library and CLI tool to interface with the Google Translate text-to-speech API. It lets you write spoken MP3 data to a file, a file-like object (bytestring) for further audio manipulation, or stdout.

python-angr 9.2.112
Propagated dependencies: python-ailment@9.2.112 python-archinfo@9.2.112 python-cachetools@5.5.0 python-cffi@1.17.1 python-claripy@9.2.112 python-cle@9.2.112 python-colorama@0.4.6 python-cppheaderparser@2.7.4 python-dpkt@1.9.4 python-gitpython@3.1.24 python-mulpyplexer@0.09 python-nampa@0.1.1 python-networkx@3.4.2 python-protobuf@3.20.3 python-psutil@5.9.2 python-itanium-demangler@1.1 python-pycparser@2.21 python-pyvex@9.2.112 python-pyformlang@1.0.10 python-rich@13.7.1 python-rpyc@5.3.1 python-sortedcontainers@2.4.0 python-sqlalchemy@1.4.42 python-sympy@1.13.3 python-unique-log-filter@0.1.0 unicorn@2.0.1.post1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/angr/angr
Licenses: FreeBSD
Synopsis: Multi-architecture binary analysis toolkit
Description:

This package provides a versatile binary analysis platform with the ability to perform dynamic symbolic execution as well as various static analyses directly on binaries. As such, it can be used for all kinds of reverse engineering, vulnerability discovery, exploit generation, and software testing purposes.

python-xlwt 1.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.python-excel.org/
Licenses: Modified BSD
Synopsis: Library for creating spreadsheet Excel files
Description:

xlwt is a library for writing data and formatting information to older Excel files (i.e. .xls). The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution. It is not intended as an end-user tool.

python-pdoc 13.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pdoc.dev/
Licenses: Unlicense
Synopsis: API documentation for Python projects
Description:

pdoc auto-generates API documentation that follows your project's Python module hierarchy. It requires no configuration, has first-class support for type annotations, cross-links between identifiers, comes with an integrated live-reloading web server, uses customizable HTML templates, understands numpydoc and Google-style docstrings.

python-pytz 2023.3.post1
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: http://pythonhosted.org/pytz
Licenses: Expat
Synopsis: Python timezone library
Description:

This library brings the Olson tz database into Python. It allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. Almost all of the Olson timezones are supported.

python-file 5.45
Dependencies: file@5.45
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.darwinsys.com/file/
Licenses: FreeBSD
Synopsis: Python bindings to the libmagic file type guesser
Description:

This package provides Python bindings to the libmagic file type guesser.

Note that this module and the python-magic module both provide a magic.py file; these two modules, which are different and were developed separately, both serve the same purpose: provide Python bindings for libmagic.

python-mock 5.1.0
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/testing-cabal/mock
Licenses: Expat
Synopsis: Python mocking and patching library for testing
Description:

Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. This library is now part of Python (since Python 3.3), available via the unittest.mock module.

python-vine 5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/celery/vine
Licenses: Modified BSD
Synopsis: Promises for Python
Description:

vine provides a special implementation of promises in that it can be used both for "promise of a value" and lazy evaluation. The biggest upside for this is that everything in a promise can also be a promise, e.g. filters, callbacks and errbacks can all be promises.

python-rpyc 5.3.1
Propagated dependencies: python-hatchling@1.26.1 python-plumbum@1.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tomerfiliba-org/rpyc
Licenses: Expat
Synopsis: Remote Python Call (RPyC) is a symmetric distributed computing library
Description:

This Python module enables remote procedure calls, clustering, and distributed-computing. For this purpose, it makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.

python-yapf 0.43.0
Propagated dependencies: python-platformdirs@4.3.6 python-tomli@2.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/google/yapf
Licenses: ASL 2.0
Synopsis: Formatter for Python code
Description:

YAPF is a formatter for Python code. It's based off of clang-format, developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code didn't violate the style guide.

python-fisx 1.3.2
Propagated dependencies: python-numpy@1.26.2
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: https://github.com/vasole/fisx
Licenses: Expat
Synopsis: Quantitative X-Ray Fluorescence Analysis Support Library
Description:

This software library implements formulas to calculate, given an experimental setup, the expected x-ray fluorescence intensities. The library accounts for secondary and tertiary excitation, K, L and M shell emission lines and de-excitation cascade effects. The basic implementation is written in C++ and a Python binding is provided.

python-silx 2.2.2
Propagated dependencies: python-fabio@2024.9.0 python-h5py@3.13.0 python-hdf5plugin@5.1.0 python-numpy@1.26.2 python-packaging@24.2 python-pint@0.24.4
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: https://www.silx.org
Licenses: Expat
Synopsis: Software library for X-ray data analysis
Description:

silx project is to provide a collection of Python packages to support the development of data assessment, reduction and analysis applications at synchrotron radiation facilities. silx aims to provide reading/writing tools for different file formats, data reduction routines and a set of Qt widgets to browse and visualise data.

python-h5py 3.13.0
Dependencies: hdf5@1.14.6
Propagated dependencies: python-six@1.16.0 python-numpy@1.26.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.h5py.org/
Licenses: Modified BSD
Synopsis: Read and write HDF5 files from Python
Description:

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.

python-jedi 0.19.2
Propagated dependencies: python-parso@0.8.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/davidhalter/jedi
Licenses: Expat
Synopsis: Autocompletion and static analysis library for Python
Description:

Jedi is a static analysis tool for Python that can be used in Integrated Development Environments (IDEs) and text editors. It understands Python on a deeper level than many other static analysis frameworks for Python.

Jedi understands docstrings and you can use Jedi autocompletion in your REPL as well.

python-h5py 3.9.0
Propagated dependencies: python-numpy@1.26.2 hdf5-geos@1.12.2 openmpi@4.1.6 python-mpi4py-geos@3.1.1
Channel: guix-hpc
Location: llnl/geos.scm (llnl geos)
Home page: https://www.h5py.org/
Licenses: Modified BSD
Synopsis: Read and write HDF5 files from Python
Description:

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.

python-cbor 1.0.0
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://github.com/brianolson/cbor_py
Licenses: ASL 2.0
Synopsis: Implementation of the Concise Binary Object Representation
Description:

Python-cbor provides an implementation of the Concise Binary Object Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to a binary format which is smaller and faster to generate and parse. The two primary functions are cbor.loads and cbor.dumps.

python-cmyt 2.0.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://yt-project.org/
Licenses: Modified BSD
Synopsis: Matplotlib colormaps from the yt project
Description:

This package provides a range of colormaps designed for scientific use with Matplotlib. It includes perceptually uniform sequential colormaps such as abre, dusk, kepl, and octarine, as well as monochromatic sequential colormaps like blue, green, and red, and others (algae, pastel, and xray).

python-hdf4 0.11.6
Dependencies: hdf4@4.2.16-2 libjpeg-turbo@2.1.4 zlib@1.3
Propagated dependencies: python-numpy@1.26.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fhs/pyhdf
Licenses: Expat
Synopsis: Python interface to the NCSA HDF4 library
Description:

PYHDF4 is a python wrapper around the NCSA HDF version 4 library, which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. NetCDF files can also be read and modified. It is a successor of Python-HDF4 which is a fork of pyhdf.

python-pydl 1.0.1
Propagated dependencies: python-astropy@7.0.1 python-scipy@1.12.0
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: https://github.com/weaverba137/pydl
Licenses: Modified BSD
Synopsis: IDL astronomy routines converted to Python
Description:

This package consists of Python replacements for functions that are part of the IDL built-in library or part of astronomical IDL libraries. The emphasis is on reproducing results of the astronomical library functions. Only the bare minimum of IDL built-in functions are implemented to support this.

python-cnmf 1.6.0
Propagated dependencies: python-anndata@0.11.1 python-fastcluster@1.2.6 python-matplotlib@3.8.2 python-numba@0.61.0 python-numpy@1.26.2 python-palettable@3.3.3 python-pandas@2.2.3 python-pyyaml@6.0.1 python-scanpy@1.10.4 python-scikit-learn@1.6.1 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dylkot/cNMF
Licenses: Expat
Synopsis: Consensus NMF for scRNA-Seq data
Description:

This tool offers a pipeline for inferring gene expression programs from scRNA-Seq. It takes a count matrix (N cells X G genes) as input and produces a (K x G) matrix of gene expression programs (GEPs) and a (N x K) matrix specifying the usage of each program for each cell in the data.

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-ttpy 1.2.0-0.22dff3d
Dependencies: gmp@6.3.0 mpfr@4.2.1 openblas@0.3.29
Propagated dependencies: python-numpy@1.26.2 python-scipy@1.12.0 python-six@1.16.0
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://github.com/oseledets/ttpy
Licenses: Expat
Synopsis: Python implementation of the Tensor Train (TT) toolbox
Description:

Python implementation of the Tensor Train (TT) toolbox. It contains several important packages for working with the TT-format in Python. It is able to do TT-interpolation, solve linear systems, eigenproblems, solve dynamical problems. Several computational routines are done in Fortran (which can be used separately), and are wrapped with the f2py tool.

Total results: 3816