_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-modin 0.37.1
Propagated dependencies: python-fsspec@2026.1.0 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-psutil@7.2.2 python-typing-extensions@4.15.0 python-dask@2025.11.0 python-distributed@2025.11.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/modin-project/modin
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Make your pandas code run faster
Description:

Modin uses Ray or Dask to provide an effortless way to speed up your pandas notebooks, scripts, and libraries. Unlike other distributed DataFrame libraries, Modin provides seamless integration and compatibility with existing pandas code.

python-parso 0.8.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/davidhalter/parso
Licenses: Expat
Build system: pyproject
Synopsis: Python Parser
Description:

Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your Python file.

python-cachy 0.3.0
Propagated dependencies: python-memcached@1.62 python-msgpack@1.1.2 python-redis@7.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sdispater/cachy
Licenses: Expat
Build system: pyproject
Synopsis: Simple yet effective caching library
Description:

Cachy provides a simple yet effective caching library. A simple but powerful API: thread-safety; decorator syntax; support for memcached, redis, database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.

python-pyscf 2.9.0
Dependencies: libcint@6.1.2 xcfun@2.1.1 openblas@0.3.31
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3 python-h5py@3.15.1
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://github.com/pyscf/pyscf
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library for quantum chemistry calculations
Description:

PySCF (Python-based Simulations of Chemistry Framework) is a Python library for quantum chemistry calculations and method development. Most of the functionality is implemented in Python, while computationally critical parts are implemented in C.

python-tomli 2.2.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/hukkin/tomli
Licenses: Expat
Build system: pyproject
Synopsis: Small and fast TOML parser
Description:

Tomli is a minimal TOML parser that is fully compatible with TOML v1.0.0. It is about 2.4 times as fast as python-toml.

python-gcovr 8.3
Propagated dependencies: python-lxml@6.0.2 python-jinja2@3.1.2 python-colorlog@6.9.0 python-pygments@2.19.2 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://gcovr.com/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Utility for generating code coverage results
Description:

Gcovr provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results. It is inspired by the Python coverage.py package, which provides a similar utility for Python.

python-hsluv 5.0.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.hsluv.org
Licenses: Expat
Build system: pyproject
Synopsis: Human-friendly HSL colour space implemented in Python
Description:

Human-friendly Hue Saturation Lightness. HSLuv extends CIELUV with a new saturation component that allows you to span all the available chroma as a neat percentage.

python-sympy 1.13.3
Propagated dependencies: python-mpmath@1.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.sympy.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for symbolic mathematics
Description:

SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible.

python-ubelt 1.3.6
Propagated dependencies: python-ordered-set@4.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Erotemic/ubelt
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library for hashing, caching, timing and more
Description:

Ubelt is a small library of simple functions that extend the Python standard library. It includes an API to simplify common problems such as caching, timing, computing progress, among other things.

python-cymem 2.0.6
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/explosion/cymem
Licenses: Expat
Build system: pyproject
Synopsis: Cython memory pool for RAII-style memory management
Description:

Cymem provides two small memory-management helpers for Cython. They make it easy to tie memory to a Python object's life-cycle, so that the memory is freed when the object is garbage collected.

python-keras 3.13.1
Propagated dependencies: python-absl-py@2.3.1 python-h5py@3.15.1 python-ml-dtypes@0.5.3 python-namex@0.0.7 python-numpy@2.3.1 python-optree@0.14.0 python-packaging@25.0 python-rich@14.3.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/keras-team/keras
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Deep learning API
Description:

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. It was developed with a focus on enabling fast experimentation and providing a delightful developer experience.

python-cu2qu 1.6.7.post2
Propagated dependencies: python-fonttools@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/cu2qu
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Cubic-to-quadratic bezier curve conversion
Description:

This library provides functions which take in UFO objects (such as Defcon Fonts or Robofab RFonts) and converts any cubic curves to quadratic. The most useful function is probably fonts_to_quadratic.

python-flask 3.1.0
Propagated dependencies: python-asgiref@3.8.1 python-click@8.3.1 python-blinker@1.9.0 python-itsdangerous@2.2.0 python-jinja2@3.1.2 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://palletsprojects.com/p/flask/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Microframework based on Werkzeug, Jinja2 and good intentions
Description:

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.

python24-six 1.4.1
Channel: guix-past
Location: past/packages/python.scm (past packages python)
Home page: https://pypi.org/project/six/
Licenses: Expat
Build system: python-legacy
Synopsis: Six 1.4.1, released 2013-09-02
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.

python-voila 0.5.8
Propagated dependencies: python-jupyter-client@7.4.9 python-jupyter-server@2.17.0 python-jupyterlab-server@2.27.1 python-nbclient@0.10.0 python-nbconvert@7.17.0 python-traitlets@5.14.3 python-websockets@13.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/voila-dashboards/voila
Licenses: Modified BSD
Build system: pyproject
Synopsis: Render live Jupyter notebooks with interactive widgets
Description:

Voilà turns Jupyter notebooks into standalone web applications. Unlike the usual HTML-converted notebooks, each user connecting to the Voilà tornado application gets a dedicated Jupyter kernel which can execute the callbacks to changes in Jupyter interactive widgets.

python-sanic 25.3.0
Propagated dependencies: python-aiofiles@24.1.0 python-aioquic@1.2.0 python-html5tagger@1.3.0 python-httptools@0.7.1 python-multidict@6.7.0 python-sanic-routing@23.12.0 python-tracerite@1.1.3 python-typing-extensions@4.15.0 python-ujson@5.10.0 python-uvloop@0.21.0 python-websockets@13.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/sanic-org/sanic/
Licenses: Expat
Build system: pyproject
Synopsis: Async Python web server/framework
Description:

Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.

python-anyio 4.12.1
Propagated dependencies: python-idna@3.10 python-sniffio@1.3.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://anyio.readthedocs.io
Licenses: Expat
Build system: pyproject
Synopsis: Compatibility layer for multiple asynchronous event loops
Description:

AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency on top of asyncio, and works in harmony with the native SC of trio itself.

python-flask 3.0.3
Propagated dependencies: python-asgiref@3.8.1 python-click@8.3.1 python-blinker@1.9.0 python-itsdangerous@2.2.0 python-jinja2@3.1.2 python-werkzeug@3.1.3
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page: https://palletsprojects.com/p/flask/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Microframework based on Werkzeug, Jinja2 and good intentions
Description:

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.

python-manim 0.20.1
Propagated dependencies: ffmpeg@8.1.1 python-av@16.0.1 python-beautifulsoup4@4.14.3 python-click@8.3.1 python-cloup@3.0.8 python-decorator@5.2.1 python-isosurfaces@0.1.2 python-manimpango@0.5.0 python-mapbox-earcut@2.0.0 python-moderngl@5.12.0 python-moderngl-window@3.1.1 python-networkx@3.4.2 python-numpy@2.3.1 python-pillow@12.1.1 python-pycairo@1.28.0 python-pydub@0.25.1 python-pygments@2.19.2 python-rich@14.3.3 python-screeninfo@0.8.1 python-skia-pathops@0.8.0 python-srt@3.5.3 python-svgelements@1.9.6 python-tqdm@4.67.1 python-typing-extensions@4.15.0 python-watchdog@6.0.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://www.manim.community/
Licenses: Expat
Build system: pyproject
Synopsis: Python animation engine for explanatory math videos
Description:

Manim is a Python library for creating mathematical animations. The animations are written as Python code which is based on predefined objects. You can make animations with maths formulas (LaTeX-based), simple shapes, 3D objects, function graphs and more.

python-babel 2.16.0
Propagated dependencies: python-pytz@2025.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://babel.pocoo.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tools for internationalizing Python applications
Description:

Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.

python-stpsf 2.2.0
Propagated dependencies: python-astropy@8.0.0 python-astroquery@0.4.11 python-matplotlib@3.10.8 python-numpy@2.3.1 python-photutils@3.0.0 python-poppy@1.1.2 python-pysiaf@0.26.0 python-scipy@1.16.3 python-synphot@1.7.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://stpsf.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Creates simulated point spread functions for Space Telescopes)
Description:

STPSF produces simulated PSFs for the James Webb Space Telescope, NASA's flagship infrared space telescope. STPSF can simulate images for any of the four science instruments plus the fine guidance sensor, including both direct imaging, coronagraphic, and spectroscopic modes.

python-lcapy 1.26
Propagated dependencies: python-ipython@9.8.0 python-matplotlib@3.10.8 python-networkx@3.4.2 python-numpy@2.3.1 python-property-cached@1.6.4 python-scipy@1.16.3 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/mph-/lcapy
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Symbolic linear circuit analysis
Description:

Lcapy is a Python package for linear circuit analysis. It uses SymPy for symbolic mathematics.

Lcapy can symbolically analyse circuits described with netlists or by series/parallel combinations of components. It can also manipulate ontinuous-time and discret-time expressions.

python-sybil 9.0.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/simplistix/sybil
Licenses: Expat
Build system: pyproject
Synopsis: Automated testing for examples in code and documentation
Description:

This library provides a way to check examples in your code and documentation by parsing them from their source and evaluating the parsed examples as part of your normal test run. Integration is provided for the main Python test runners.

python-pyotp 2.9.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/pyauth/pyotp
Licenses: Expat
Build system: pyproject
Synopsis: Python One Time Password Library
Description:

PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.

Page: 12425262728185
Total packages: 4418