bionty
Basic biological entities, coupled to public ontologies [`source <https://github.com/laminlabs/bionty/blob/main/bionty/models.py>`__].
What it is and what it does
Bionty is a registry layer for biological ontologies, providing standardized access to public biological entity vocabularies (genes, proteins, cell types, tissues, experimental factors, and others) and tools to create, search, and manage records against those sources. It wraps ontology data from public sources and allows you to create local records that reference standardized terms, reducing typos and duplications in biological datasets.
The package is built on lamindb-core and designed for bioinformatics workflows where consistent entity naming and hierarchical relationships matter. You can extend public ontologies with custom in-house terms, manage multiple versions of the same ontology, and use synonyms and abbreviations to handle naming variations. It's most useful in contexts where you're building or curating biological datasets and need to enforce consistency against established standards.
Use it for:
- Standardize gene and protein names in a genomics analysis pipeline by looking up canonical identifiers against public gene registries.
- Build a cell-type annotation system for single-cell RNA-seq data by creating records tied to standardized CellType and CellMarker ontologies.
- Create an in-house tissue or experimental-factor taxonomy by extending public ontologies with custom hierarchical relationships.
- Prevent duplicate or misspelled biological entity entries in a research database by validating against public ontology sources.
- Manage multiple versions of a biological ontology within a single application.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Bionty provides access to and management of biological ontologies—registries of standardized terms for genes, proteins, cell types, tissues, and other biological entities—with tools to create records, search public sources, and build custom in-house ontologies.
Yes, if you are building bioinformatics or biomedical data pipelines where standardized biological entity naming and ontology management are requirements. The low install friction, active maintenance, and lack of known vulnerabilities make it safe to adopt. However, verify the license terms before use in proprietary projects, as the metadata does not clearly declare one. If you don't need ontology standardization, it adds unnecessary complexity.
Install
bionty on PyPI
pip
pip install biontyuv
uv add biontypoetry
poetry add biontyInstalling bionty
Before you install
Low install friction with a pure-Python wheel and only three runtime dependencies (lamindb-core, requests, pyyaml). The package is actively maintained with a recent release and steady commit activity.
License in practice
License status 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 bionty
import bionty as bt
# Access a public ontology
gene_registry = bt.Gene.public()
results = gene_registry.search('BRCA')
Requires Python >=3.10.
Verify before relying
- Actual license text and terms—metadata shows no SPDX or raw license field despite active development.
- Whether lamindb-core introduces additional transitive dependencies or system requirements beyond what's documented.
- Scope and coverage of the public ontologies claimed in the description—exact list and update frequency.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — lamindb-core, requests, pyyaml |
| Maintenance | actively maintained — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 81,115/month — #14,248 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: bionty-2.4.3-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
bioregistryBioregistry provides a unified Python interface…
permissive · top 15,000 on PyPI
bioA command-line toolkit that simplifies common…
permissive · top 5,000 on PyPI
prontoPronto parses, browses, creates, and exports…
permissive · top 15,000 on PyPI
lamin_utilsProvides utility functions and helpers for…
permissive · top 15,000 on PyPI
biothings-clientbiothings_client provides Python wrappers to…
permissive · top 5,000 on PyPI
biom-formatReads, writes, and manipulates Biological…
permissive · top 15,000 on PyPI
cellxgene-censusProvides a Python API to query and retrieve…
permissive · top 15,000 on PyPI
lamindbLaminDB is a data management system for…
unclear · top 15,000 on PyPI
edam-ontologyProvides a Python-packaged version of the EDAM…
permissive · top 15,000 on PyPI
fastoboParses, loads, edits, and serializes OBO (Open…
permissive · top 15,000 on PyPI