Edu-Stats
Project description
Edu-Stats (Python Package)
This library parse and return the academic metrics such as number of citations, h-Index, etc.
Currently, this Python package supports the following source:
- Google Scholar
Installation
This package can be installed:
- using
pip
:
pip install edustats
- using
Makefile
on a cloned/forked repo:
make install
- using
pip
on a cloned/forked repo:
pip install -e . --upgrade --upgrade-strategy only-if-needed
Methods
edustats.google_scholar(user: str)
->dict
It returns the academic metrics from Google Scholar.
user: str
(mandatory): This is the Google Scholar user which can be retrieved from the Google Scholar profile URL.
Example
import edustats
google_user = "7ftCdTQAAAAJ"
stats = edustats.google_scholar(google_user)
print(stats)
Developer(s)
Kaveh Bakhtiyari - Website | Medium | LinkedIn | GitHub
Contribution
Feel free to join the open-source community and contribute to this repository.
Changelog
0.1.0 (24 Feb 2024)
- Initial version
- Google Scholar is supported
- Supported metrics: Total citation, h-Index, and i10-Index
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
edu-stats-0.1.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file edu-stats-0.1.0.tar.gz
.
File metadata
- Download URL: edu-stats-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d4d4363c787120c437b65224533824be337b14cc31ddeae09ee334db903a6cb |
|
MD5 | 2d90e64ba32dfd066bfe6b1a89b847d2 |
|
BLAKE2b-256 | 15188bcdc292207b76c187f52b21ae551578da4fc777e201b694f537e34bd5c4 |
File details
Details for the file edu_stats-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: edu_stats-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96e2df7d7b3f1efac818ae84955a22b92b34bb33612d3bb9e9ba60eaeee585d |
|
MD5 | c3803c5955059003393f9e7f5a2a5065 |
|
BLAKE2b-256 | d475344e559e3e7dc0acdcad87f2309cf99164b4a043141d983e5788063fd21d |