_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-opentsne 1.0.1
Dependencies: fftw@3.3.10
Propagated dependencies: python-numpy@1.24.4 python-pynndescent@0.5.11 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/pavlin-policar/openTSNE
Licenses: Modified BSD
Synopsis: Extensible, parallel implementations of t-SNE
Description:

This is a modular Python implementation of t-Distributed Stochastic Neighbor Embedding (t-SNE), a popular dimensionality-reduction algorithm for visualizing high-dimensional data sets.

python-sarif-om 1.0.4
Propagated dependencies: python-attrs@24.2.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/microsoft/sarif-python-om
Licenses: Expat
Synopsis: Python implementation of the SARIF 2.1.0 object model
Description:

This module contains classes for the object model defined by the Static Analysis Results Interchange Format (SARIF) file format.

python-port-for 0.4
Propagated dependencies: python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/kmike/port-for/
Licenses: Expat
Synopsis: TCP localhost port finder and association manager
Description:

This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.

python-xdoctest 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Erotemic/xdoctest
Licenses: ASL 2.0
Synopsis: Rewrite of the Python builtin doctest module
Description:

This package provides a rewrite of the builtin doctest module which leverages the Python AST instead of REGEXPs.

python-humanize 4.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jmoiron/humanize
Licenses: Expat
Synopsis: Print numerical information in a human-readable form
Description:

This package provides a Python module that displays numbers and dates in "human readable" forms. For example, it would display "12345591313" as "12.3 billion".

python-escapism 1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/minrk/escapism
Licenses: Expat
Synopsis: Simple, generic library for escaping strings
Description:

This Python library provides a programming interface to, given a set of safe characters and an escape character, escape safe strings and unescape the result.

python24-pytest 2.4.2
Propagated dependencies: python24-argparse@1.4.0 python24-py@1.4.31
Channel: guix-past
Location: past/packages/python.scm (past packages python)
Home page: https://docs.pytest.org/en/stable/
Licenses: Expat
Synopsis: Py.test 2.4.2, released 2013-10-04
Description:

Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.

python-dm-haiku 0.0.13
Propagated dependencies: python-absl-py@1.4.0 python-chex@0.1.88 python-cloudpickle@3.1.0 python-dill@0.3.6 python-dm-tree@0.1.8 python-flax@0.8.0 python-jax@0.4.28 python-jaxlib@0.4.28 python-jmp@0.0.4 python-numpy@1.24.4 python-optax@0.1.5 python-tabulate@0.9.0 python-tensorflow@2.13.1 python-virtualenv@20.28.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/google-deepmind/dm-haiku
Licenses: ASL 2.0
Synopsis: Sonnet for JAX
Description:

Haiku is a simple neural network library for JAX. It is developed by some of the authors of Sonnet, a neural network library for TensorFlow.

python-pytaglib 1.4.6
Dependencies: taglib@1.12
Channel: guix
Location: gnu/packages/mp3.scm (gnu packages mp3)
Home page: https://github.com/supermihi/pytaglib
Licenses: GPL 3
Synopsis: Python bindings for taglib
Description:

This package is a Python audio tagging library. It is cross-platform, works with all Python versions, and is very simple to use yet fully featured.

python-heapdict 1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://stutzbachenterprises.com/
Licenses: Modified BSD
Synopsis: Heap with decrease-key and increase-key operations
Description:

heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It’s designed to be used as a priority queue.

python-watchdog 6.0.0
Propagated dependencies: python-pathtools@0.1.2 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gorakhargosh/watchdog
Licenses: ASL 2.0
Synopsis: File system events monitoring
Description:

This package provides a way to monitor file system events such as a file modification and trigger an action. This is similar to inotify, but portable.

python-asyncssh 2.18.0
Propagated dependencies: python-cryptography@44.0.0 python-pyopenssl@24.3.0 python-gssapi@1.8.2 python-bcrypt@3.2.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://asyncssh.readthedocs.io/
Licenses: EPL 2.0
Synopsis: Asynchronous SSHv2 client and server library for Python
Description:

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.

python-cfn-lint 1.22.1
Propagated dependencies: python-aws-sam-translator@1.94.0 python-importlib-resources@5.12.0 python-jschema-to-python@1.2.3 python-jsonpatch@1.16 python-junit-xml@1.9-0.4bd08a2 python-networkx@3.4.2 python-pyyaml@6.0.1 python-regex@2022.1.18 python-sarif-om@1.0.4 python-sympy@1.13.3 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/aws-cloudformation/cfn-lint
Licenses: Expat
Synopsis: Validate CloudFormation templates
Description:

This package lets you validate CloudFormation YAML/JSON templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices.

python-selenium 3.141.0
Propagated dependencies: python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/SeleniumHQ/selenium/
Licenses: ASL 2.0
Synopsis: Python bindings for Selenium
Description:

Selenium enables web browser automation. Selenium specifically provides infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.

python-filetype 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/h2non/filetype.py
Licenses: Expat
Synopsis: Infer file type and MIME type of any file/buffer
Description:

filetype is a small and dependency free Python package to infer file type and MIME type checking the magic numbers signature of a file or buffer.

python-archspec 0.2.3
Propagated dependencies: python-boltons@23.0.0 python-cooler@0.9.3 python-ctxcore@0.2.0 python-interlap@0.2.7 python-intervaltree@3.1.0 python-jsonschema@4.23.0 python-networkx@3.4.2 python-numba@0.61.0 python-poetry-core@1.9.1 pyscenic@0.12.1-1.eaf23eb python-scikit-learn@1.4.2 python-tables@3.10.1 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/archspec/archspec
Licenses: Expat
Synopsis: Library to query system architecture
Description:

Archspec offers human-readable labels for system architecture aspects. These aspects include CPU, network fabrics, etc. In addition, it offers APIs to detect, query, and compare them.

python-openpyxl 3.1.5
Propagated dependencies: python-et-xmlfile@1.1 python-jdcal@1.4.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://openpyxl.readthedocs.io
Licenses: Expat
Synopsis: Python library to read/write Excel 2010 XLSX/XLSM files
Description:

This Python library allows reading and writing to the Excel XLSX, XLSM, XLTX and XLTM file formats that are defined by the Office Open XML (OOXML) standard.

python-pygithub 1.55
Propagated dependencies: python-cryptography@44.0.0 python-deprecated@1.2.14 python-pyjwt@2.6.0 python-pynacl@1.5.0 python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pygithub.readthedocs.io/en/latest/
Licenses: LGPL 3+
Synopsis: Python library for the GitHub API
Description:

This library allows managing GitHub resources such as repositories, user profiles, and organizations in your Python applications, using version 3 of the GitHub application programming interface (API).

python-cgatcore 0.6.15
Dependencies: time@1.9
Propagated dependencies: python-apsw@3.46.0.0 python-gevent@24.11.1 python-pandas@2.2.3 python-paramiko@3.5.0 python-pyyaml@6.0.1 python-ruffus@2.8.4 python-sqlalchemy@1.4.42
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/cgat-developers/cgat-core
Licenses: Expat
Synopsis: Computational genomics analysis toolkit
Description:

CGAT-core is a set of libraries and helper functions used to enable researchers to design and build computational workflows for the analysis of large-scale data-analysis.

python-pdbfixer 1.9
Propagated dependencies: openmm@8.1.1 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/openmm/pdbfixer
Licenses: Expat
Synopsis: Application for fixing problems in Protein Data Bank
Description:

PDBFixer is designed to rectify issues in Protein Data Bank files. Its intuitive interface simplifies the process of resolving problems encountered in PDB files prior to simulation tasks.

python-pytensor 2.18.1
Propagated dependencies: python-cons@0.4.2 python-etuples@0.3.3 python-filelock@3.16.1 python-logical-unification@0.4.3 python-minikanren@1.0.1 python-numba@0.61.0 python-numpy@1.24.4 python-scipy@1.12.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pytensor.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Library for mathematical expressions in multi-dimensional arrays
Description:

PyTensor is a Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is a fork of the Aesara library.

python-diceware 0.9.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ulif/diceware/
Licenses: GPL 3+
Synopsis: Generates memorable passphrases
Description:

This package generates passphrases by concatenating words randomly picked from wordlists. It supports several sources of randomness (including real life dice) and different wordlists (including cryptographically signed ones).

python-jsonplus 0.8.0
Propagated dependencies: python-dateutil@2.8.2 python-simplejson@3.17.6 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/randomir/jsonplus
Licenses: Expat
Synopsis: Serialize Python types to/from JSON
Description:

This package provides functionality to serialize arbitrary data types to and from JSON. Common data types are implemented and it is easy to register custom encoders and decoders.

python-fusepyng 1.0.7
Dependencies: fuse@2.9.9
Propagated dependencies: python-paramiko@3.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rianhunter/fusepyng
Licenses: ISC
Synopsis: Simple ctypes bindings for FUSE
Description:

fusepyng is a Python module that provides a simple interface to FUSE on various operating systems. It's just one file and is implemented using ctypes.

Total results: 3740