Metadata-Version: 2.1
Name: borica-py
Version: 0.0.0
Summary: Python integration for Borica based payments
Home-page: UNKNOWN
Author: CodeBrew
Author-email: contact@codebrew.io
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyOpenSSL (==20.0.*)

# borica-py

Python package for integrating borica-based online payments.

![borica-py](/docs/img/logo.jpg)

## Usage

```python

import borica

borica.configure(
    {
        'TERMINAL': 'TERMINAL VALUE',
        'MERCHANT': 'MERCHANT VALUE',
        'DEV_PEM': '/path/to/certificate/dev.pem',
        'DEV_APGW_PEM': '/path/to/certificate/apgw_dev.pem',
        'DEV_URL': 'https://gateway.borica.bg/example-url'
    }
)
```

