mindbox-sdk


Namemindbox-sdk JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/RTHeLL/mindbox-sdk
SummaryWrapper for working with Mindbox service API
upload_time2024-01-09 12:22:07
maintainer
docs_urlNone
authorKinder (RTHeLL)
requires_python
licenseApache License, Version 2.0, see LICENSE file
keywords wrapper mindbox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mindbox Python API

Wrapper for working with Mindbox service API

[![N|Solid](https://img.shields.io/pypi/pyversions/mindbox-sdk.svg)](https://pypi.python.org/pypi/mindbox-sdk)

### Installation
You can install or upgrade package with:
```
$ pip install mindbox-sdk --upgrade
```
Or you can install from source with:
```
$ git clone https://github.com/RTHeLL/mindbox-sdk
$ cd mindbox-sdk
$ python setup.py install
```
...or install from source buth with pip
```
$ pip install git+https://github.com/RTHeLL/mindbox-sdk
```
### Example

```python
from mindbox.client import MindboxClient


def main():
    mindbox_client = MindboxClient(endpoint_id="YOUR_ENDPOINT_ID", secret_key="YOUR_SECRET_KEY", type_="async")
    client = mindbox_client.operations.get_client(
        "Getclient",
        **{
            "customer": {
                "mobilePhone": "+79374134388"
            }
        }
    )

    print(
        f'Client: {client}'
    )


main()
```


## Bugs

If you have any problems, please create Issues [here](https://github.com/RTHeLL/mindbox-sdk/issues)  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RTHeLL/mindbox-sdk",
    "name": "mindbox-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "wrapper,mindbox",
    "author": "Kinder (RTHeLL)",
    "author_email": "k1ndermail@ya.ru",
    "download_url": "https://files.pythonhosted.org/packages/ed/86/45cc8b3e83c71b1cbd2a70334575ce0d60667ce55c0e774453eeecf1f0c0/mindbox-sdk-1.0.2.tar.gz",
    "platform": null,
    "description": "# Mindbox Python API\n\nWrapper for working with Mindbox service API\n\n[![N|Solid](https://img.shields.io/pypi/pyversions/mindbox-sdk.svg)](https://pypi.python.org/pypi/mindbox-sdk)\n\n### Installation\nYou can install or upgrade package with:\n```\n$ pip install mindbox-sdk --upgrade\n```\nOr you can install from source with:\n```\n$ git clone https://github.com/RTHeLL/mindbox-sdk\n$ cd mindbox-sdk\n$ python setup.py install\n```\n...or install from source buth with pip\n```\n$ pip install git+https://github.com/RTHeLL/mindbox-sdk\n```\n### Example\n\n```python\nfrom mindbox.client import MindboxClient\n\n\ndef main():\n    mindbox_client = MindboxClient(endpoint_id=\"YOUR_ENDPOINT_ID\", secret_key=\"YOUR_SECRET_KEY\", type_=\"async\")\n    client = mindbox_client.operations.get_client(\n        \"Getclient\",\n        **{\n            \"customer\": {\n                \"mobilePhone\": \"+79374134388\"\n            }\n        }\n    )\n\n    print(\n        f'Client: {client}'\n    )\n\n\nmain()\n```\n\n\n## Bugs\n\nIf you have any problems, please create Issues [here](https://github.com/RTHeLL/mindbox-sdk/issues)  \n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0, see LICENSE file",
    "summary": "Wrapper for working with Mindbox service API",
    "version": "1.0.2",
    "project_urls": {
        "Download": "https://github.com/RTHeLL/mindbox-sdk/archive/master.zip",
        "Homepage": "https://github.com/RTHeLL/mindbox-sdk"
    },
    "split_keywords": [
        "wrapper",
        "mindbox"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f582689129090a4178c1812e8dae3ef84b60186eb4a985ef0eab46a8bd34da17",
                "md5": "123b389eb71c39adc90e37f064e2bca9",
                "sha256": "f2a5b48ff500e07830e57dd91f7c25cf280d7bbe15708034f88d7c5a0cf14215"
            },
            "downloads": -1,
            "filename": "mindbox_sdk-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "123b389eb71c39adc90e37f064e2bca9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7352,
            "upload_time": "2024-01-09T12:22:06",
            "upload_time_iso_8601": "2024-01-09T12:22:06.542299Z",
            "url": "https://files.pythonhosted.org/packages/f5/82/689129090a4178c1812e8dae3ef84b60186eb4a985ef0eab46a8bd34da17/mindbox_sdk-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed8645cc8b3e83c71b1cbd2a70334575ce0d60667ce55c0e774453eeecf1f0c0",
                "md5": "1dfe400068a8885f6a79d7d61a69f96c",
                "sha256": "bd80c114a977c8d187e87017a4930cdde394bfeb79c78b6b9adefc130e0fbf44"
            },
            "downloads": -1,
            "filename": "mindbox-sdk-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1dfe400068a8885f6a79d7d61a69f96c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7257,
            "upload_time": "2024-01-09T12:22:07",
            "upload_time_iso_8601": "2024-01-09T12:22:07.603491Z",
            "url": "https://files.pythonhosted.org/packages/ed/86/45cc8b3e83c71b1cbd2a70334575ce0d60667ce55c0e774453eeecf1f0c0/mindbox-sdk-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 12:22:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RTHeLL",
    "github_project": "mindbox-sdk",
    "github_fetch_exception": true,
    "lcname": "mindbox-sdk"
}
        
Elapsed time: 0.19529s