Python Bindings for the Rated API
Project description
Rated Python SDK
Python bindings for the Rated API
CI/CD | |
Package | |
Meta |
👋 Introduction
The Rated SDK (Software Development Kit) for Python, which allows Python developers to write software that makes use of the Rated dataset. You can find the latest, most up to date, documentation at our docs site.
The Rated SDK is maintained and published by Rated Labs.
We’ve curated many examples which will help you kickstart your integration but to get a full list of all available endpoints, you are recommended to check out our API Reference and Swagger.
🛟 Getting Help / Links
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
Please use these community resources for getting help:
- Ask a question on our feedback board
- If it turns out that you may have found a bug, please open an issue
🚀 Getting started
Requirements
- Python>=3.8
- A valid Rated API key (Get your key)
Installation
Install using pip
:
pip install rated-python
Usage
Example: how to get a validator effectiveness rating by pubkey
from rated import Rated
from rated.ethereum import MAINNET
RATED_KEY = "ey..."
r = Rated(RATED_KEY)
eth = r.ethereum(network=MAINNET)
for eff in eth.validator.effectiveness("0x123456789...", from_day=873, size=1):
print(f"Day: {eff.day}, Eff: {eff.validator_effectiveness}")
>>> Day: 873, Eff: 98.82005899705014
Running tests
First install tox
pip install tox
Once tox has been installed you can run all tests:
tox
🤝 Contributing
We value feedback and contributions from our community. Whether it's a bug report, new feature, correction, or additional documentation, we welcome your issues and pull requests.
Please read through this CONTRIBUTING document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your contribution.
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
File details
Details for the file rated-python-0.0.2.tar.gz
.
File metadata
- Download URL: rated-python-0.0.2.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adf4235adabdb6572fe3b642fd03709073322e958765c7316ab1c0540a5f9ca7 |
|
MD5 | c9db208386e401372c5e6a0120e0a807 |
|
BLAKE2b-256 | e55a065c490433f58e5de8e0ce3efa585b3531b4ded009e5672cf2754c635384 |
File details
Details for the file rated_python-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: rated_python-0.0.2-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 165d56d0e6413d6cb568977cfa1feb1897a6c7c0c93b142cce0f02390fae6213 |
|
MD5 | b8f17669c9604373c2687f8eb3c2c639 |
|
BLAKE2b-256 | 8d773ce2077263faf7afa1779dc88f005eab4a2f308a5d103967c24ca923a2fc |