_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-cwltool 3.1.20240112164112
Dependencies: node@22.14.0
Propagated dependencies: python-argcomplete@3.6.2 python-bagit@1.7.0 python-coloredlogs@10.0 python-cwl-utils@0.32 python-mypy-extensions@1.0.0 python-prov@2.0.1 python-pydot@1.4.2 python-psutil@5.9.2 python-rdflib@6.3.2 python-requests@2.31.0 python-ruamel.yaml@0.18.6 python-schema-salad@8.8.20241206093842 python-setuptools@67.6.1 python-shellescape@3.8.1 python-spython@0.3.13 python-typing-extensions@4.12.2
Channel: gn-bioinformatics
Location: gn/packages/cwl.scm (gn packages cwl)
Home page: https://github.com/common-workflow-language/common-workflow-language
Licenses: ASL 2.0
Synopsis: Common Workflow Language reference implementation
Description:

This is the reference implementation of the CWL standards. The CWL open standards are for describing analysis workflows and tools in a way that makes them portable and scalable across a variety of software and hardware environments, from workstations to cluster, cloud, and high performance computing (HPC) environments. CWL is designed to meet the needs of data-intensive science, such as Bioinformatics, Medical Imaging, Astronomy, Physics, and Chemistry. The cwltool is intended to be feature complete and to provide comprehensive validation of CWL files as well as provide other tools related to working with CWL descriptions.

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-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-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-nitrokey 0.3.1
Propagated dependencies: python-crcmod@1.7 python-pyserial@3.5 python-protobuf@3.20.3 python-cryptography@44.0.0 python-fido2@1.2.0 python-hidapi@0.14.0.post2 python-requests@2.31.0 python-tlv8@0.10.0 python-semver@3.0.4
Channel: abbe
Location: abbe/packages/nitrokey.scm (abbe packages nitrokey)
Home page: https://github.com/Nitrokey/nitrokey-sdk-py
Licenses: Expat ASL 2.0
Synopsis: Nitrokey Python SDK
Description:

Nitrokey Python SDK

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-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-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-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-escapism 1.0.0
Channel: gn-bioinformatics
Location: gn/packages/jupyterhub.scm (gn packages jupyterhub)
Home page: https://github.com/minrk/escapism
Licenses: Expat
Synopsis: Simple, generic API for escaping strings
Description:

Simple, generic API for escaping strings.

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-ansiwrap 0.8.4
Propagated dependencies: python-textwrap3@0.9.2
Channel: guixrus
Location: guixrus/packages/jrnl.scm (guixrus packages jrnl)
Home page: https://github.com/jonathaneunice/ansiwrap
Licenses: None
Synopsis: textwrap, but savvy to ANSI colors and styles
Description:

textwrap, but savvy to ANSI colors and styles

python-easydict 1.9
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://github.com/makinacorpus/easydict
Licenses:
Synopsis: Access dict values as attributes (works recursively).
Description:

Access dict values as attributes (works recursively).

python-aiosocks 0.2.6
Dependencies: python-aiohttp@3.11.11
Channel: tassos-guix
Location: tassos-guix/packages/python-xyz.scm (tassos-guix packages python-xyz)
Home page: https://github.com/nibrag/aiosocks
Licenses:
Synopsis: SOCKS proxy client for asyncio and aiohttp
Description:

SOCKS proxy client for asyncio and aiohttp

python-pywalfox 2.7.3
Channel: engstrand
Location: engstrand/packages/python.scm (engstrand packages python)
Home page: https://github.com/frewacom/pywalfox
Licenses:
Synopsis: Native app used alongside the Pywalfox browser extension
Description:

Native app used alongside the Pywalfox browser extension

python-keycloak 0.27.0
Propagated dependencies: python-jose@3.3.0 python-requests@2.31.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/marcospereirampj/python-keycloak
Licenses: Expat
Synopsis: Keycloak API
Description:

This package provides access to the Keycloak API.

python-radicale 3.5.0
Propagated dependencies: python-defusedxml@0.7.1 python-passlib@1.7.4 python-pika@1.2.1 python-vobject@0.9.6.1
Channel: little-guix-channel
Location: rodion/packages/python.scm (rodion packages python)
Home page: https://github.com/Kozea/Radicale
Licenses: GPL 3
Synopsis: CalDAV and CardDAV Server
Description:

CalDAV and CardDAV Server.

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.

Total results: 3747