{"id":19141487,"url":"https://github.com/erigontech/silksnake","last_synced_at":"2026-06-10T03:30:15.595Z","repository":{"id":104103956,"uuid":"294881893","full_name":"erigontech/silksnake","owner":"erigontech","description":"Python library to access turbo-geth/silkworm data remotely","archived":false,"fork":false,"pushed_at":"2020-11-13T16:50:44.000Z","size":243,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T15:14:54.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erigontech.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}},"created_at":"2020-09-12T06:06:01.000Z","updated_at":"2021-03-08T13:26:39.000Z","dependencies_parsed_at":"2023-08-24T12:10:52.958Z","dependency_job_id":null,"html_url":"https://github.com/erigontech/silksnake","commit_stats":null,"previous_names":["erigontech/silksnake"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigontech%2Fsilksnake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigontech%2Fsilksnake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigontech%2Fsilksnake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigontech%2Fsilksnake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erigontech","download_url":"https://codeload.github.com/erigontech/silksnake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240222500,"owners_count":19767458,"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","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":[],"created_at":"2024-11-09T07:23:32.922Z","updated_at":"2026-06-10T03:30:15.543Z","avatar_url":"https://github.com/erigontech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silksnake\n\nPython library to access [Turbo-Geth](https://github.com/ledgerwatch/turbo-geth)/[Silkworm](https://github.com/torquem-ch/silkworm) data remotely using their [Key-Value (KV)](./silksnake/remote/proto/kv.proto) protocol over [gRPC](https://grpc.io/).\n\n[![CircleCI](https://circleci.com/gh/torquem-ch/silksnake.svg?style=shield)](https://circleci.com/gh/torquem-ch/silksnake)\n[![Codecov master](https://img.shields.io/codecov/c/github/torquem-ch/silksnake/master.svg?style=shield\u0026logo=codecov\u0026logoColor=white)](https://codecov.io/gh/torquem-ch/silksnake)\n![version](https://img.shields.io/github/v/release/torquem-ch/silksnake?sort=semver\u0026color=normal)\n[![License](https://img.shields.io/github/license/torquem-ch/silksnake?color=lightgrey)](https://img.shields.io/github/license/torquem-ch/silksnake)\n![semver](https://img.shields.io/badge/semver-2.0.0-blue)\n\n\u003cbr\u003e\n\n## Platform Requirements\n\n### Python Interpreter\nSilksnake requires __Python 3.x__. Install it from [here](https://www.python.org/downloads/) and check the installation using\n\n```shell-session\n$ python --version\nPython 3.6.9\n```\n\nHereafter `python` command refers to the Python 3.x interpreter.\n\n### Python Package Installer (pip)\nAfter Python installation, it is recommended [Upgrading pip](https://pip.pypa.io/en/stable/installing/#upgrading-pip)\n\n\n## Structure\nThe project is organized in the following folders:\n- [__docs__](./docs) contains the programming guide of Silksnake and the user guide of Silksnake tools\n- [__silksnake__](./silksnake) contains the Silksnake source code\n- [__tests__](./tests) contains the unit and integration tests\n- [__tools__](./tools) contains the Silksnake command-line tools for retrieving data using KV gRPC protocol\n\n\n## Setup\nPlease perform the following commands from Silksnake root folder.\n\n### Dependencies\nInstall dependencies using\n\n```shell-session\n$ pip install -r requirements.txt\n```\n\nor\n\n```shell-session\n$ python setup.py\n```\n\n### Test\nRun unit tests using\n\n```shell-session\n$ pytest tests/unit\n```\n\n### Coverage\nRun test coverage using\n\n```shell-session\n$ coverage run -m pytest\n$ coverage report\n```\n\n### Linter\nRun [pylint](https://www.pylint.org/) using\n\n```shell-session\n$ pylint silksnake tests tools\n```\n\n### Binding Generation (not required)\nRun binding generation for KV gRPC protocol using\n\n```shell-session\n$ python -m grpc_tools.protoc --proto_path=. --python_out=. --grpc_python_out=. silksnake/remote/proto/kv.proto\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferigontech%2Fsilksnake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferigontech%2Fsilksnake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferigontech%2Fsilksnake/lists"}