Metadata-Version: 2.1
Name: polish-py-payments
Version: 1.0.0
Summary: Polish payment providers in python
Home-page: https://github.com/ivall/polish-py-payments
Author: ivall
License: MIT
Keywords: polish payments,payments,payment provider
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: requests

# polish-py-payments

#### Dokumentacja nie jest skończona.

### Instalacja
```pip install polish-py-payments```

### Operator lvlup
```python
from polish_py_payments import Lvlup

lvlup = Lvlup("secret")
payment_url = lvlup.create_payment(5.00, "https://successpage.com", "https://webhook.com")
```

### Operator HotPay
#### Przelewy
```python
from polish_py_payments import HotpayTransfer
```
#### PSC
```python
from polish_py_payments import HotpayTransfer


```
#### SMS
```python
from polish_py_payments import HotpaySms
```

### Operator MicroSms
```python
from polish_py_payments import Microsms
```

