PyBiblioNet is a Python library for performing network-based bibliometrics
Project description
PyBiblioNet
PyBiblioNet is a Python library for performing network-based bibliometrics, an analytical framework that leverages network science to study and quantify relationships and influence among scientific entities such as authors, and articles.
Cite this article: Lai, M., Vilella, S., Cena, F. et al. pyBiblioNet: a Python library for a comprehensive network-based bibliometric analysis. Scientometrics (2026). https://doi.org/10.1007/s11192-025-05458-0
Why Use Network Analysis in Bibliometrics?
Network analysis provides powerful tools to uncover key patterns and actors in the scholarly ecosystem. By computing centrality metrics, it is possible to go beyond traditional indicators like raw citation counts or the h-index. Network-based metrics help identify:
- Influential authors or papers within and across research domains.
- Bridge entities that connect otherwise separated communities.
- Nodes that are highly connected to authoritative or prestigious sources.
These nuanced insights allow for a more refined understanding of scientific impact and visibility, as demonstrated in the literature (e.g., Diallo et al., 2016).
Features
- Easy modeling of citation and collaboration networks.
- Calculation of a wide variety of centrality and influence metrics.
- Integration with common network science libraries (e.g.,
networkx,igraph). - Support for directed and weighted graphs.
- Ready-to-use functions for common bibliometric scenarios.
Installation
To install the latest version from Pypip (recommended) or TestPyPI:
pip install --upgrade pybiblionet
This project uses spaCy for text processing and requires the English language model en_core_web_sm.
After installing the package, please download the model by running:
python -m spacy download en_core_web_sm
tested on Windows 11 with python 3.10 and visual studio code 2022 on linux (Ubuntu 24.04) with python 3.12 on mac OS (Ventura 13.2) with python 3.10
Bug Reports & Feedback
If you encounter any problems, the best way to reach me is by opening a new GitHub Issue. This helps keep everything transparent and trackable.
- Update 1.0.6 includes API key authentication, required by OpenAlex from February 13, 2026.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybiblionet-1.0.6.tar.gz.
File metadata
- Download URL: pybiblionet-1.0.6.tar.gz
- Upload date:
- Size: 74.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ef6a1493599b32f294d42d9d30bfcfe64525b6570a952b04eb5970eb710938d
|
|
| MD5 |
c2855ba8b8442218a89fc1f2a002324a
|
|
| BLAKE2b-256 |
8d73c1d7ee6574e342fc990514bc382c09d8820566cbf4885f932d8abdeb67a9
|
File details
Details for the file pybiblionet-1.0.6-py3-none-any.whl.
File metadata
- Download URL: pybiblionet-1.0.6-py3-none-any.whl
- Upload date:
- Size: 64.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9bcc2e890ef86d9cd1dfce03a9d7953f21007793f0e6d407be1934d4b690d69
|
|
| MD5 |
68f5b66e8f34c2208329173e8069d6b3
|
|
| BLAKE2b-256 |
fc253c537543bac7f0caebf9de3fbafd6e760a25c7df77ca6db30910cbb3f969
|