MandiriUtils


NameMandiriUtils JSON
Version 0.15 PyPI version JSON
download
home_pagehttps://github.com/har07
SummaryHelper package for requesting token and generating request signatures to be used for consuming Bank Mandiri API
upload_time2023-05-23 12:38:24
maintainer
docs_urlNone
authorHanif Amal Robbani
requires_python
licenseMIT
keywords banking signature token mandiri
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Helper package for requesting token and generating request signatures to be used for consuming Bank Mandiri API.

Example usage:

```python
from MandiriUtils import Client

client = Client(url="https://sandbox.bankmandiri.co.id", pk=my_private_key_content, pk_pass=pk_pass, client_id=client_id, client_secret=client_secret, tz_offset="+0700")
result = client.get_token()

print(result)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/har07",
    "name": "MandiriUtils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "banking,signature,token,mandiri",
    "author": "Hanif Amal Robbani",
    "author_email": "dev.har07@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/1b/c4fd01811aec7f8445bdc79aed73866ea9864253f6421fa89dcb5caec255/MandiriUtils-0.15.tar.gz",
    "platform": null,
    "description": "Helper package for requesting token and generating request signatures to be used for consuming Bank Mandiri API.\n\nExample usage:\n\n```python\nfrom MandiriUtils import Client\n\nclient = Client(url=\"https://sandbox.bankmandiri.co.id\", pk=my_private_key_content, pk_pass=pk_pass, client_id=client_id, client_secret=client_secret, tz_offset=\"+0700\")\nresult = client.get_token()\n\nprint(result)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helper package for requesting token and generating request signatures to be used for consuming Bank Mandiri API",
    "version": "0.15",
    "project_urls": {
        "Download": "https://github.com/har07/mandiri-utils/archive/refs/tags/v_015.tar.gz",
        "Homepage": "https://github.com/har07"
    },
    "split_keywords": [
        "banking",
        "signature",
        "token",
        "mandiri"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a81bc4fd01811aec7f8445bdc79aed73866ea9864253f6421fa89dcb5caec255",
                "md5": "776b2f0d1ced708ebb664a6e9b84fbd6",
                "sha256": "b399fb195a35508c72c45f20df6bc2393c90c6db4c27f854ba27f031823f0e97"
            },
            "downloads": -1,
            "filename": "MandiriUtils-0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "776b2f0d1ced708ebb664a6e9b84fbd6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3694,
            "upload_time": "2023-05-23T12:38:24",
            "upload_time_iso_8601": "2023-05-23T12:38:24.698894Z",
            "url": "https://files.pythonhosted.org/packages/a8/1b/c4fd01811aec7f8445bdc79aed73866ea9864253f6421fa89dcb5caec255/MandiriUtils-0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-23 12:38:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "har07",
    "github_project": "mandiri-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mandiriutils"
}
        
Elapsed time: 0.06782s