pyannote-core
Advanced data structures for handling temporal segments with attached labels
What it is and what it does
pyannote.core is a library for working with temporal segments and their associated labels—the core data abstraction for speaker diarization, audio annotation, and time-based event tracking. It builds on numpy, pandas, and sortedcontainers to provide efficient handling of overlapping and non-overlapping time intervals, making it a foundation for speech processing pipelines and annotation workflows.
The package is part of the larger pyannote ecosystem and is typically used as a dependency rather than standalone. It offers both programmatic APIs for manipulating temporal data and optional Jupyter notebook visualization support. With low install friction and support for modern Python versions, it integrates readily into existing scientific Python stacks.
Use it for:
- Build speaker diarization pipelines that track speaker identity across time intervals in audio
- Manage time-based annotations and labels for audio or video processing workflows
- Represent and query overlapping or adjacent temporal segments in event-driven systems
- Visualize temporal data and segment boundaries in Jupyter notebooks for exploratory analysis
- Integrate temporal data handling into speech processing or audio analysis frameworks
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides data structures for representing and manipulating temporal segments with labels, designed for tasks like speaker diarization and time-based annotation workflows.
Yes, if you are building speaker diarization or audio annotation systems. The package provides essential data structures for temporal segment handling and integrates well with the scientific Python ecosystem. However, verify the license status before use, and note that maintenance appears to be in a slower phase (332 days since last release)—acceptable for stable infrastructure but worth monitoring if you depend on active development.
Install
pyannote-core on PyPI
pip
pip install pyannote-coreuv
uv add pyannote-corepoetry
poetry add pyannote-coreInstalling pyannote-core
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance status is aging (332 days since last release), though the package has been in development since 2014 and supports current Python versions (>=3.10).
License in practice
License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license before use in proprietary or restricted contexts.
Quickstart
pip install pyannote.core
import pyannote.core
# Create and work with temporal segments and labels
# See documentation for specific API usage
Requires Python >=3.10
Verify before relying
- Actual license identifier and terms (metadata shows 'unclear' treatment)
- Whether graphical visualization in Jupyter requires additional system dependencies beyond the [notebook] extra
- Current maintenance status and roadmap given 332 days since last release
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — numpy, pandas, sortedcontainers |
| Maintenance | aging — 332 days since the last release |
| First released | |
| Downloads | 2,740,521/month — #2,912 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyannote_core-6.0.1-py3-none-any.whl
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
pyannote-audioSpeaker diarization toolkit that identifies and…
unclear · top 5,000 on PyPI
pyannote-metricsEvaluates and analyzes speaker diarization…
unclear · top 5,000 on PyPI
sherpa-onnx-coresherpa-onnx-core provides pre-built ONNX…
permissive · top 15,000 on PyPI
pyannote-databaseDefines and manages reproducible experimental…
unclear · top 5,000 on PyPI
pyannoteai-sdkClient library for pyannoteAI's speaker…
unclear · top 5,000 on PyPI
ResemblyzerResemblyzer generates a 256-value embedding…
permissive · top 15,000 on PyPI
sherpa-onnxSherpa-onnx runs speech recognition,…
permissive · top 15,000 on PyPI
pystac-corePySTAC Core provides the foundational API for…
permissive · top 5,000 on PyPI
pyLDAvispyLDAvis creates interactive web-based…
permissive · top 15,000 on PyPI
whisperxWhisperX performs fast automatic speech…
permissive · top 5,000 on PyPI