This release is a pre-release and may not be stable for production use.
Rayyan Python SDK
A Python SDK for Rayyan, the popular systematic reviews platform. It is a wrapper around the HTTP APIs of Rayyan.
Installation
To install the latest stable release of Rayyan Python SDK, execute the following command:
pip install rayyan-sdk
For the nightly builds, execute the following command:
pip install -i https://test.pypi.org/simple/ rayyan-sdk
Usage
To use the SDK, you need to have a credentials file in JSON format like the one below. You can retrieve such file by signing in to your Rayyan account (create a free account if you don't have one) and visiting My Account page.
// creds.json
{
"access_token": "9c2b0fe74ab7cd8d1227cd2fd",
"refresh_token": "b40e325a1a7f53831ec3c09fffc7"
}
Import Rayyan main class and pass the credentials file to it like this:
rayyan = Rayyan("cred.json")
Note: The credentials file should be kept secret and not shared with anyone. It acts as a password to your Rayyan account.
To get the authenticated user info:
user = rayyan.user.get_info()
Documentation
The full documentation for Rayyan Python SDK is available in the docs folder on GitHub. You can also find a Juptyer notebook with examples in rayyan-api.ipynb.
Development
To build Rayyan Python SDK from source, execute the following command in a terminal:
git clone https://github.com/rayyansys/rayyan-python-sdk
cd rayyan-python-sdk
python setup.py develop
Support
If you have any questions or problems with the SDK, please check existing issues on GitHub, or open a new issue if needed. For questions about Rayyan itself, please use the Rayyan Help Center.
Release files for rayyan-sdk 1.0rc17
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rayyan_sdk-1.0rc17.tar.gz | 15.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rayyan_sdk-1.0rc17-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 37.6 kB
Release files / rayyan_sdk-1.0rc17.tar.gz
| Download URL | rayyan_sdk-1.0rc17.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
900302130ca5059ebb306febaa2fa182e16332f1967d74ffbafc1bb6ef1066ba
|
|
BLAKE2b-256 checksum How to use checksums |
637d25d12f43f22fc476609c7f229c708d077080852ab8f7572e328e3929a3f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 30, 2026.
Transparency logRelease files / rayyan_sdk-1.0rc17-py2.py3-none-any.whl
| Download URL | rayyan_sdk-1.0rc17-py2.py3-none-any.whl |
|---|---|
| Size | 22.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ea7222975f28dbd922d02a68b0183ceaa695a24f545fdd83ea455896580c40d7
|
|
BLAKE2b-256 checksum How to use checksums |
027a4321e3e6946b9552b8a635cda55647207332b415d435a45822f83dcf6660
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 30, 2026.
Transparency log