{"id":19345196,"url":"https://github.com/sellgate/python-sdk","last_synced_at":"2026-01-28T11:34:40.829Z","repository":{"id":251588523,"uuid":"836747554","full_name":"Sellgate/python-sdk","owner":"Sellgate","description":"A Python SDK for the Sellgate API. Start accepting crypto payments in minutes.","archived":false,"fork":false,"pushed_at":"2024-08-04T09:32:43.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T20:47:46.394Z","etag":null,"topics":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"latest_commit_sha":null,"homepage":"https://sellgate.io","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/Sellgate.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-08-01T13:27:14.000Z","updated_at":"2024-08-04T09:32:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e38e8616-87fd-4db3-853a-24663c05eea6","html_url":"https://github.com/Sellgate/python-sdk","commit_stats":null,"previous_names":["sellgate/python-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sellgate/python-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fpython-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fpython-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fpython-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fpython-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sellgate","download_url":"https://codeload.github.com/Sellgate/python-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fpython-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"created_at":"2024-11-10T04:05:19.245Z","updated_at":"2026-01-28T11:34:40.824Z","avatar_url":"https://github.com/Sellgate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sellgate Python SDK\n\nThis is the Sellgate Python SDK. It is a simple SDK to use the Sellgate API. \n\nSellgate provides an API service that allows sellers and developers to easily integrate crypto payments into their applications or payment flows. Using our service has several benefits:\n\n- Low transaction fees, just 1%.\n- No authentication required for any usage: No API keys, no accounts.\n- Examples for quick implementation on our docs.\n- Support for bug fixes, extra features and integration assistance.\n\nFor further documentation, please refer to the [Sellgate docs](https://sellgate.io/docs)\n\n## Installation\n\n```bash\npip install sellgate\n```\t\n\n## Usage\n\n```python\nfrom sellgate import sellgate\n\ncheckout = sellgate().create_checkout({\n  \"price\": '10',\n  \"crypto\": [\n    {\n      \"network\": \"ETH\",\n      \"coin\": \"ETH\",\n      \"address\": \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\n    }\n  ]\n})\n\naddress = sellgate().create_address({\n  \"crypto\": \n    {\n      \"network\": \"ETH\",\n      \"coin\": \"ETH\",\n      \"address\": \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\n    },\n  \"webhook\": \"https://webhook.site/1234567890\"\n})\n\nprint(checkout)\nprint(address)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fpython-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsellgate%2Fpython-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fpython-sdk/lists"}