# Sellgate Python SDK
This is the Sellgate Python SDK. It is a simple SDK to use the Sellgate API.
Sellgate 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:
- Low transaction fees, just 1%.
- No authentication required for any usage: No API keys, no accounts.
- Examples for quick implementation on our docs.
- Support for bug fixes, extra features and integration assistance.
For further documentation, please refer to the [Sellgate docs](https://sellgate.io/docs)
## Installation
```bash
pip install sellgate
```
## Usage
```python
from sellgate import sellgate
checkout = sellgate().create_checkout({
"price": '10',
"crypto": [
{
"network": "ETH",
"coin": "ETH",
"address": "0xB1DA646D1cD015d205a99198e809724D5C78109d"
}
]
})
address = sellgate().create_address({
"crypto":
{
"network": "ETH",
"coin": "ETH",
"address": "0xB1DA646D1cD015d205a99198e809724D5C78109d"
},
"webhook": "https://webhook.site/1234567890"
})
print(checkout)
print(address)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/sellgate/python-sdk",
"name": "sellgate",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Sellgate",
"author_email": "support@sellgate.io",
"download_url": "https://files.pythonhosted.org/packages/43/2d/31a03f96c8c088371c9d81649f14956d08bd13025a41cdcfac91837b1bc4/sellgate-1.0.0.tar.gz",
"platform": null,
"description": "# Sellgate Python SDK\r\n\r\nThis is the Sellgate Python SDK. It is a simple SDK to use the Sellgate API. \r\n\r\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:\r\n\r\n- Low transaction fees, just 1%.\r\n- No authentication required for any usage: No API keys, no accounts.\r\n- Examples for quick implementation on our docs.\r\n- Support for bug fixes, extra features and integration assistance.\r\n\r\nFor further documentation, please refer to the [Sellgate docs](https://sellgate.io/docs)\r\n\r\n## Installation\r\n\r\n```bash\r\npip install sellgate\r\n```\t\r\n\r\n## Usage\r\n\r\n```python\r\nfrom sellgate import sellgate\r\n\r\ncheckout = sellgate().create_checkout({\r\n \"price\": '10',\r\n \"crypto\": [\r\n {\r\n \"network\": \"ETH\",\r\n \"coin\": \"ETH\",\r\n \"address\": \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\r\n }\r\n ]\r\n})\r\n\r\naddress = sellgate().create_address({\r\n \"crypto\": \r\n {\r\n \"network\": \"ETH\",\r\n \"coin\": \"ETH\",\r\n \"address\": \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\r\n },\r\n \"webhook\": \"https://webhook.site/1234567890\"\r\n})\r\n\r\nprint(checkout)\r\nprint(address)\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python SDK for the Sellgate API",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/sellgate/python-sdk"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "214bc41bea279e58c0426ac93897416aa8888aecaad09eeb92232e79b8eec996",
"md5": "16689370b2a08b252f09804642d7f39d",
"sha256": "ecfb5e51cce077d24e47e48801578107d93bd888bf82fe57211d1cd399243db9"
},
"downloads": -1,
"filename": "sellgate-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "16689370b2a08b252f09804642d7f39d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2343,
"upload_time": "2024-08-04T09:20:29",
"upload_time_iso_8601": "2024-08-04T09:20:29.651672Z",
"url": "https://files.pythonhosted.org/packages/21/4b/c41bea279e58c0426ac93897416aa8888aecaad09eeb92232e79b8eec996/sellgate-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "432d31a03f96c8c088371c9d81649f14956d08bd13025a41cdcfac91837b1bc4",
"md5": "0f3816793c58defbcd4ee3f7effaea43",
"sha256": "efe143ad4873468cb0b1ef30c8ea107f6db32ece187e777d415ad4aeb014a3c4"
},
"downloads": -1,
"filename": "sellgate-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "0f3816793c58defbcd4ee3f7effaea43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2188,
"upload_time": "2024-08-04T09:20:31",
"upload_time_iso_8601": "2024-08-04T09:20:31.171752Z",
"url": "https://files.pythonhosted.org/packages/43/2d/31a03f96c8c088371c9d81649f14956d08bd13025a41cdcfac91837b1bc4/sellgate-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-04 09:20:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sellgate",
"github_project": "python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sellgate"
}