Metadata-Version: 2.1
Name: geopayment
Version: 0.6.1
Summary: Python SDK for Georgian Payment Providers
Home-page: https://github.com/Lh4cKg/geopayment
Author: Lasha Gogua
Author-email: gogualasha@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/Lh4cKg/geopayment/tree/main/docs
Project-URL: Release notes, https://github.com/Lh4cKg/geopayment/releases
Project-URL: Source, https://github.com/Lh4cKg/geopayment
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 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 &copy; 2017 Lasha Gogua.

MIT licensed.

