thawani


Namethawani JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/muradlansa/thawani-python
SummaryThawani Python Client
upload_time2024-02-12 17:30:46
maintainer
docs_urlNone
authorMurad Lansa
requires_python
licenseMIT
keywords thawani payment gateway oman
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Thawani Python Client


Python bindings for interacting with the thawani API

This is primarily meant for merchants who wish to perform interactions with the thawani API programatically.

## Installation

```sh
$ pip install thawani
```

## Usage

You need to setup your key and secret using the following:
You can find your API keys at <https://thawani.om//#/app/keys>.

```py
import thawani
client = thawani.Client(secret_key="<Secret_KEY>",publishable_key="<Publishable_KEY>")
```



## Supported Resources


- [Customer](documents/customer.md)

- [Payments](documents/payment.md)

- [Refunds](documents/refund.md)

- [Invoice](documents/invoice.md)









---

## Bugs? Feature requests? Pull requests?

All of those are welcome. You can [file issues][issues] or [submit pull requests][pulls] in this repository.

[issues]: https://github.com/muradlansa/thawani-python/issues
[pulls]: https://github.com/muradlansa/thawani-python/pulls

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/muradlansa/thawani-python",
    "name": "thawani",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Thawani Payment gateway Oman",
    "author": "Murad Lansa",
    "author_email": "mail@muradlansa.com",
    "download_url": "https://files.pythonhosted.org/packages/96/c2/0e1844968a6d433be9b82ea7e6a0e1a96fd797901ec25a257d1390bc0b99/thawani-1.1.3.tar.gz",
    "platform": null,
    "description": "# Thawani Python Client\n\n\nPython bindings for interacting with the thawani API\n\nThis is primarily meant for merchants who wish to perform interactions with the thawani API programatically.\n\n## Installation\n\n```sh\n$ pip install thawani\n```\n\n## Usage\n\nYou need to setup your key and secret using the following:\nYou can find your API keys at <https://thawani.om//#/app/keys>.\n\n```py\nimport thawani\nclient = thawani.Client(secret_key=\"<Secret_KEY>\",publishable_key=\"<Publishable_KEY>\")\n```\n\n\n\n## Supported Resources\n\n\n- [Customer](documents/customer.md)\n\n- [Payments](documents/payment.md)\n\n- [Refunds](documents/refund.md)\n\n- [Invoice](documents/invoice.md)\n\n\n\n\n\n\n\n\n\n---\n\n## Bugs? Feature requests? Pull requests?\n\nAll of those are welcome. You can [file issues][issues] or [submit pull requests][pulls] in this repository.\n\n[issues]: https://github.com/muradlansa/thawani-python/issues\n[pulls]: https://github.com/muradlansa/thawani-python/pulls\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Thawani Python Client",
    "version": "1.1.3",
    "project_urls": {
        "Homepage": "https://github.com/muradlansa/thawani-python"
    },
    "split_keywords": [
        "thawani",
        "payment",
        "gateway",
        "oman"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96c20e1844968a6d433be9b82ea7e6a0e1a96fd797901ec25a257d1390bc0b99",
                "md5": "decd0c0655d09041e4afa63a3e81b68e",
                "sha256": "22553890e692fa5c773ae70dea268beb1f3396bfc355a2a000512188fbfc5c56"
            },
            "downloads": -1,
            "filename": "thawani-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "decd0c0655d09041e4afa63a3e81b68e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35865,
            "upload_time": "2024-02-12T17:30:46",
            "upload_time_iso_8601": "2024-02-12T17:30:46.958936Z",
            "url": "https://files.pythonhosted.org/packages/96/c2/0e1844968a6d433be9b82ea7e6a0e1a96fd797901ec25a257d1390bc0b99/thawani-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 17:30:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "muradlansa",
    "github_project": "thawani-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "thawani"
}
        
Elapsed time: 0.28022s