{"id":13453442,"url":"https://github.com/GoEvaCom/pyeos_client","last_synced_at":"2025-03-24T01:31:28.679Z","repository":{"id":50207511,"uuid":"133990471","full_name":"GoEvaCom/pyeos_client","owner":"GoEvaCom","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T02:06:12.000Z","size":263,"stargazers_count":16,"open_issues_count":7,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-10T17:19:26.028Z","etag":null,"topics":["eosd","eosio","pyeos","rpc"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoEvaCom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-18T18:27:46.000Z","updated_at":"2020-10-17T18:17:36.000Z","dependencies_parsed_at":"2023-01-24T04:40:36.146Z","dependency_job_id":null,"html_url":"https://github.com/GoEvaCom/pyeos_client","commit_stats":null,"previous_names":["evacoop/pyeos_client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoEvaCom%2Fpyeos_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoEvaCom%2Fpyeos_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoEvaCom%2Fpyeos_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoEvaCom%2Fpyeos_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoEvaCom","download_url":"https://codeload.github.com/GoEvaCom/pyeos_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245194232,"owners_count":20575726,"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":["eosd","eosio","pyeos","rpc"],"created_at":"2024-07-31T08:00:40.083Z","updated_at":"2025-03-24T01:31:27.939Z","avatar_url":"https://github.com/GoEvaCom.png","language":"Python","funding_links":[],"categories":["Language Support"],"sub_categories":["Python"],"readme":"# pyeos_client\n\n\nThis is a non official python library build around the eosd Chain \u0026 Wallet RPC API.\nThis library will allow you to easily interact with EOSIO node through REST API.\n\n## Installation\n\n```\npip install pyeos-client\n```\n\n## Getting Started\n\n```python\nfrom pyeos_client.NodeosConnect import RequestHandlerAPI\nfrom pyeos_client.EOSChainApi import ChainAPI\n\nconnection  = RequestHandlerAPI(base_url='http://nodeos-server:8888', headers={\"Accept\": \"application/json\"})\nchainapi = ChainAPI(connection)\nprint(chainapi.get_info().json())\n```\n###### results\n\n```json\n{\n\"server_version\": \"b2eb1667\",\n\"head_block_num\": 259590,\n\"last_irreversible_block_num\": 259573,\n\"head_block_id\": \"0003f60677f3707f0704f16177bf5f007ebd45eb6efbb749fb1c468747f72046\",\n\"head_block_time\": \"2017-12-10T17:05:36\",\n\"head_block_producer\": \"initp\",\n\"recent_slots\": \"1111111111111111111111111111111111111111111111111111111111111111\",\n\"participation_rate\": \"1.00000000000000000\"\n}\n\n```\n\n#### Authors\n\n- [@Merouane_Benth](https://twitter.com/Merouane_Benth)\n\n#### License\nThis project is licensed under the MIT License - see the LICENSE file for details\n\n## Official documentation\n - [RPC Interface EOS](https://eosio.github.io/eos/group__eosiorpc.html#v1walletlock)\n - [Library documentation](https://pyeos-client.readthedocs.io)\n\n### Contributing\n\n- Fork it (https://github.com/EvaCoop/pyeos_client.git)\n- Create your feature branch (git checkout -b feature/fooBar)\n- Commit your changes (git commit -am 'Add some fooBar')\n- Push to the branch (git push origin feature/fooBar)\n- Create a new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGoEvaCom%2Fpyeos_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGoEvaCom%2Fpyeos_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGoEvaCom%2Fpyeos_client/lists"}