geopayment


Namegeopayment JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/Lh4cKg/geopayment
SummaryPython SDK for Georgian Payment Providers
upload_time2023-02-06 12:20:16
maintainer
docs_urlNone
authorLasha Gogua
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements certifi cffi charset-normalizer cryptography idna pycparser pyOpenSSL requests six urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About
GeoPayment - Python SDK for Georgian Payment Providers

# Prerequisites
------

`Python >= 3.7.x`   
`cryptography >= 3.3.2`     
`pyOpenSSL >= 21.0.0`   
`requests >= 2.26.0`


### Quick Start

Install **geopayment** package

```bash
$ pip install geopayment

```    

## Integrate your apps

### Modules

   1. [For TBCPay](https://github.com/Lh4cKg/geopayment/blob/main/docs/tbc.md)
   
   2. [For TBC Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/tbc_installment.md)

   3. [For iPay (BOG)](https://github.com/Lh4cKg/geopayment/blob/main/docs/bog.md)

   4. [For BOG Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/bog_installment.md)

   5. [For Credo Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/credo_installment.md)


##### License

Copyright © 2017 Lasha Gogua.

MIT licensed.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Lh4cKg/geopayment",
    "name": "geopayment",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lasha Gogua",
    "author_email": "gogualasha@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/c2/a3a82555502a675bd237a430437721df7c9f943d0bdccf952a20308cf895/geopayment-0.6.3.tar.gz",
    "platform": null,
    "description": "# About\nGeoPayment - Python SDK for Georgian Payment Providers\n\n# Prerequisites\n------\n\n`Python >= 3.7.x`   \n`cryptography >= 3.3.2`     \n`pyOpenSSL >= 21.0.0`   \n`requests >= 2.26.0`\n\n\n### Quick Start\n\nInstall **geopayment** package\n\n```bash\n$ pip install geopayment\n\n```    \n\n## Integrate your apps\n\n### Modules\n\n   1. [For TBCPay](https://github.com/Lh4cKg/geopayment/blob/main/docs/tbc.md)\n   \n   2. [For TBC Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/tbc_installment.md)\n\n   3. [For iPay (BOG)](https://github.com/Lh4cKg/geopayment/blob/main/docs/bog.md)\n\n   4. [For BOG Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/bog_installment.md)\n\n   5. [For Credo Installment](https://github.com/Lh4cKg/geopayment/blob/main/docs/credo_installment.md)\n\n\n##### License\n\nCopyright © 2017 Lasha Gogua.\n\nMIT licensed.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK for Georgian Payment Providers",
    "version": "0.6.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80c2a3a82555502a675bd237a430437721df7c9f943d0bdccf952a20308cf895",
                "md5": "385f45da08db77e5f5ed77ec71a5c665",
                "sha256": "7d631a8edc2e9900dd30d556b3251acde7a794ae440e947a32089532ee56dc0a"
            },
            "downloads": -1,
            "filename": "geopayment-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "385f45da08db77e5f5ed77ec71a5c665",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 15543,
            "upload_time": "2023-02-06T12:20:16",
            "upload_time_iso_8601": "2023-02-06T12:20:16.707933Z",
            "url": "https://files.pythonhosted.org/packages/80/c2/a3a82555502a675bd237a430437721df7c9f943d0bdccf952a20308cf895/geopayment-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 12:20:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Lh4cKg",
    "github_project": "geopayment",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2022.12.7"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.7"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.3"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.20"
                ]
            ]
        },
        {
            "name": "pyOpenSSL",
            "specs": [
                [
                    "==",
                    "21.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.5"
                ]
            ]
        }
    ],
    "lcname": "geopayment"
}
        
Elapsed time: 0.04010s