{"id":30340700,"url":"https://github.com/sentinel-official/sentinel-python-sdk","last_synced_at":"2025-08-18T08:19:16.311Z","repository":{"id":221464464,"uuid":"752954421","full_name":"sentinel-official/sentinel-python-sdk","owner":"sentinel-official","description":"Sentinel SDK written in Pyhon","archived":false,"fork":false,"pushed_at":"2025-06-28T22:35:07.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T23:21:35.151Z","etag":null,"topics":["blockchain","dvpn","privacy","python","sdk","sentinel","web3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentinel-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-05T07:17:43.000Z","updated_at":"2025-06-28T22:35:10.000Z","dependencies_parsed_at":"2024-04-18T00:36:45.579Z","dependency_job_id":"55eead93-631f-4c42-a932-7c57aa7efef6","html_url":"https://github.com/sentinel-official/sentinel-python-sdk","commit_stats":null,"previous_names":["sentinel-official/sentinel-python-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sentinel-official/sentinel-python-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentinel-official","download_url":"https://codeload.github.com/sentinel-official/sentinel-python-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-python-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270962651,"owners_count":24676021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","dvpn","privacy","python","sdk","sentinel","web3"],"created_at":"2025-08-18T08:19:14.335Z","updated_at":"2025-08-18T08:19:16.286Z","avatar_url":"https://github.com/sentinel-official.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sentinel-python-sdk\n\nA Sentinel SDK Written in Python\n\n## Install\n\nFirst install the required dependencies\n\n```shell\nsudo apt update\nsudo apt install build-essential autoconf automake libtool pkg-config python3-dev\n```\n\nThis is now a PyPi package and can be installed directly with pip:\n\n```shell\npip install sentinel-sdk\n```\n\n### Packaging Python Projects references:\n\n- https://packaging.python.org/en/latest/tutorials/packaging-projects/\n- https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/\n\n### Development environment:\n\nhttps://setuptools.pypa.io/en/latest/userguide/development_mode.html\n\n```bash\npython -m venv venv\npip install --editable .\n```\n\nPlease install pre-commit plugin, in order to follow [PEP8](https://peps.python.org/pep-0008/)\n\n```bash\npip install pre-commit\npre-commit install\n```\n\nhttps://pre-commit.com/index.html\n\n### Usage example:\n\n```python\nfrom sentinel_sdk.sdk import SDKInstance\nfrom sentinel_sdk.types import Status, PageRequest\nsdk = SDKInstance(\"grpc.sentinel.co\", 9090)\nnodes = sdk.nodes.QueryNodes(Status.ACTIVE)\nsubscriptions = sdk.subscriptions.QuerySubscriptions(pagination=PageRequest(limit=5000, offset=0, reverse=True))\n```\n\n## Coded with Love by:\n\n[NAST0R · GitHub](https://github.com/NAST0R) , [Tkd-Alex (Alessandro Maggio) · GitHub](https://github.com/Tkd-Alex), ([freQniK · GitHub](https://github.com/freQniK))\n\n**Commissioned by MathNodes** [MathNodes](https://github.com/MathNodes/sentinel-python-sdk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentinel-official%2Fsentinel-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentinel-official%2Fsentinel-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentinel-official%2Fsentinel-python-sdk/lists"}