Category: dev-python
Search
Compact View
PyMuPDF
- Ebuilds: 1, Testing: 1.27.2.3
Description:
PyMuPDF is a high-level Python interface for the MuPDF library —
PDF manipulation, text extraction, page rendering, OCR (with
Tesseract), form/widget editing, and image embedding. Used as the
document-loader half of sci-ml/amd-gaia's ui extra (RAG over PDFs).
Builds against system app-text/mupdf via dev-python/mupdf, not the
bundled copy in the upstream tarball.
Homepage:
https://github.com/pymupdf/pymupdf
https://pymupdf.readthedocs.io
License: AGPL-3
abtem
- Ebuilds: 3, Testing: 1.0.9 , Snapshot: 9999
Description: ab initio transmission electron microscopy
Homepage: https://github.com/abTEM/abTEM
License: GPL-3
addict
- Ebuilds: 1, Testing: 2.4.0
Description:
A small Dict subclass that lets nested keys be accessed via dot
notation: d.foo.bar instead of d['foo']['bar']. Direct dep of
dev-python/misaki.
Homepage:
https://github.com/mewwts/addict
https://pypi.org/project/addict/
License: MIT
amd-quark-bin
- Ebuilds: 1, Testing: 0.11.2
Description: AMD's quantization toolkit for ML model optimization (binary wheel)
Homepage:
https://quark.docs.amd.com
https://github.com/amd/quark
https://pypi.org/project/amd-quark/
License: MIT
anthropic
- Ebuilds: 6, Testing: 0.105.2
Description: The official Python library for the anthropic API
Homepage:
https://github.com/anthropics/anthropic-sdk-python
https://pypi.org/project/anthropic/
License: MIT
antlr4-python3-runtime
- Ebuilds: 1, Testing: 4.11.0
Description: Python 3 runtime for ANTLR
Homepage:
https://www.antlr.org/
https://github.com/antlr/antlr4/
https://pypi.org/project/antlr4-python3-runtime/
License: BSD
apache-tvm-ffi
- Ebuilds: 2, Testing: 0.1.11
Description: Lightweight, framework-agnostic FFI module from Apache TVM
Homepage:
https://github.com/apache/tvm-ffi
https://pypi.org/project/apache-tvm-ffi/
License: Apache-2.0
apsw
- Ebuilds: 4, Testing: 3.53.1.0
Description:
APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible.
Everything you can do from the C API to SQLite 3, you can do from Python.
Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead
works the way SQLite 3 does.
Homepage: https://github.com/rogerbinns/apsw/
License: ZLIB
arro3-core
- Ebuilds: 1, Testing: 0.8.0
Description: Lightweight Rust-backed Arrow implementation for Python
Homepage:
https://github.com/kylebarron/arro3
https://pypi.org/project/arro3-core/
License: || ( MIT Apache-2.0 )
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0
CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB
asciitree
- Ebuilds: 1, Testing: 0.3.3
Description: Draws ASCII trees
Homepage: https://github.com/mbr/asciitree
License: MIT
ase
- Ebuilds: 2, Testing: 3.28.0
Description: Set of Python modules for atomistic simulations
Homepage: https://wiki.fysik.dtu.dk/ase
License: LGPL-3
atomap
- Ebuilds: 5, Testing: 0.4.2 , Snapshot: 9999
Description: Library for analysing atomic resolution images
Homepage: https://atomap.org/
License: GPL-3
av
- Ebuilds: 2, Testing: 17.0.1
Description: Pythonic bindings for FFmpeg's libraries.
Homepage: https://github.com/PyAV-Org/PyAV https://pypi.org/project/av/
License: BSD
bidict
- Ebuilds: 1, Testing: 0.23.1
Description: The bidirectional mapping library for Python
Homepage:
https://github.com/jab/bidict
https://pypi.org/project/bidict/
License: MPL-2.0
blis
- Ebuilds: 1, Testing: 1.3.3
Description:
Self-contained Cython wrapper around the BLIS linear-algebra
library, with a vendored BLIS source tree built at install time.
Used by dev-python/thinc for matrix multiplication on CPU. Note:
distinct from sci-libs/blis (the standalone C library); upstream
explicitly vendors to control performance characteristics.
Homepage:
https://github.com/explosion/cython-blis
https://pypi.org/project/blis/
License: BSD
bokeh
- Ebuilds: 2, Testing: 3.9.0
Description: Statistical and interactive HTML plots for Python
Homepage: https://bokeh.org/
License: BSD
bumps
- Ebuilds: 1, Testing: 1.0.4
Description: Data fitting with Bayesian uncertainty analysis
Homepage:
https://github.com/bumps/bumps
https://pypi.org/project/bumps/
https://bumps.readthedocs.io/
License: public-domain MIT BSD
catalogue
- Ebuilds: 1, Testing: 2.0.10
Description:
catalogue is a small library that provides decorator-based function
registries: register a callable under a string key, look it up
later from anywhere. Used as a building block by ExplosionAI's
spaCy / thinc stack.
Homepage:
https://github.com/explosion/catalogue
https://pypi.org/project/catalogue/
License: MIT
certifi-python2
- Ebuilds: 1, Testing: 10001
Description: Thin replacement for certifi using system certificate store
Homepage:
https://github.com/projg2/certifi-shim
https://pypi.org/project/certifi
License: CC0-1.0
cirron
- Ebuilds: 1, Testing: 0.4
Description: Measure CPU instructions / branch misses / page faults of Python code
Homepage:
https://github.com/s7nfo/Cirron
https://pypi.org/project/Cirron/
License: MIT
cloudpathlib
- Ebuilds: 1, Testing: 0.24.0
Description:
pathlib-style API for AWS S3, Azure Blob, and Google Cloud Storage
URIs. Direct dep of dev-python/weasel for fetching pretrained
spaCy assets from cloud-hosted bundles.
Homepage:
https://github.com/drivendataorg/cloudpathlib
https://pypi.org/project/cloudpathlib/
License: MIT
colorspacious
- Ebuilds: 1, Testing: 1.1.2
Description: Powerful, accurate, and easy-to-use Python library for colorspace conversions
Homepage: https://colorspacious.readthedocs.io/
License: MIT
columnize
- Ebuilds: 1, Testing: 0.3.11
Description: Format a simple list into aligned columns
Homepage:
https://github.com/rocky/columnize
https://pypi.org/project/columnize/
License: PSF-2
compressed-tensors
- Ebuilds: 1, Testing: 0.15.0.1
Description: Library for utilizing the safetensors format with compressed tensors
Homepage:
https://github.com/vllm-project/compressed-tensors
https://pypi.org/project/compressed-tensors/
License: Apache-2.0
conch-triton-kernels
- Ebuilds: 2, Testing: 1.3
Description: Stack AV's Triton kernel repository for GPU-accelerated ML
Homepage:
https://github.com/stackav-oss/conch
https://pypi.org/project/conch-triton-kernels/
License: Apache-2.0
confection
- Ebuilds: 1, Testing: 1.3.3
Description:
Configuration system used by ExplosionAI's spaCy / thinc stack —
typed, validated, with overlay/inherit semantics for ML pipeline
configs. Direct dep of dev-python/{thinc,weasel,spacy}.
Homepage:
https://github.com/explosion/confection
https://pypi.org/project/confection/
License: MIT
csvw
- Ebuilds: 1, Testing: 4.0.0
Description:
Python implementation of the W3C CSV-on-the-Web standard —
schema-aware CSV reading/writing with metadata, validation, and
RDF mapping. Direct dep of dev-python/segments in the kokoro
chain (transitive of phonemizer-fork → misaki[en] → kokoro).
Homepage:
https://github.com/cldf/csvw
https://pypi.org/project/csvw/
License: Apache-2.0
cuda-bindings
- Ebuilds: 3, Testing: 13.3.1
Description: Python bindings for CUDA driver and runtime APIs
Homepage:
https://github.com/NVIDIA/cuda-python
https://nvidia.github.io/cuda-python/cuda-bindings/
https://pypi.org/project/cuda-bindings/
License: NVIDIA-CUDA
cuda-core
- Ebuilds: 1, Testing: 1.0.1
Description: cuda.core: pythonic CUDA module
Homepage:
https://github.com/NVIDIA/cuda-python
https://nvidia.github.io/cuda-python/cuda-core/
https://pypi.org/project/cuda-core/
License: Apache-2.0
cuda-pathfinder
- Ebuilds: 2, Testing: 1.5.5
Description:
Pathfinder utilities used by NVIDIA's cuda-python project to locate
installed CUDA components (binaries, dynamic libraries and headers)
at runtime. Required by cupy 14.x and other CUDA Python bindings.
Homepage:
https://github.com/NVIDIA/cuda-python
https://pypi.org/project/cuda-pathfinder/
License: Apache-2.0
cuda-python
- Ebuilds: 3, Testing: 13.3.1
Description: Metapackage pulling cuda-bindings and cuda-pathfinder
Homepage:
https://github.com/NVIDIA/cuda-python
https://nvidia.github.io/cuda-python/
https://pypi.org/project/cuda-python/
License: NVIDIA-CUDA
cuda-tile-bin
- Ebuilds: 2, Testing: 1.4.0
Description: NVIDIA CUDA Tile Compiler (binary wheels)
Homepage:
https://pypi.org/project/cuda-tile/
License: all-rights-reserved
cupy
- Ebuilds: 3, Testing: 14.1.0
Description: CuPy: A NumPy-compatible array library accelerated by CUDA
Homepage: https://cupy.dev/
License: MIT
curated-tokenizers
- Ebuilds: 1, Testing: 0.0.9
Description:
Cython-compiled tokenizer building blocks for spaCy's curated-
transformers integration. Slim WordPiece / SentencePiece / BBPE.
Direct dep of dev-python/spacy-curated-transformers.
Homepage:
https://github.com/explosion/curated-tokenizers
https://pypi.org/project/curated-tokenizers/
License: MIT
curated-transformers
- Ebuilds: 1, Testing: 0.1.1
Description:
Curated transformer models for spaCy — slim PyTorch-only set of
pretrained transformer architectures (BERT, RoBERTa, etc.). Direct
dep of dev-python/spacy-curated-transformers in the kokoro chain.
Homepage:
https://github.com/explosion/curated-transformers
https://pypi.org/project/curated-transformers/
License: MIT
cyclopts
- Ebuilds: 2, Testing: 4.16.1
Description: Intuitive, easy-to-use CLI framework based on type hints
Homepage:
https://github.com/BrianPugh/cyclopts
https://pypi.org/project/cyclopts/
License: Apache-2.0
cymem
- Ebuilds: 1, Testing: 2.0.13
Description:
Cython memory pool for tying C-level allocation lifetimes to
Python objects (RAII-style). Building block for the spaCy /
thinc / preshed stack.
Homepage:
https://github.com/explosion/cymem
https://pypi.org/project/cymem/
License: MIT
dans-diffraction
- Ebuilds: 3, Testing: 3.0.0
Description: Generate diffracted intensities from crystals
Homepage: https://danporter.github.io/Dans_Diffraction/
License: Apache-2.0
darkdetect
- Ebuilds: 1, Testing: 0.8.0
Description:
Tiny Python package that returns the host operating system's
light/dark theme preference. Used by wxmplot/wxutils to pick
matching plot styles on launch.
Homepage:
https://github.com/albertosottile/darkdetect
https://pypi.org/project/darkdetect/
License: BSD
dask
- Ebuilds: 2, Testing: 2026.3.0
Description:
Dask is a simple task scheduling system that uses directed acyclic
graphs (DAGs) of tasks to break up large computations into many
small ones.
Homepage:
https://www.dask.org/
https://github.com/dask/dask/
https://pypi.org/project/dask/
License: BSD
dask-labextension
- Ebuilds: 1, Testing: 7.0.0
Description: JupyterLab extension for Dask
Homepage: https://github.com/dask/dask-labextension
License: BSD
dataproperty
- Ebuilds: 1, Testing: 1.1.1
Description: Python library for extracting data type / data property from a value
Homepage:
https://github.com/thombashi/DataProperty
https://pypi.org/project/DataProperty/
License: MIT
deltalake
- Ebuilds: 1, Testing: 1.5.1
Description: Native Delta Lake Python binding based on delta-rs
Homepage:
https://github.com/delta-io/delta-rs
https://pypi.org/project/deltalake/
https://delta-io.github.io/delta-rs/
License: Apache-2.0
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0
CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 Unicode-3.0 Unicode-DFS-2016 ZLIB
depyf
- Ebuilds: 1, Testing: 0.20.0
Description: Decompile Python functions, from bytecode to source code
Homepage:
https://github.com/thuml/depyf
https://pypi.org/project/depyf/
License: MIT
diffpy-structure
- Ebuilds: 2, Testing: 3.4.0
Description: Crystal structure container and parsers for structure formats
Homepage: https://github.com/diffpy/diffpy.structure
License: BSD
diffpy-utils
- Ebuilds: 1, Testing: 3.7.2
Description: General-purpose utilities for the diffpy libraries
Homepage:
https://github.com/diffpy/diffpy.utils
https://pypi.org/project/diffpy.utils/
License: BSD
diffsims
- Ebuilds: 3, Testing: 0.7.0
Description: Python library for simulating diffraction
Homepage: https://github.com/pyxem/diffsims
License: GPL-3
distributed
- Ebuilds: 2, Testing: 2026.3.0
Description: Distributed scheduler for Dask
Homepage:
https://distributed.dask.org/
https://github.com/dask/distributed/
https://pypi.org/project/distributed/
License: BSD
dlinfo
- Ebuilds: 1, Testing: 2.0.0
Description:
Thin Python wrapper around libc's dlinfo(3) — query the path of a
loaded shared object given a handle from ctypes.CDLL. Used by
dev-python/phonemizer-fork to locate the espeak-ng library at
runtime.
Homepage:
https://github.com/fphammerle/python-dlinfo
https://pypi.org/project/dlinfo/
License: MIT
docstring-parser
- Ebuilds: 1, Testing: 0.18.0
Description: Parse Python docstrings in reST, Google and Numpydoc formats
Homepage:
https://github.com/rr-/docstring_parser
https://pypi.org/project/docstring-parser/
License: MIT
donfig
- Ebuilds: 1, Testing: 0.8.1_p1
Description: Python package for configuring a python package
Homepage:
https://github.com/pytroll/donfig
https://pypi.org/project/donfig/
License: MIT
einops
- Ebuilds: 1, Testing: 0.8.2
Description: Flexible and powerful tensor operations for readable code
Homepage:
https://github.com/arogozhnikov/einops
https://pypi.org/project/einops/
License: MIT
emdfile
- Ebuilds: 2, Testing: 0.0.16
Description: hdf5-based Electron Microscopy Dataset
Homepage: https://github.com/py4dstem/emdfile
License: MIT
emmet-core
- Ebuilds: 2, Testing: 0.86.4
Description: Core Emmet data models for the Materials Project
Homepage:
https://github.com/materialsproject/emmet/
https://pypi.org/project/emmet-core/
License: BSD
espeakng-loader
- Ebuilds: 1, Testing: 0.2.4
Description:
Gentoo-specific thin replacement for the upstream espeakng-loader
package on PyPI. Upstream ships pre-built wheels with a bundled
libespeak-ng.so binary per platform — Gentoo-hostile vendoring.
This ebuild installs a hand-written module exposing the same
four-function API (get_library_path / get_data_path /
load_library / make_library_available) but returns system paths
from app-accessibility/espeak-ng.
Used by dev-python/misaki[en] in the kokoro chain.
Homepage:
https://github.com/thewh1teagle/espeakng-loader
https://pypi.org/project/espeakng-loader/
License: MIT
euphonic
- Ebuilds: 2, Testing: 1.6.1
Description: Calculates phonon bandstructures and inelastic neutron scattering intensities
Homepage: https://github.com/pace-neutrons/Euphonic
License: GPL-3
exspy
- Ebuilds: 2, Testing: 0.3.2
Description: EELS and EDS analysis with the HyperSpy framework
Homepage: https://github.com/hyperspy/exspy
License: GPL-3
fabio
- Ebuilds: 2, Testing: 2025.10.0 , 2024.9.0
Description: FabIO is an I/O library for images produced by 2D X-ray detectors
Homepage: https://github.com/silx-kit/fabio
License: MIT
fastapi
- Ebuilds: 2, Testing: 0.136.3
Description: FastAPI framework, high performance, easy to learn, ready for production
Homepage:
https://fastapi.tiangolo.com/
https://pypi.org/project/fastapi/
https://github.com/fastapi/fastapi
License: MIT
fastrlock
- Ebuilds: 2, Testing: 0.8.3
Description: Fast, re-entrant optimistic lock implemented in Cython
Homepage: https://github.com/scoder/fastrlock
License: MIT
fastsafetensors
- Ebuilds: 3, Testing: 0.3.2
Description: High-performance safetensors model loader (GPUDirect Storage)
Homepage:
https://github.com/foundation-model-stack/fastsafetensors
https://pypi.org/project/fastsafetensors/
License: Apache-2.0
fire
- Ebuilds: 1, Testing: 0.7.1
Description: Auto-generate command-line interfaces from any Python object
Homepage:
https://github.com/google/python-fire
https://pypi.org/project/fire/
License: Apache-2.0
flashinfer-cubin
- Ebuilds: 5, Testing: 0.6.12
Description: Pre-compiled cubins for FlashInfer kernels
Homepage:
https://github.com/flashinfer-ai/flashinfer
https://pypi.org/project/flashinfer-cubin/
License: all-rights-reserved
flashinfer-python
- Ebuilds: 5, Testing: 0.6.12
Description: FlashInfer: kernel library for LLM serving (Python frontend)
Homepage:
https://github.com/flashinfer-ai/flashinfer
https://pypi.org/project/flashinfer-python/
License: Apache-2.0
flexcache
- Ebuilds: 1, Testing: 0.3
Description: Saves and loads to the cache a transformed versions of a source object
Homepage: https://github.com/hgrecco/flexcache
License: BSD
flexparser
- Ebuilds: 1, Testing: 0.4
Description: Parsing made fun ... using typing.
Homepage: https://github.com/hgrecco/flexparser
License: BSD
gdown
- Ebuilds: 2, Testing: 6.1.0
Description: Command-line Google Drive file downloader
Homepage:
https://github.com/wkentaro/gdown/
https://pypi.org/project/gdown/
License: MIT
gemmi
- Ebuilds: 3, Testing: 0.7.5
Description: library for structural biology
Homepage: https://project-gemmi.github.io/
License: MPL-2.0
gguf
- Ebuilds: 1, Testing: 0.19.0
Description: Read and write ML models in GGUF for GGML
Homepage:
https://ggml.ai
https://github.com/ggml-org/llama.cpp
https://pypi.org/project/gguf/
License: MIT
google-ai-generativelanguage
- Ebuilds: 2, Testing: 0.11.0
Description: Google AI generative-language API client (generated GAPIC bindings)
Homepage:
https://github.com/googleapis/google-cloud-python
https://pypi.org/project/google-ai-generativelanguage/
License: Apache-2.0
google-crc32c
- Ebuilds: 1, Testing: 1.8.0
Description: Python wrapper of the C library 'Google CRC32C'
Homepage:
https://github.com/googleapis/python-crc32c
https://pypi.org/project/google-crc32c/
License: Apache-2.0
google-generativeai
- Ebuilds: 1, Testing: 0.8.6
Description:
Google's Gemini API Python client. Upstream archived this package
in favour of google-genai; PyPI ships wheels only, so we build from
the GitHub source tarball at tag v0.8.6.
Homepage: https://github.com/google-gemini/deprecated-generative-ai-python
License: Apache-2.0
h5pyd
- Ebuilds: 1, Testing: 0.24.0
Description:
h5pyd presents an h5py-compatible Python API on top of the HDF
REST/HSDS service. Provides the dev-python/silx [h5pyd] extra
that lets silx browse and read remote HSDS-served HDF5 datasets.
Homepage:
https://github.com/HDFGroup/h5pyd
https://pypi.org/project/h5pyd/
License: BSD
hatch-build-scripts
- Ebuilds: 1, Testing: 1.0.0
Description: Hatch plugin to run build scripts and bundle their artifacts
Homepage:
https://github.com/rmorshea/hatch-build-scripts
https://pypi.org/project/hatch-build-scripts/
License: MIT
hatch-requirements-txt
- Ebuilds: 1, Testing: 0.4.1
Description: Hatchling plugin to read project dependencies from requirements.txt
Homepage: https://github.com/repo-helper/hatch-requirements-txt
License: BSD
hatch-sphinx
- Ebuilds: 1, Testing: 0.0.4
Description: Hatch plugin to build Sphinx documentation during wheel builds
Homepage:
https://github.com/llimeht/hatch-sphinx
https://pypi.org/project/hatch-sphinx/
License: MIT
hdf5plugin
- Ebuilds: 3, Testing: 6.0.0
Description: HDF5 Plugins for Windows, MacOS, and Linux
Homepage: https://github.com/silx-kit/hdf5plugin
License: GPL-3
httpx-sse
- Ebuilds: 1, Testing: 0.4.3
Description: Consume Server-Sent Event (SSE) messages with HTTPX
Homepage:
https://github.com/florimondmanca/httpx-sse
https://pypi.org/project/httpx-sse/
License: MIT
hyperspy
- Ebuilds: 2, Testing: 2.4.0
Description: Interactive analysis of multidimensional datasets tools
Homepage: https://hyperspy.org/
License: GPL-3
hyperspy-gui-ipywidgets
- Ebuilds: 2, Testing: 2.1.1
Description: Interactive analysis of multidimensional datasets tools
Homepage: https://hyperspy.org/
License: GPL-3
hyperspy-gui-traitsui
- Ebuilds: 2, Testing: 2.1.1
Description: Provides traitsui graphic user interface (GUI) elements for hyperspy
Homepage: https://hyperspy.org/
License: GPL-3
hyperspyui
- Ebuilds: 1, Testing: 2.0.2-r1
Description: Qt GUI for hyperspy - multidimensional data analysis
Homepage:
https://hyperspy.org/hyperspyUI/
https://github.com/hyperspy/hyperspyUI/
https://pypi.org/project/hyperspyUI/
License: GPL-3
interegular
- Ebuilds: 1, Testing: 0.3.3
Description: A regex intersection checker
Homepage:
https://github.com/MegaIng/interegular
https://pypi.org/project/interegular/
License: MIT
ipympl
- Ebuilds: 1, Testing: 0.10.0
Description: Matplotlib Jupyter Extension
Homepage: https://matplotlib.org/
License: BSD
jiter
- Ebuilds: 3, Testing: 0.15.0
Description: Fast iterable JSON parser
Homepage:
https://github.com/pydantic/jiter
https://pypi.org/project/jiter/
License: MIT
Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 UoI-NCSA
Unicode-3.0
jsonlines
- Ebuilds: 1, Testing: 4.0.0
Description: Library with helpers for the jsonlines file format
Homepage:
https://github.com/wbolster/jsonlines
https://pypi.org/project/jsonlines/
License: BSD
kokoro
- Ebuilds: 1, Testing: 0.9.4
Description:
Kokoro lightweight TTS Python interface — wraps the Kokoro family
of small open-weight neural TTS models (24 kHz). The downstream
consumer for sci-ml/amd-gaia[talk]'s TTS half (which is currently
deferred-but-functional via this package).
Capped at python_requires<3.13 by upstream; single-impl py3.12
in this overlay until that cap is verified stale.
Homepage:
https://github.com/hexgrad/kokoro
https://pypi.org/project/kokoro/
License: Apache-2.0
langcodes
- Ebuilds: 1, Testing: 3.5.1
Description:
Tools for working with IETF BCP 47 / RFC 5646 language codes:
parse, normalize, look up names, query language properties.
Transitive dep of dev-python/spacy via dev-python/weasel.
Homepage:
https://github.com/georgkrause/langcodes
https://pypi.org/project/langcodes/
License: MIT
langdetect
- Ebuilds: 1, Testing: 1.0.9
Description: Port of Google's language-detection library to Python
Homepage:
https://github.com/Mimino666/langdetect
https://pypi.org/project/langdetect/
License: Apache-2.0
language-tags
- Ebuilds: 1, Testing: 1.3.1
Description:
Python version of the language-tags JavaScript project — IETF
BCP 47 / RFC 5646 language-tag parsing and validation. Direct dep
of dev-python/csvw.
Homepage:
https://github.com/OnroerendErfgoed/language-tags
https://pypi.org/project/language-tags/
License: MIT
larixite
- Ebuilds: 2, Testing: 2026.1.0
Description: CIF + crystal-structure helpers used by xraylarch
Homepage:
https://github.com/xraypy/larixite/
https://pypi.org/project/larixite/
License: MIT
latex2sympy2-extended
- Ebuilds: 1, Testing: 1.11.0
Description: Convert LaTeX math to SymPy expressions
Homepage:
https://github.com/huggingface/latex2sympy2_extended
https://pypi.org/project/latex2sympy2-extended/
License: MIT
latexrestricted
- Ebuilds: 1, Testing: 0.6.2
Description: Library for creating executables compatible with LaTeX restricted shell escape
Homepage:
https://github.com/gpoore/latexrestricted
https://pypi.org/project/latexrestricted/
License: LPPL-1.3c
link-traits
- Ebuilds: 2, Testing: 1.0.3
Description: A fork to traitlets
Homepage: https://github.com/hyperspy/link_traits
License: BSD
llguidance
- Ebuilds: 2, Testing: 1.7.5
Description: Low-level guidance library: grammar-constrained LLM generation
Homepage:
https://github.com/guidance-ai/llguidance
https://pypi.org/project/llguidance/
License: MIT
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CDLA-Permissive-2.0
ISC MIT MIT-0 MPL-2.0 MPL-2.0 Unicode-3.0
llvmlite
- Ebuilds: 4, Testing: 0.47.0 , Snapshot: 9999
Description:
llvmlite uses the LLVM library for JIT (just-in-time) compilation of
Python code into native machine instructions during runtime. Instead
of exposing large parts of the LLVM C++ API for direct calls into the
LLVM library, llvmlite follows a lightweight multi-layered approach.
Homepage: https://llvmlite.pydata.org/
License: BSD
lm-format-enforcer
- Ebuilds: 1, Testing: 0.11.3
Description: Enforce the output format (JSON Schema, Regex, etc) of a language model
Homepage:
https://github.com/noamgat/lm-format-enforcer
https://pypi.org/project/lm-format-enforcer/
License: MIT
locket
- Ebuilds: 1, Testing: 1.0.0
Description: File-based locks for Python
Homepage:
https://github.com/mwilliamson/locket.py/
https://pypi.org/project/locket/
License: BSD
math-verify
- Ebuilds: 1, Testing: 0.9.0
Description: HuggingFace library for verifying mathematical answers
Homepage:
https://github.com/huggingface/math-verify
https://pypi.org/project/math-verify/
License: Apache-2.0
matplotlib-scalebar
- Ebuilds: 2, Testing: 0.9.0
Description: Artist for matplotlib to display a scale bar
Homepage: https://github.com/ppinard/matplotlib-scalebar
License: BSD
mbstrdecoder
- Ebuilds: 1, Testing: 1.1.5
Description: Multi-byte character string decoder for Python
Homepage:
https://github.com/thombashi/mbstrdecoder
https://pypi.org/project/mbstrdecoder/
License: MIT
mcp
- Ebuilds: 3, Testing: 1.27.2
Description: Model Context Protocol SDK
Homepage:
https://modelcontextprotocol.io/docs/getting-started/intro
https://github.com/modelcontextprotocol/python-sdk
https://pypi.org/project/mcp/
License: MIT
misaki
- Ebuilds: 1, Testing: 0.9.4
Description:
G2P (grapheme-to-phoneme) engine designed for Kokoro TTS models.
English support pulls in spaCy + spacy-curated-transformers for
sentence segmentation, plus phonemizer-fork as the espeak-ng
bridge. Direct dep of dev-python/kokoro.
Capped at python_requires<3.13 by upstream — single-impl py3.12
in this overlay until that cap is verified stale.
Homepage:
https://github.com/hexgrad/misaki
https://pypi.org/project/misaki/
License: MIT
mistral-common
- Ebuilds: 1, Testing: 1.11.2
Description: Mistral-common: library of common utilities for Mistral AI
Homepage:
https://github.com/mistralai/mistral-common
https://pypi.org/project/mistral_common/
License: Apache-2.0
model-hosting-container-standards
- Ebuilds: 1, Testing: 0.1.15
Description: Python toolkit for standardized model hosting container implementations
Homepage:
https://github.com/aws/model-hosting-container-standards
https://pypi.org/project/model-hosting-container-standards/
License: Apache-2.0
monty
- Ebuilds: 2, Testing: 2026.5.18
Description: Stdlib supplement and helpers used across the pymatgen family
Homepage:
https://github.com/materialyzeai/monty/
https://pypi.org/project/monty/
License: MIT
mosestokenizer
- Ebuilds: 1, Testing: 1.2.1
Description: Wrappers for the Moses tokenizer/detokenizer/punctuation-normaliser
Homepage:
https://github.com/luismsgomes/mosestokenizer
https://pypi.org/project/mosestokenizer/
License: LGPL-2+
mp-api
- Ebuilds: 2, Testing: 0.46.1
Description: Client library for accessing the new Materials Project API
Homepage:
https://github.com/materialsproject/api/
https://pypi.org/project/mp-api/
License: BSD
mpire
- Ebuilds: 2, Testing: 2.10.2
Description: A Python package for easy multiprocessing
Homepage: https://github.com/sybrenjansen/mpire
License: MIT
mpld3
- Ebuilds: 1, Testing: 0.5.12
Description: D3-backed viewer for matplotlib figures
Homepage:
https://github.com/mpld3/mpld3
https://pypi.org/project/mpld3/
https://mpld3.github.io/
License: BSD
mupdf
- Ebuilds: 1, Testing: 1.27.2
Description:
Python bindings for the MuPDF library: a C++ shim wrapping
app-text/mupdf's C API plus SWIG-generated Python module. Used by
dev-python/PyMuPDF as its low-level layer. Bindings are generated
at build time from MuPDF headers using libclang
(dev-python/clang).
Homepage: https://mupdf.com
License: AGPL-3
murmurhash
- Ebuilds: 1, Testing: 1.0.15
Description:
Cython bindings for the MurmurHash2 fast non-cryptographic hash.
Used by spaCy / thinc / preshed for low-collision string interning.
Homepage:
https://github.com/explosion/murmurhash
https://pypi.org/project/murmurhash/
License: MIT
ncempy
- Ebuilds: 3, Testing: 1.16
Description: openNCEM's Python Package
Homepage: https://github.com/ercius/openNCEM
License: GPL-3 MIT
nltk
- Ebuilds: 1, Testing: 3.9.4
Description: Natural Language Toolkit for Python
Homepage:
https://www.nltk.org/
https://github.com/nltk/nltk
https://pypi.org/project/nltk/
License: Apache-2.0
num2words
- Ebuilds: 1, Testing: 0.5.14
Description:
num2words converts integers and floats into their written-form
representation across 40+ languages, currency-aware. Direct dep
of dev-python/misaki for English G2P preprocessing.
Homepage:
https://github.com/savoirfairelinux/num2words
https://pypi.org/project/num2words/
License: LGPL-2.1+
numba
- Ebuilds: 5, Testing: 0.65.1 , Snapshot: 9999
Description:
Numba is a NumPy-aware optimizing compiler for Python. It uses the LLVM
compiler infrastructure to compile Python syntax to machine code.
It is aware of NumPy arrays as typed memory regions and so can
speed-up code using NumPy arrays. Other, less well-typed code will be
translated to Python C-API calls effectively removing the
"interpreter" but not removing the dynamic indirection.
Homepage: https://numba.pydata.org/
https://github.com/numba
License: BSD
numcodecs
- Ebuilds: 4, Testing: 0.16.5
Description:
A Python package providing buffer compression and transformation
codecs for use in data storage and communication applications.
Homepage: https://github.com/zarr-developers/numcodecs
License: GPL-3
numdifftools
- Ebuilds: 1, Testing: 0.9.42
Description: Solves automatic numerical differentiation problems in one or more variables
Homepage:
https://github.com/pbrod/numdifftools/
https://pypi.org/project/numdifftools/
License: BSD
numpy-python2
- Ebuilds: 1, Testing: 1.16.6
Description: Fast array and numerical python library
Homepage: https://numpy.org/
License: BSD
nvidia-cudnn-frontend
- Ebuilds: 3, Testing: 1.24.0
Description: cuDNN Frontend Python bindings (header API + pybind11 layer)
Homepage:
https://github.com/NVIDIA/cudnn-frontend
https://pypi.org/project/nvidia-cudnn-frontend/
License: MIT
nvidia-cutlass-dsl
- Ebuilds: 3, Testing: 4.5.2
Description: NVIDIA CUTLASS Python DSL — metapackage for libs-base + libs-cu13
Homepage:
https://github.com/NVIDIA/cutlass
https://docs.nvidia.com/cutlass/
https://pypi.org/project/nvidia-cutlass-dsl/
License: NVIDIA-CUDA
nvidia-cutlass-dsl-libs-base
- Ebuilds: 3, Testing: 4.5.2
Description: NVIDIA CUTLASS Python DSL — base shared libs
Homepage:
https://github.com/NVIDIA/cutlass
https://pypi.org/project/nvidia-cutlass-dsl-libs-base/
License: NVIDIA-CUDA
nvidia-cutlass-dsl-libs-cu13
- Ebuilds: 3, Testing: 4.5.2
Description: NVIDIA CUTLASS Python DSL — CUDA-13-specific shared libs
Homepage:
https://github.com/NVIDIA/cutlass
https://pypi.org/project/nvidia-cutlass-dsl-libs-cu13/
License: NVIDIA-CUDA
openai
- Ebuilds: 3, Testing: 2.38.0
Description: The official Python library for the openai API
Homepage:
https://github.com/openai/openai-python
https://pypi.org/project/openai/
License: Apache-2.0
openai-harmony
- Ebuilds: 1, Testing: 0.0.8
Description: OpenAI's response format for its open-weight model series gpt-oss
Homepage:
https://github.com/openai/harmony
https://pypi.org/project/openai-harmony/
License: Apache-2.0
0BSD Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB
openai-whisper
- Ebuilds: 1, Testing: 20250625
Description:
OpenAI's Whisper speech-recognition model: end-to-end multilingual
automatic-speech-recognition + translation, trained on 680k hours of
weakly-supervised audio. The Python implementation ships transcribe()
/ detect_language() / load_model() APIs over a PyTorch backend.
Imports as plain "whisper"; conflicts with dev-python/whisper
(Graphite round-robin DB — same name, unrelated upstream).
The Triton fastpath (triton>=2 from upstream's optional dep) is not
pulled here; it would speed up long-form decoding but isn't packaged
on this overlay yet. Functional fallback is pure-PyTorch.
Homepage:
https://github.com/openai/whisper
https://pypi.org/project/openai-whisper/
License: MIT
openfile
- Ebuilds: 1, Testing: 0.0.7
Description: Open files transparently, delegating to gzip/bz2/etc. as appropriate
Homepage:
https://github.com/luismsgomes/openfile
https://pypi.org/project/openfile/
License: MIT
opentelemetry-api
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Python API
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-api/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-exporter-otlp
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Collector Protobuf over gRPC and HTTP Exporters
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-exporter-otlp-proto-common
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Protobuf encoding
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-common/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-exporter-otlp-proto-grpc
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Collector Protobuf over gRPC Exporter
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-grpc/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-exporter-otlp-proto-http
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Collector Protobuf over HTTP Exporter
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-exporter-otlp-proto-http/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-proto
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Python Proto
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-proto/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-sdk
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Python SDK
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-sdk/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-semantic-conventions
- Ebuilds: 2, Testing: 1.42.1
Description: OpenTelemetry Semantic Conventions
Homepage:
https://opentelemetry.io/
https://pypi.org/project/opentelemetry-sdk/
https://github.com/open-telemetry/opentelemetry-python/
License: Apache-2.0
opentelemetry-semantic-conventions-ai
- Ebuilds: 1, Testing: 0.5.1
Description: OpenTelemetry Semantic Conventions extension for Large Language Models
Homepage:
https://github.com/traceloop/openllmetry
https://pypi.org/project/opentelemetry-semantic-conventions-ai/
License: Apache-2.0
optuna
- Ebuilds: 1, Testing: 4.8.0
Description: Hyperparameter optimization framework
Homepage:
https://optuna.org/
https://github.com/optuna/optuna
https://pypi.org/project/optuna/
License: MIT
orix
- Ebuilds: 1, Testing: 0.14.2
Description:
orix is an open-source Python library for analysing crystal
orientation mapping data. It is part of the pyxem project and is
a runtime dependency of diffsims and pyxem.
Homepage:
https://github.com/pyxem/orix
https://pypi.org/project/orix/
License: GPL-3+
orsopy
- Ebuilds: 1, Testing: 1.2.3
Description:
orsopy is the support library of the Open Reflectometry Standards
Organization (ORSO). It provides Python tooling for the ORSO file
formats (.ort/.orb), an SLD database, and helpers for reflectometry
metadata. Pulled in by sci-physics/mantid for ORSO-format save algorithms.
Homepage:
https://github.com/reflectivity/orsopy
https://pypi.org/project/orsopy/
License: MIT
outlines-core
- Ebuilds: 1, Testing: 0.2.14
Description: Structured text generation core engine in Rust
Homepage:
https://github.com/dottxt-ai/outlines-core
https://pypi.org/project/outlines-core/
License: Apache-2.0
0BSD Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB
palettable
- Ebuilds: 1, Testing: 3.3.3
Description: Color palettes for Python
Homepage:
https://jiffyclub.github.io/palettable/
https://github.com/jiffyclub/palettable/
https://pypi.org/project/palettable/
License: MIT
parsimonious
- Ebuilds: 2, Testing: 0.11.0
Description: pure-Python PEG parser
Homepage:
https://github.com/erikrose/parsimonious/
https://pypi.org/project/parsimonious/
License: MIT
partd
- Ebuilds: 1, Testing: 1.4.2
Description: Appendable key-value storage
Homepage:
https://github.com/dask/partd/
https://pypi.org/project/partd/
License: BSD
partial-json-parser
- Ebuilds: 1, Testing: 0.2.1.1_p7
Description: Parse partial JSON generated by LLM
Homepage:
https://promplate.dev/partial-json-parser
https://github.com/promplate/partial-json-parser
https://pypi.org/project/partial-json-parser/
License: MIT
peakutils
- Ebuilds: 3, Testing: 1.3.5
Description: This package provides utilities related to the detection of peaks on 1D data.
Homepage: https://pypi.org/project/PeakUtils/
https://bitbucket.org/lucashnegri/peakutils/
License: MIT
periodictable
- Ebuilds: 1, Testing: 2.1.0
Description: Extensible periodic table of the elements with X-ray/neutron scattering data
Homepage:
https://github.com/python-periodictable/periodictable
https://pypi.org/project/periodictable/
https://periodictable.readthedocs.io/
License: public-domain BSD
phonemizer-fork
- Ebuilds: 1, Testing: 3.3.2
Description:
Text-to-phoneme converter; calls out to espeak-ng / Festival /
MBROLA backends. Direct dep of dev-python/misaki[en] in the
kokoro chain. Re-published fork of bootphon/phonemizer.
Homepage:
https://github.com/bootphon/phonemizer
https://pypi.org/project/phonemizer-fork/
License: GPL-3
pint
- Ebuilds: 3, Testing: 0.25.3
Description: Python package to manipulate physical units
Homepage: https://pint.readthedocs.io
License: BSD
pipcl
- Ebuilds: 2, Testing: 4
Description:
pipcl is a small Python packaging-helpers library used by Artifex
projects (mupdf, PyMuPDF). It complements setuptools/pip-build with
operations needed for the mupdf source tree's wheel-building flow.
Homepage:
https://github.com/ArtifexSoftware/pipcl
https://mupdf.com
License: AGPL-3
preshed
- Ebuilds: 1, Testing: 3.0.13
Description:
Cython hash table specialized for pre-hashed integer keys —
skips a hash step on lookup at the cost of trusting the caller.
Used by spaCy / thinc as a low-overhead interning structure.
Homepage:
https://github.com/explosion/preshed
https://pypi.org/project/preshed/
License: MIT
primepy
- Ebuilds: 1, Testing: 1.3
Description: Functions for working with prime numbers (factorization, totient, etc.)
Homepage:
https://github.com/janaindrajit/primePy
https://pypi.org/project/primePy/
License: MIT
prometheus-fastapi-instrumentator
- Ebuilds: 1, Testing: 8.0.0
Description: Instrument your FastAPI app with Prometheus metrics
Homepage:
https://github.com/trallnag/prometheus-fastapi-instrumentator
https://pypi.org/project/prometheus-fastapi-instrumentator/
License: ISC
pubchempy
- Ebuilds: 1, Testing: 1.0.5
Description: Python wrapper around the PubChem PUG REST API
Homepage:
https://github.com/mcs07/PubChemPy
https://pypi.org/project/PubChemPy/
https://docs.pubchempy.org
License: MIT
py4dstem
- Ebuilds: 2, Testing: 0.14.18 , Snapshot: 9999
Description: Processing and analysis of 4D-STEM data
Homepage: https://github.com/py4dstem/py4DSTEM/
License: GPL-3
pyausaxs
- Ebuilds: 4, Testing: 1.1.5
Description:
Minimal pyausaxs stub for Gentoo. Upstream pyausaxs is a Python
binding for the AUSAXS C++ SAXS engine and ships only as
platform-specific wheels with a bundled libausaxs. SasView imports
pyausaxs.AUSAXS at module load time, but guards call-sites with
try/except and falls back to its pure-Python scattering calculator,
so this stub lets SasView run without the native accelerator.
Homepage:
https://github.com/AUSAXS/pyAUSAXS
https://pypi.org/project/pyausaxs/
License: LGPL-3+
pybase64
- Ebuilds: 1, Testing: 1.4.3
Description: Fast base64 encoding/decoding for Python (libbase64 wrapper)
Homepage:
https://github.com/mayeut/pybase64
https://pybase64.readthedocs.io/
https://pypi.org/project/pybase64/
License: BSD-2
pycairo-python2
- Ebuilds: 1, Testing: 1.18.2
Description: Python bindings for the cairo library
Homepage: https://www.cairographics.org/pycairo/ https://github.com/pygobject/pycairo
License: || ( LGPL-2.1 MPL-1.1 )
pyclibrary
- Ebuilds: 1, Testing: 0.3.0
Description: C binding automation — parses C headers for ABI generation
Homepage:
https://github.com/MatthieuDartiailh/pyclibrary
https://pypi.org/project/pyclibrary/
License: MIT
pycuda
- Ebuilds: 2, Testing: 2026.1
Description: Python wrapper for NVIDIA CUDA
Homepage:
https://mathema.tician.de/software/pycuda/
https://pypi.org/project/pycuda/
https://github.com/inducer/pycuda
License: Apache-2.0 MIT
pydantic-extra-types
- Ebuilds: 1, Testing: 2.11.1
Description: Extra Pydantic types
Homepage:
https://github.com/pydantic/pydantic-extra-types/
https://pypi.org/project/pydantic-extra-types/
License: MIT
pyface
- Ebuilds: 1, Testing: 8.0.0
Description: Toolkit-independent GUI abstraction layer for visualization features of Traits
Homepage: https://docs.enthought.com/pyface/
License: BSD
pyfai
- Ebuilds: 3, Testing: 2026.5.0
Description: Library for azimuthal integration of 2D diffraction data
Homepage: https://pyfai.readthedocs.io
License: MIT
pyfftw
- Ebuilds: 2, Testing: 0.15.1 , Snapshot: 9999
Description: A pythonic python wrapper around FFTW
Homepage:
https://github.com/pyFFTW/pyFFTW/
https://pypi.org/project/pyFFTW/
License: BSD
pygobject
- Ebuilds: 1, Testing: 2.28.6-r55
Description:
GObject is a object system used by GTK+, GStreamer and other libraries.
PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries. Like the GObject library itself PyGObject
is licensed under the GNU LGPL, so is suitable for use in both free
software and proprietary applications. It is already in use in many
applications ranging from small single purpose scripts up to large full
featured applications. PyGObject now dynamically accesses any GObject
libraries that uses GObject Introspection. It replaces the need for
separate modules such as PyGTK, GIO and python-gnome to build a full
GNOME 3.0 application. Once new functionality is added to gobject
library it is instantly available as a Python API without the need for
intermediate Python glue.
Homepage: https://pygobject.gnome.org
License: LGPL-2.1+
pygtk
- Ebuilds: 1, Testing: 2.24.0-r6
Description:
PyGTK provides a convenient wrapper for the GTK+ library for use in
Python programs, taking care of many of the boring details such as
managing memory and type casting. When combined with PyORBit and
gnome-python, it can be used to write full featured Gnome applications.
Homepage: https://gitlab.gnome.org/Archive/pygtk
License: LGPL-2.1
pylops
- Ebuilds: 2, Testing: 2.7.0
Description: Linear operators to allow solving large-scale optimization problems
Homepage: https://github.com/PyLops/pylops
License: LGPL-3
pymatgen
- Ebuilds: 2, Testing: 2026.5.4
Description: Python Materials Genomics (umbrella shim over pymatgen-core)
Homepage:
https://github.com/materialsproject/pymatgen/
https://pypi.org/project/pymatgen/
License: MIT
pymatgen-core
- Ebuilds: 3, Testing: 2026.5.18
Description: Core pieces of the Python Materials Genomics library (pymatgen)
Homepage:
https://github.com/materialsproject/pymatgen/
https://pypi.org/project/pymatgen-core/
License: MIT
pymatgen-io-validation
- Ebuilds: 1, Testing: 0.1.2
Description: Schema-validation helpers for pymatgen IO classes
Homepage:
https://github.com/materialsproject/pymatgen-io-validation/
https://pypi.org/project/pymatgen-io-validation/
License: MIT
pympler
- Ebuilds: 1, Testing: 1.1
Description: Memory measurement and analysis tools for Python
Homepage:
https://github.com/pympler/pympler
https://pypi.org/project/Pympler/
License: Apache-2.0
pymupdf-fonts
- Ebuilds: 1, Testing: 1.0.4
Description:
Optional CJK and other supplementary fonts for PyMuPDF that aren't
bundled with the base distribution. PyMuPDF auto-discovers these at
runtime if installed.
Homepage:
https://github.com/pymupdf/pymupdf-fonts
https://pymupdf.readthedocs.io
License: OFL-1.1
pynida
- Ebuilds: 1, Testing: 0.1.16
Description: In-situ nanoindentation data analysis
Homepage: https://github.com/LebedevV/pynida
License: GPL-3
pyprismatic
- Ebuilds: 1, Testing: 2.0
Description: Python bindings for the Prismatic STEM simulation framework
Homepage: https://prism-em.com
License: GPL-3
pyqode-core
- Ebuilds: 1, Testing: 4.0.11
Description: Core framework for pyqode - Qt source-code editor widget
Homepage:
https://github.com/pyQode/pyqode.core/
https://pypi.org/project/pyqode.core/
License: MIT
pyqode-python
- Ebuilds: 1, Testing: 4.0.2
Description: Python backend for pyqode - adds Python code editing support
Homepage:
https://github.com/pyQode/pyqode.python/
https://pypi.org/project/pyqode.python/
License: MIT
pyqt5
- Ebuilds: 1, Stable: 5.15.11 , Testing: 5.15.11
Description: Python bindings for the Qt framework
Homepage: https://www.riverbankcomputing.com/software/pyqt/
License: GPL-3
pyqt5-sip
- Ebuilds: 1, Stable: 12.18.0 , Testing: 12.18.0
Description: sip extension module for PyQt5
Homepage: https://pypi.org/project/PyQt5-sip/
License: BSD-2
pyshortcuts
- Ebuilds: 4, Testing: 1.9.9
Description: Pyshortcuts helps to create desktop shortcuts that will run python scripts
Homepage: https://github.com/newville/pyshortcuts
License: BSD
pyside
- Ebuilds: 2, Testing: 6.11.1-r99
Description:
Python bindings for the Qt6 framework. Forked from ::gentoo with a
`datavis` USE flag that wires up PySide6.QtDataVisualization (paired
with this overlay's dev-qt/qtdatavis3d). ::gentoo dropped the
QtDataVisualization module during its Qt6 import; sci-physics/sasview's
Shape2SAS calculator unconditionally imports it, so the overlay carries
the binding.
Homepage: https://wiki.qt.io/PySide6
License: || ( GPL-2 GPL-3 LGPL-3 )
pytablewriter
- Ebuilds: 1, Testing: 1.2.1
Description: Python library to write tables in various text/binary formats
Homepage:
https://github.com/thombashi/pytablewriter
https://pypi.org/project/pytablewriter/
License: MIT
pytest-mpl
- Ebuilds: 2, Testing: 0.19.0
Description: Pytest plugin to faciliate image comparison for matplotlib figures
Homepage: https://github.com/matplotlib/pytest-mpl
License: BSD
python-socketio
- Ebuilds: 3, Testing: 5.16.2
Description: Socket.IO realtime client and server for Python
Homepage:
https://github.com/miguelgrinberg/python-socketio
https://pypi.org/project/python-socketio/
License: MIT
pyvista
- Ebuilds: 3, Testing: 0.48.4
Description:
PyVista is a streamlined Pythonic interface to VTK for 3D plotting,
mesh analysis and scientific visualisation. Pulled in by
sci-physics/mantid for the workbench instrument view.
Homepage:
https://github.com/pyvista/pyvista
https://pypi.org/project/pyvista/
https://docs.pyvista.org/
License: MIT
pyvistaqt
- Ebuilds: 1, Testing: 0.11.4
Description: Qt-based plotting GUI for PyVista (background plotter, scientific viewers)
Homepage:
https://github.com/pyvista/pyvistaqt
https://pypi.org/project/pyvistaqt/
License: MIT
pyxem
- Ebuilds: 3, Testing: 0.21.0
Description: Python library for multi-dimensional diffraction microscopy
Homepage:
https://github.com/pyxem/pyxem
https://pypi.org/project/pyxem/
License: GPL-3
qtpy
- Ebuilds: 1, Testing: 2.4.3-r99
Description:
QtPy is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide.
It provides support for PyQt6, PyQt5 and PySide6.
Basically, you can write your code as if you were using PyQt6 but import Qt modules from qtpy instead of PyQt6 (or PySide6).
Forked from ::gentoo with a USE=pyqt5 flag that re-enables PyQt5 backend
detection (suppressed in ::gentoo as part of Qt5 deprecation).
Homepage:
https://github.com/spyder-ide/qtpy/
https://pypi.org/project/QtPy/
License: MIT
quack-kernels
- Ebuilds: 3, Testing: 0.5.0
Description: QuACK attention kernels for vLLM/FlashInfer (cute-DSL based)
Homepage:
https://github.com/Dao-AILab/quack
https://pypi.org/project/quack-kernels/
License: Apache-2.0
rdfpy
- Ebuilds: 1, Testing: 1.0.0
Description: Module for fast computation of 2D and 3D radial distribution functions
Homepage: https://github.com/by256/rdfpy
License: MIT
rich-rst
- Ebuilds: 2, Testing: 2.0.1
Description: A beautiful reStructuredText renderer for the rich library
Homepage:
https://github.com/wasi-master/rich-rst
https://pypi.org/project/rich-rst/
License: MIT BSD-2 public-domain
rosettasciio
- Ebuilds: 3, Testing: 0.14.0
Description: Reading and writing scientific file formats
Homepage: https://hyperspy.org/rosettasciio/
License: GPL-3
rouge-score
- Ebuilds: 1, Testing: 0.1.2
Description: Pure-python implementation of ROUGE-1.5.5 (text summarization metric)
Homepage:
https://github.com/google-research/google-research/tree/master/rouge
https://pypi.org/project/rouge-score/
License: Apache-2.0
runai-model-streamer-bin
- Ebuilds: 1, Testing: 0.15.7
Description: Run:ai's fast multi-tensor PyTorch model streamer (binary wheel)
Homepage:
https://github.com/run-ai/runai-model-streamer
https://pypi.org/project/runai-model-streamer/
License: Apache-2.0
sacrebleu
- Ebuilds: 1, Testing: 2.6.0
Description: Reproducible BLEU, chrF and TER scores for machine translation
Homepage:
https://github.com/mjpost/sacrebleu
https://pypi.org/project/sacrebleu/
License: Apache-2.0
sasdata
- Ebuilds: 1, Testing: 0.11.0
Description: Import/export of reduced small-angle scattering data for SasView
Homepage:
https://github.com/SasView/sasdata
https://pypi.org/project/sasdata/
https://www.sasview.org/
License: BSD
sasmodels
- Ebuilds: 1, Testing: 1.0.12
Description: Small-angle scattering theory models for bumps and SasView
Homepage:
https://github.com/SasView/sasmodels
https://pypi.org/project/sasmodels/
https://www.sasview.org/docs/
License: public-domain
scikit-optimize
- Ebuilds: 2, Testing: 0.10.2
Description: Sequential model-based optimization library
Homepage: https://scikit-optimize.github.io/
License: BSD
scooby
- Ebuilds: 1, Testing: 0.11.2
Description: Lightweight tool to report Python package versions and system info
Homepage:
https://github.com/banesullivan/scooby
https://pypi.org/project/scooby/
License: MIT
seekpath
- Ebuilds: 1, Testing: 2.2.1
Description: Obtain and visualize k-vector coefficients and obtain band paths
Homepage: https://seekpath.readthedocs.io/en/latest/
License: MIT
segments
- Ebuilds: 1, Testing: 2.4.0
Description:
Unicode-segmentation library for linguistic processing — IPA
tokenization, CLPA-style profiles. Direct dep of
dev-python/phonemizer-fork in the kokoro chain.
Homepage:
https://github.com/cldf/segments
https://pypi.org/project/segments/
License: Apache-2.0
setuptools-python2
- Ebuilds: 1, Testing: 46.4.0-r2
Description: Collection of extensions to Distutils
Homepage: https://github.com/pypa/setuptools https://pypi.org/project/setuptools/
License: MIT
setuptools_scm-python2
- Ebuilds: 1, Testing: 4.1.2-r1
Description: Manage versions by scm tags via setuptools
Homepage: https://github.com/pypa/setuptools-scm https://pypi.org/project/setuptools-scm/
License: MIT
silx
- Ebuilds: 2, Testing: 3.0.1
Description: Python packages collection for synchrotron data manipulation
Homepage: http://www.silx.org/
License: MIT
smart-open
- Ebuilds: 1, Testing: 7.6.1
Description:
smart_open opens cloud-storage paths (S3, GCS, Azure, HTTP) and
compressed local files (gzip / bzip2 / zstandard) via the same
file-like interface as the builtin open(). Optional cloud backends
not pulled by default; they're behind PyPI extras. Direct dep
of dev-python/weasel.
Homepage:
https://github.com/piskvorky/smart_open
https://pypi.org/project/smart-open/
License: MIT
sounddevice
- Ebuilds: 1, Testing: 0.5.5
Description:
python-sounddevice provides Python bindings to the PortAudio library
via CFFI, exposing simple functions to play and record arrays of
sound data. Supports blocking and callback APIs, device enumeration,
duplex streams, and (optionally) NumPy buffer interop.
Homepage:
https://python-sounddevice.readthedocs.io/
https://github.com/spatialaudio/python-sounddevice
https://pypi.org/project/sounddevice/
License: MIT
spacy
- Ebuilds: 1, Testing: 3.8.14
Description:
spaCy is an industrial-strength Natural Language Processing library
in Python — tokenization, named-entity recognition, part-of-speech
tagging, dependency parsing, sentence segmentation, lemmatization,
word vectors. Built on top of dev-python/thinc (NN layer). Direct
dep of dev-python/misaki[en] for English G2P sentence segmentation
in the kokoro chain.
Homepage:
https://spacy.io
https://github.com/explosion/spacy
https://pypi.org/project/spacy/
License: MIT
spacy-curated-transformers
- Ebuilds: 1, Testing: 0.3.1
Description:
spaCy pipeline components for the curated-transformers PyTorch
transformer architectures. Direct dep of dev-python/misaki[en]
in the kokoro chain.
Homepage:
https://github.com/explosion/spacy-curated-transformers
https://pypi.org/project/spacy-curated-transformers/
License: MIT
spacy-legacy
- Ebuilds: 1, Testing: 3.0.12
Description:
Houses pre-3.0 versions of spaCy's registered architectures so that
older configs continue to load. Direct dep of dev-python/spacy.
Homepage:
https://github.com/explosion/spacy-legacy
https://pypi.org/project/spacy-legacy/
License: MIT
spacy-loggers
- Ebuilds: 1, Testing: 1.0.5
Description:
Logging utilities for spaCy — Weights & Biases, MLflow, ClearML
integrations as registered functions. Direct dep of dev-python/spacy.
Homepage:
https://github.com/explosion/spacy-loggers
https://pypi.org/project/spacy-loggers/
License: MIT
sparse
- Ebuilds: 2, Testing: 0.18.0
Description: Sparse multi-dimensional arrays for the PyData ecosystem
Homepage: https://github.com/pydata/sparse/
License: BSD
spur
- Ebuilds: 1, Testing: 0.3.23
Description: Run commands locally or over SSH using the same interface
Homepage:
https://github.com/mwilliamson/spur.py/
https://pypi.org/project/spur/
License: BSD-2
sqlalchemy-utils
- Ebuilds: 1, Testing: 0.42.1
Description: Various utility functions and datatypes for SQLAlchemy
Homepage:
https://github.com/kvesteri/sqlalchemy-utils/
https://pypi.org/project/SQLAlchemy-Utils/
License: BSD
srsly
- Ebuilds: 1, Testing: 2.5.3
Description:
Modern high-performance serialization utilities for Python. Bundles
a Cython-compiled msgpack vendor + JSON / YAML / pickle helpers
behind a unified API. Direct dep of dev-python/{thinc,weasel,
spacy,confection}.
Homepage:
https://github.com/explosion/srsly
https://pypi.org/project/srsly/
License: MIT
sse-starlette
- Ebuilds: 2, Testing: 3.4.4
Description: Server-Sent Events for Starlette and FastAPI
Homepage:
https://github.com/sysid/sse-starlette/
https://pypi.org/project/sse-starlette/
License: BSD
stop-sequencer
- Ebuilds: 1, Testing: 1.2.3
Description: Stop-sequence support for Hugging Face Transformers generation
Homepage:
https://github.com/hyunwoongko/stop-sequencer
https://pypi.org/project/stop-sequencer/
License: Apache-2.0
tabledata
- Ebuilds: 2, Testing: 1.3.5
Description: Python library to represent / process tabular data
Homepage:
https://github.com/thombashi/tabledata
https://pypi.org/project/tabledata/
License: MIT
tccbox
- Ebuilds: 1, Testing: 2025.10.27
Description:
tccbox is a Python package exposing three helpers (tcc_bin_path,
tcc_lib_dir, tcc_include_dir) used by sasmodels/sasview to locate
a tiny C compiler for runtime JIT compilation of scattering
kernels. Upstream ships a wheel bundling a prebuilt TCC; this
ebuild is a source-based shim whose helpers return paths into the
system dev-lang/tcc install instead.
Homepage: https://github.com/metab0t/tccbox
License: LGPL-2.1+
tempdir
- Ebuilds: 1, Testing: 0.7.1
Description: Temporary directory context manager (auto-clean wrapper around mkdtemp)
Homepage: https://pypi.org/project/tempdir/
License: MIT
tensorizer
- Ebuilds: 2, Testing: 2.12.1
Description: Fast PyTorch module/model/tensor serialization + deserialization
Homepage:
https://github.com/coreweave/tensorizer
https://pypi.org/project/tensorizer/
License: MIT
term-image
- Ebuilds: 1, Testing: 0.7.2
Description:
Display still and animated images in the terminal — supports the
Kitty graphics protocol, iTerm2 inline-image protocol, sixel, and
Unicode-block-character fallback. Library + small CLI; the library
surface is what consumers like sci-ml/amd-gaia's image extra
integrate against.
Homepage:
https://github.com/AnonymouX47/term-image
https://pypi.org/project/term-image/
License: MIT
thinc
- Ebuilds: 1, Testing: 8.3.13
Description:
Thinc is the NN library underneath ExplosionAI's spaCy. Functional
layer-as-callable abstractions, custom autograd, and config-driven
model assembly. Direct dep of dev-python/spacy.
Homepage:
https://github.com/explosion/thinc
https://thinc.ai
https://pypi.org/project/thinc/
License: MIT
tiktoken
- Ebuilds: 2, Testing: 0.13.0
Description: A fast BPE tokeniser for use with OpenAI's models
Homepage:
https://github.com/openai/tiktoken
https://pypi.org/project/tiktoken/
License: MIT Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0
tilelang
- Ebuilds: 2, Testing: 0.1.10
Description: Tile-level programming language for high-performance ML kernels
Homepage:
https://github.com/tile-ai/tilelang
https://pypi.org/project/tilelang/
License: MIT
toml
- Ebuilds: 1, Stable: 0.10.2-r1
Description: Python library for handling TOML files
Homepage:
https://github.com/uiri/toml/
https://pypi.org/project/toml/
License: BSD
toolwrapper
- Ebuilds: 1, Testing: 2.1.0
Description: Base class for wrapping text-processing tools as Python objects
Homepage:
https://github.com/luismsgomes/toolwrapper
https://pypi.org/project/toolwrapper/
License: MIT
torch-c-dlpack-ext
- Ebuilds: 1, Testing: 0.1.5
Description: Companion DLPack C-exchange-API ext for older torch builds
Homepage:
https://github.com/apache/tvm-ffi
https://pypi.org/project/torch-c-dlpack-ext/
License: Apache-2.0
traits
- Ebuilds: 3, Testing: 7.1.0
Description: Enthought Tool Suite: Explicitly typed attributes for Python
Homepage:
https://github.com/enthought/traits
https://docs.enthought.com/traits/
https://pypi.org/project/traits/
License: BSD
traitsui
- Ebuilds: 1, Testing: 8.0.0
Description: Toolkit-independent GUI abstraction layer for visualization features of Traits
Homepage: https://docs.enthought.com/traitsui/
License: BSD
transforms3d
- Ebuilds: 3, Testing: 0.4.2
Description: Code to convert between various geometric transformations
Homepage: https://github.com/matthew-brett/transforms3d
License: BSD
typepy
- Ebuilds: 2, Testing: 2.0.0
Description: Python library for type checking / type conversion
Homepage:
https://github.com/thombashi/typepy
https://pypi.org/project/typepy/
License: MIT
uctools
- Ebuilds: 1, Testing: 1.3.0
Description: Unicode tools (ucinfo, ucenum, ucnorm command-line utilities)
Homepage:
https://github.com/luismsgomes/uctools
https://pypi.org/project/uctools/
License: MIT
unittest-or-fail
- Ebuilds: 1, Stable: 1
Description: Run unittests or fail if no tests were found
Homepage: https://github.com/projg2/unittest-or-fail/
License: BSD-2
vllm
- Ebuilds: 3, Testing: 0.22.0
Description:
vLLM is a fast and easy-to-use library for LLM inference and
serving, with a Python API and an OpenAI-compatible HTTP server.
USE=cpu/cuda/rocm pick a mutually-exclusive VLLM_TARGET_DEVICE;
with none set the build is device-agnostic (API surface only).
Homepage:
https://github.com/vllm-project/vllm
https://docs.vllm.ai/
https://pypi.org/project/vllm/
License: Apache-2.0
Apache-2.0 BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3 MIT
MPL-2.0 MPL-2.0 UoI-NCSA Unicode-3.0 Unicode-DFS-2016 Unlicense ZLIB
wasabi
- Ebuilds: 1, Testing: 1.1.3
Description:
Lightweight console-printing and formatting toolkit — colored
output, tables, progress indicators. Direct dep of
dev-python/{thinc,spacy,weasel}.
Homepage:
https://github.com/explosion/wasabi
https://pypi.org/project/wasabi/
License: MIT
weasel
- Ebuilds: 1, Testing: 1.0.0
Description:
Project-management tooling extracted from ExplosionAI's spaCy —
spaCy's `project` subcommand workflow as a standalone library.
Direct dep of dev-python/spacy.
Homepage:
https://github.com/explosion/weasel
https://pypi.org/project/weasel/
License: MIT
wget
- Ebuilds: 1, Testing: 3.2
Description:
Pure-python download utility. Provides a small wget.py module
with a CLI; not related to net-misc/wget (the GNU wget binary).
Homepage: https://pypi.org/project/wget/
License: public-domain
word2number
- Ebuilds: 1, Testing: 1.1
Description: Convert number words (e.g. three hundred and forty two) to numbers (342)
Homepage:
https://github.com/akshaynagpal/w2n
https://pypi.org/project/word2number/
License: MIT
wxmplot
- Ebuilds: 5, Testing: 2026.1.0
Description: Provides advanced wxPython widgets for plotting based on matplotlib
Homepage: https://newville.github.io/wxmplot/
License: MIT
wxutils
- Ebuilds: 6, Testing: 2026.2.1
Description: A library of convenience functions for wxPython
Homepage: https://github.com/newville/wxutils
License: BSD
xgrammar
- Ebuilds: 3, Testing: 0.2.1
Description: Efficient, flexible structured generation engine for LLMs
Homepage:
https://xgrammar.mlc.ai/
https://github.com/mlc-ai/xgrammar
https://pypi.org/project/xgrammar/
License: Apache-2.0
xraydb
- Ebuilds: 3, Testing: 4.5.8
Description: X-ray Reference Data for the Elements using SQLite
Homepage: https://github.com/xraypy/XrayDB
License: BSD
xyzservices
- Ebuilds: 1, Testing: 2026.3.0
Description: Source of XYZ tiles providers
Homepage:
https://github.com/geopandas/xyzservices
https://pypi.org/project/xyzservices/
License: BSD
zarr
- Ebuilds: 5, Testing: 3.2.1
Description: An implementation of chunked, compressed, N-dimensional arrays for Python
Homepage: https://github.com/zarr-developers/zarr-python
License: MIT
zict
- Ebuilds: 1, Testing: 3.0.0
Description: Mutable mapping tools
Homepage: https://zict.readthedocs.io
License: BSD