Metadata-Version: 2.4
Name: pixelpay-sdk
Version: 2.2.4
Summary: PixelPay SDK toolkit.
Author: Javier Cano
Author-email: javier@pixel.hn
License: MIT
Keywords: pixelpay pixel pay sdk
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: requests>=2.27.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Python PixelPay SDK

## ¿Como instalar?
Si se quiere utilizar un ambiente virtual, referirse al siguiente [enlace](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment):
```bash
python3 -m venv env
source ./env/bin/activate
```

Por medio de PIP, agregue el SDK de PixelPay
``` bash
# MacOS / Linux
python3 -m pip install pixelpay_sdk

# Windows
py -m pip install pixelpay_sdk
```
