_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-fontparts 0.13.3
Propagated dependencies: python-booleanoperations@0.9.0 python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontParts
Licenses: Expat
Build system: pyproject
Synopsis: Library for interacting with font parts
Description:

FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.

python-upsetplot 0.9.0
Propagated dependencies: python-matplotlib@3.8.2 python-pandas@2.2.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://upsetplot.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Draw UpSet plots with Pandas and Matplotlib
Description:

This is a Python implementation of UpSet plots by Lex et al. UpSet plots are used to visualize set overlaps; like Venn diagrams but more readable.

python-pycognito 2024.5.1
Propagated dependencies: python-boto3@1.40.61 python-envs@1.4 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/pvizeli/pycognito
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library for using AWS Cognito
Description:

This package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.

python-aiosqlite 0.21.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/jreese/aiosqlite
Licenses: Expat
Build system: pyproject
Synopsis: Asyncio bridge for sqlite3
Description:

The package aiosqlite replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, and context managers for automatically closing connections.

python-reportlab 4.0.8
Propagated dependencies: python-chardet@5.2.0 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/pdf.scm (gnu packages pdf)
Home page: https://www.reportlab.com
Licenses: Modified BSD
Build system: python
Synopsis: Python library for generating PDFs and graphics
Description:

This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats.

python-scspell3k 2.3.0-0.df55035
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/myint/scspell
Licenses: GPL 2
Build system: pyproject
Synopsis: Conservative interactive spell checker for source code
Description:

This package implements a spell checker for source code that does not try to be particularly smart and instead does the simplest thing that can possibly work.

python-coveralls 4.0.1
Propagated dependencies: python-coverage@7.11.0 python-docopt@0.6.2 python-pyyaml@6.0.2 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/coveralls-clients/coveralls-python
Licenses: Expat
Build system: pyproject
Synopsis: Show coverage stats online via coveralls.io
Description:

Coveralls.io is a service for publishing code coverage statistics online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in Python projects.

python-jstyleson 0.0.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/linjackson78/jstyleson
Licenses: Expat
Build system: python
Synopsis: JSON parser supporting js-style comments
Description:

jstyleson is a Python library to parse JSON. Contrary to the standard Python json library, it understands js-style comments. Trailing comma is also supported.

python-numpy-stl 3.2.0
Propagated dependencies: python-numpy@1.26.4 python-utils@3.9.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/WoLpH/numpy-stl/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Read, write and modify binary/ASCII STL files library
Description:

Library to make reading, writing and modifying both binary and ascii STL files, file format native to the stereolithography CAD software created by 3D Systems, easy.

python-sgmllib3k 1.0.0-1.7999646
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hsoft/sgmllib
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python 3 port of sgmllib
Description:

This package provides an unmaintained port of sgmllib to Python 3. It is used to parse text files formatted in SGML.

python-fasteners 0.17.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/harlowja/fasteners
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python package that provides useful locks
Description:

This package provides a Python program that provides following locks:

  • Locking decorator

  • Reader-writer locks

  • Inter-process locks

  • Generic helpers

python-maxminddb 2.6.3
Dependencies: libmaxminddb@1.6.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://www.maxmind.com/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Reader for the MaxMind DB format
Description:

MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). This is a Python module for reading MaxMind DB files.

python-pylsqpack 0.3.22
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/aiortc/pylsqpack
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for @code{ls-qpack}
Description:

pylsqpack is a wrapper around the ls-qpack library. It provides Python Decoder and Encoder objects to read or write HTTP/3 headers compressed with QPACK.

python-vncdotool 1.2.0
Propagated dependencies: python-pillow@11.1.0 python-pycryptodomex@3.21.0 python-twisted@25.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://github.com/sibson/vncdotool
Licenses: Expat
Build system: pyproject
Synopsis: Command line VNC client
Description:

This package provides a Python command line VNC client. It can be useful to automating interactions with virtual machines or hardware devices that are otherwise difficult to control.

python-vncdotool 1.2.0
Propagated dependencies: python-pillow@11.1.0 python-pycryptodomex@3.21.0 python-twisted@25.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://github.com/sibson/vncdotool
Licenses: Expat
Build system: pyproject
Synopsis: Command line VNC client
Description:

This package provides a Python command line VNC client. It can be useful to automating interactions with virtual machines or hardware devices that are otherwise difficult to control.

python-pydevtool 0.3.0
Propagated dependencies: python-doit@0.36.0 python-rich-click@1.8.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pydoit/pydevtool
Licenses: Expat
Build system: pyproject
Synopsis: CLI dev tools powered by pydoit
Description:

This package provides command line tools, powered by pydoit. It offers integration with click and rich for custom CLI and these linters: pycodestlye, pyflakes

python-num2words 0.5.14
Propagated dependencies: python-docopt@0.6.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/savoirfairelinux/num2words
Licenses: LGPL 2.1
Build system: pyproject
Synopsis: Convert numbers to words in multiple languages
Description:

num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages, and can even generate ordinal numbers like forty-second.

python-wurlitzer 3.1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/minrk/wurlitzer
Licenses: Expat
Build system: pyproject
Synopsis: Capture C-level output in context managers
Description:

This library helps to redirect sys.stdout to a stream or a file while executing some piece of code, including C code running within a Python process.

python-pyqt6-sip 13.10.2
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Sip module support for PyQt6
Description:

SIP is used to write self contained extension modules, i.e. without a library to be wrapped. This SIP extension module provides support for the PyQt6 package.

python2-openpyxl 2.6.4
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://openpyxl.readthedocs.io
Licenses: Expat
Build system: python
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-alphafold 2.3.2
Propagated dependencies: openmm@8.3.1 python-absl-py@2.3.1 python-biopython@1.85 python-chex@0.1.88 python-dm-haiku@0.0.13 python-dm-tree@0.1.9 python-immutabledict@4.2.0 python-jax@0.4.28 python-ml-collections@1.1.0 python-pandas@2.2.3 python-pdbfixer@1.9 python-scipy@1.12.0 python-tensorflow@2.13.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://alphafold.ebi.ac.uk/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Predict protein 3D structure from amino acid sequence
Description:

AlphaFold is an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence. It regularly achieves accuracy competitive with experiment.

python-cwlformat 2022.02.18
Propagated dependencies: python-importlib-resources@6.5.2 python-ruamel.yaml@0.18.14
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/rabix/cwl-format
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Prettifier for CWL code
Description:

python-cwlformat is a specification and a reference implementation for a very opinionated CWL code formatter. It outputs CWL in a standardized YAML format.

python-ppmd-cffi 0.5.0
Propagated dependencies: python-cffi@1.17.1
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/miurahr/ppmd
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Prediction by Partial Matching compression library
Description:

PPMd is a compression algorithm library using the Prediction by Partial Matching statistical technique. It is used in RAR and 7-Zip as one of several possible methods.

python-statmorph 0.7.1
Propagated dependencies: python-astropy@7.1.1 python-numpy@1.26.4 python-photutils@2.3.0 python-scikit-image@0.25.2 python-scipy@1.12.0 python-matplotlib@3.8.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/vrodgom/statmorph
Licenses: Modified BSD
Build system: pyproject
Synopsis: Non-parametric morphological diagnostics of galaxy images
Description:

The package statmorph implements functionality of calculating non-parametric morphological diagnostics of galaxy images (e.g., Gini-M_20 and CAS statistics), as well as fitting 2D Sérsic profiles.

Total results: 4157