_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-opcodes 0.3.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Maratyszcza/Opcodes
Licenses: FreeBSD
Synopsis: Database of processor instructions and opcodes
Description:

This project documents instruction sets in a format convenient for tools development. An instruction set is represented by three files:

  • an XML file that describes instructions;

  • an XSD file that describes the structure of the XML file;

  • a Python module that reads the XML file and represents it as a set of Python objects;

It currently provides descriptions for most user-mode x86, x86_64, and k1om instructions up to AVX-512 and SHA (including 3dnow!+, XOP, FMA3, FMA4, TBM and BMI2).

python-cykhash 2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/realead/cykhash
Licenses: Expat
Synopsis: Khash-sets and maps
Description:

This package is a Cython wrapper for khash-sets/maps. It brings functionality of khash to Python and Cython and can be used seamlessly in numpy or pandas. Numpy's world is lacking the concept of a (hash-)set. This shortcoming is fixed and efficient (memory- and speedwise compared to pandas) unique and isin are implemented. Python-set/dict have a big memory-footprint. For some datatypes the overhead can be reduced by using khash by factor 4-8.

python-natsort 7.1.1
Propagated dependencies: python-pyicu@2.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/SethMMorton/natsort
Licenses: Expat
Synopsis: Natural sorting for python and shell
Description:

Natsort lets you apply natural sorting on lists instead of lexicographical. If you use the built-in sorted method in python on a list such as [a20, a9, a1, a4, a10], it would be returned as [a1, a10, a20, a4, a9]. Natsort provides a function natsorted that identifies numbers and sorts them separately from strings. It can also sort version numbers, real numbers, mixed types and more, and comes with a shell command natsort that exposes this functionality in the command line.

python-mofapy2 0.7.1
Propagated dependencies: python-anndata@0.11.1 python-h5py@3.13.0 python-numpy@1.26.2 python-pandas@2.2.3 python-scikit-learn@1.6.1 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://biofam.github.io/MOFA2/
Licenses: LGPL 3
Synopsis: Multi-omics factor analysis
Description:

MOFA is a factor analysis model that provides a general framework for the integration of multi-omic data sets in an unsupervised fashion. Intuitively, MOFA can be viewed as a versatile and statistically rigorous generalization of principal component analysis to multi-omics data. Given several data matrices with measurements of multiple -omics data types on the same or on overlapping sets of samples, MOFA infers an interpretable low-dimensional representation in terms of a few latent factors. These learnt factors represent the driving sources of variation across data modalities, thus facilitating the identification of cellular states or disease subgroups.

python-authres 1.2.0
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://launchpad.net/authentication-results-python
Licenses: ASL 2.0
Synopsis: Authentication-Results email header creator and parser
Description:

This Python module can be used to generate and parse RFC 5451/7001/7601 Authentication-Results email headers. It supports extensions such as:

  • RFC 5617 DKIM/ADSP

  • RFC 6008 DKIM signature identification (header.b)

  • RFC 6212 VBR

  • RFC 6577 SPF

  • RFC 7281 Authentication-Results registration for S/MIME

  • RFC 7293 The Require-Recipient-Valid-Since header field

  • RFC 7489 DMARC

  • ARC (draft-ietf-dmarc-arc-protocol-08)

python-pycotap 1.2.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://el-tramo.be/pycotap
Licenses: Expat
Synopsis: Tiny Python TAP test runner
Description:

This package provides a simple Python test runner for unittest that outputs Test Anything Protocol (TAP) results to standard output. Contrary to other TAP runners for Python, pycotap...

  • prints TAP (and only TAP) to standard output instead of to a separate file, allowing you to pipe it directly to TAP pretty printers and processors;

  • only contains a TAP reporter, so no parsers, no frameworks, no dependencies, etc;

  • is configurable: you can choose how you want the test output and test result diagnostics to end up in your TAP output (as TAP diagnostics, YAML blocks, or attachments).

python-pyogrio 0.10.0
Dependencies: gdal@3.8.2
Propagated dependencies: python-certifi@2022.6.15 python-numpy@1.26.2 python-packaging@24.2
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://pypi.org/project/pyogrio/
Licenses: Expat
Synopsis: Vectorized spatial vector file format I/O using GDAL/OGR
Description:

Pyogrio provides a GeoPandas-oriented API to OGR vector data sources, such as ESRI Shapefile, GeoPackage, and GeoJSON. Vector data sources have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data. Pyogrio uses a vectorized approach for reading and writing GeoDataFrames to and from OGR vector data sources in order to give you faster interoperability. It uses pre-compiled bindings for GDAL/OGR so that the performance is primarily limited by the underlying I/O speed of data source drivers in GDAL/OGR rather than multiple steps of converting to and from Python data types within Python.

python-pandera 0.18.0
Propagated dependencies: python-hypothesis@6.131.8 python-modin@0.32.0 python-multimethod@1.10 python-numpy@1.26.2 python-packaging@24.2 python-pandas@2.2.3 python-pandas-stubs@2.2.3.241126 python-pydantic@2.10.4 python-scipy@1.12.0 python-typeguard@4.4.1 python-typing-inspect@0.9.0 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/unionai-oss/pandera
Licenses: Expat
Synopsis: Perform data validation on dataframe-like objects
Description:

python-pandera provides a flexible and expressive API for performing data validation on dataframe-like objects to make data processing pipelines more readable and robust. Dataframes contain information that python-pandera explicitly validates at runtime. This is useful in production-critical data pipelines or reproducible research settings. With python-pandera, you can:

  • Define a schema once and use it to validate different dataframe types.

  • Check the types and properties of columns.

  • Perform more complex statistical validation like hypothesis testing.

  • Seamlessly integrate with existing data pipelines via function decorators.

  • Define dataframe models with the class-based API with pydantic-style syntax.

  • Synthesize data from schema objects for property-based testing.

  • Lazily validate dataframes so that all validation rules are executed.

  • Integrate with a rich ecosystem of tools like python-pydantic, python-fastapi and python-mypy.

python-cheetah 3.3.1
Propagated dependencies: python-markdown@3.3.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://cheetahtemplate.org/
Licenses: X11-style
Synopsis: Template engine
Description:

Cheetah is a text-based template engine and Python code generator.

Cheetah can be used as a standalone templating utility or referenced as a library from other Python applications. It has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.

Features:

  1. Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other text-based format.

  2. Cleanly separates content, graphic design, and program code.

  3. Blends the power and flexibility of Python with a simple template language that non-programmers can understand.

  4. Gives template writers full access to any Python data structure, module, function, object, or method in their templates.

  5. Makes code reuse easy by providing an object-orientated interface to templates that is accessible from Python code or other Cheetah templates. One template can subclass another and selectively reimplement sections of it.

  6. Provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website.

  7. Compiles templates into optimized, yet readable, Python code.

python-pyroute2 0.8.1
Channel: jacop
Location: jacop/packages/hhd.scm (jacop packages hhd)
Home page: https://github.com/svinota/pyroute2
Licenses: GPL 2+
Synopsis: Python Netlink library
Description:

Python Netlink library.

python-humanize 3.8.0
Propagated dependencies: python-importlib-metadata@5.2.0
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page:
Licenses: Expat
Synopsis: Python humanize utilities
Description:

Python humanize utilities

python-swh.auth 0.6.2
Propagated dependencies: python-click@8.1.7 python-keycloak@0.27.0 python-pyyaml@6.0.1 python-swh.core@2.4.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/source/swh-auth/
Licenses: GPL 3+
Synopsis: Software Heritage Authentication Utilities
Description:

Software Heritage Authentication Utilities.

python-swh.core 2.4.0
Propagated dependencies: python-wheel@0.40.0 python-setuptools-scm@7.1.0 python-click@8.1.7 python-deprecated@1.2.14 python-magic@0.4.27 python-pyyaml@6.0.1 python-sentry-sdk@1.5.5
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/DCORE/
Licenses: GPL 3+
Synopsis: Software Heritage core utilities
Description:

Software Heritage core utilities

python-pyzotero 1.5.18
Propagated dependencies: python-bibtexparser@1.4.0 python-feedparser@6.0.11 python-pytz@2023.3.post1 python-requests@2.31.0
Channel: zzkt
Location: zzkt/packages/python-xyz.scm (zzkt packages python-xyz)
Home page: https://github.com/urschrei/pyzotero
Licenses: Expat
Synopsis: Python wrapper for the Zotero API
Description:

Python wrapper for the Zotero API

python-bio2zarr 0.1.6
Propagated dependencies: python-click@8.1.7 python-coloredlogs@10.0 python-humanfriendly@8.2 python-numcodecs@0.13.1 python-numpy@1.26.2 python-pandas@2.2.3 python-tabulate@0.9.0 python-tqdm@4.67.1 python-zarr@2.18.4
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://github.com/sgkit-dev/bio2zarr
Licenses: ASL 2.0
Synopsis: Convert bioinformatics data to Zarr
Description:

Convert bioinformatics data to Zarr.

python-zope.tal 4.5
Propagated dependencies: python-setuptools@67.6.1 python-zope.i18nmessageid@5.0.1 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.tal
Licenses: Zope Public License 2.1
Synopsis: Zope Template Application Language
Description:

Zope Template Application Language (TAL).

python-swh.fuse 1.0.5
Propagated dependencies: python-aiosqlite@0.18.0 python-daemon@3.0.1 python-psutil@5.9.2 python-pyfuse3@3.3.0 python-pyyaml@6.0.1 python-requests@2.31.0 python-swh.core@2.4.0 python-swh.model@6.1.0 python-swh.web.client@0.5.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/source/swh-fuse
Licenses: GPL 3+
Synopsis: Software Heritage virtual file system
Description:

Software Heritage virtual file system.

python-blurhash 1.1.4
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/halcy/blurhash-python
Licenses: Expat
Synopsis: Pure-Python implementation of the blurhash algorithm
Description:

Pure-Python implementation of the blurhash algorithm.

python-mwclient 0.10.1
Propagated dependencies: python-requests-oauthlib@1.2.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/btongminh/mwclient
Licenses: Expat
Synopsis: MediaWiki API client
Description:

This package provides a MediaWiki API client.

python-holidays 0.13
Propagated dependencies: python-convertdate@2.4.0 python-dateutil@2.8.2 python-hijri-converter@2.2.3 python-korean-lunar-calendar@0.2.1
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/dr-prodigy/python-holidays
Licenses: Expat
Synopsis: Generate and work with holidays in Python
Description:

Generate and work with holidays in Python

python-narwhals 1.39.0
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page:
Licenses:
Synopsis: Extremely lightweight compatibility layer between dataframe libraries
Description:

Extremely lightweight compatibility layer between dataframe libraries.

python-pyparted 3.13.0
Dependencies: parted@3.6
Channel: guix
Location: gnu/packages/disk.scm (gnu packages disk)
Home page: https://github.com/dcantrell/pyparted
Licenses: GPL 2+
Synopsis: Parted bindings for Python
Description:

This package provides parted bindings for Python.

python-doxypypy 0.8.8.7
Propagated dependencies: python-chardet@5.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Feneric/doxypypy
Licenses: GPL 2+
Synopsis: Doxygen filter for Python
Description:

This package provides a Doxygen filter for Python.

python-numpydoc 1.5.0
Propagated dependencies: python-jinja2@3.1.2 python-sphinx@6.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/numpydoc/
Licenses: FreeBSD
Synopsis: Numpy's Sphinx extensions
Description:

Sphinx extension to support docstrings in Numpy format.

Total results: 3804