Skip to main content

PixelPay SDK toolkit.

Project description

Python PixelPay SDK

¿Como instalar?

Si se quiere utilizar un ambiente virtual, referirse al siguiente enlace:

python3 -m venv env
source ./env/bin/activate

Por medio de PIP, agregue el SDK de PixelPay

# MacOS / Linux
python3 -m pip install pixelpay_sdk

# Windows
py -m pip install pixelpay_sdk

¿Como publicar?

Obtenga todos los requerimientos del SDK al momento de desarrollar:

# MacOS / Linux
python3 -m pip install -r requirements.txt

# Windows
py -m pip install -r requirements.txt

Luego de hacer cambios en el SDK, modificar el CHANGELOG.md y el archivo de versión dentro de pixelpay/__init__.py, publicar el paquete con los siguientes comandos:

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixelpay-sdk-2.0.0.tar.gz (47.7 kB view hashes)

Uploaded Source

Built Distribution

pixelpay_sdk-2.0.0-py3-none-any.whl (57.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page