daff
- Ebuilds: 1, Testing: 1.4.2 Description:
daff: data diff. daff can produce and apply tabular diffs.
This is a library for comparing tables, producing a summary of their
differences, and using such a summary as a patch file. It is optimized for
comparing tables that share a common origin, in other words multiple
versions of the "same" table.
Homepage:https://github.com/paulfitz/daff License: MIT
fusesoc
- Ebuilds: 2, Testing: 2.4.5 Description:
FuseSoC is an award-winning package manager and a set of build tools for HDL (Hardware Description Language) code.Its main purpose is to increase reuse of IP (Intellectual Property) cores and be an aid for creating, building and simulating SoC solutions.
Homepage:
https://github.com/olofk/fusesoc/
https://pypi.org/project/fusesoc/
License: BSD-2
jieba
- Ebuilds: 1, Testing: 0.42.1 Description:
Jieba is a Chinese text segmentation library for Python. It supports
three segmentation modes: accurate mode, full mode, and search engine
mode. It also supports custom dictionaries and keyword extraction.
Homepage:
https://github.com/fxsjy/jieba
https://pypi.org/project/jieba/
License: MIT
librosa
- Ebuilds: 1, Testing: 0.11.0-r1 Description:
librosa is a Python package for music and audio analysis. It provides
the building blocks necessary to create music information retrieval
systems, including feature extraction, spectrogram computation,
pitch tracking, beat detection, and audio effects processing.
Homepage:
https://github.com/librosa/librosa
https://pypi.org/project/librosa/
License: ISC
llvmlite
- Ebuilds: 1, Testing: 0.46.0 Description:
llvmlite is a lightweight LLVM Python binding for writing JIT compilers.
It provides a small subset of the LLVM C++ API wrapped in a Pythonic
interface. This is a prebuilt binary package from PyPI wheels.
Homepage:
https://github.com/numba/llvmlite
https://pypi.org/project/llvmlite/
License: BSD-2
numba
- Ebuilds: 1, Testing: 0.64.0 Description:
Numba is an open-source NumPy-aware optimizing compiler for Python
sponsored by Anaconda. It uses the LLVM compiler infrastructure to
compile Python code to native machine code, making numerical and
scientific Python code run at speeds approaching C or Fortran. This
is a prebuilt binary package from PyPI wheels.
Homepage:
https://github.com/numba/numba
https://pypi.org/project/numba/
License: BSD-2
soxr
- Ebuilds: 1, Testing: 1.0.0 Description:
Python-soxr is a Python wrapper of the high quality audio resampling
library libsoxr. It provides fast and high quality sample-rate conversion
for audio data stored in NumPy arrays.
Homepage:
https://github.com/dofuuz/python-soxr
https://pypi.org/project/soxr/
License: LGPL-2.1+
uv-bin
- Ebuilds: 1, Testing: 0.11.3 Description: An extremely fast Python package and project manager, written in Rust.
Homepage:https://github.com/astral-sh/uv License: Apache-2.0 MIT