pypagseguro

API for PagSeguro in Python
Download

pypagseguro Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Thiago Avelino
  • Publisher web site:
  • http://avelino.us

pypagseguro Tags


pypagseguro Description

API for PagSeguro in Python pypagseguro is an API for PagSeguro written in Python.Installation:If you have _setuptools_ you can use easy_install -U pypagseguroOtherwise, you can download the source from and run python setup.py install: https://github.com/avelino/pypagseguro "pyPagSeguro"Examples:Some simple examples of what pyPagSeguro code looks like: # -*- coding: utf-8 -*- from pagseguropy import * carrinho = Pagseguro(email_cobranca='pagseguro@visie.com.br',tipo='CP') carrinho.item(id=1, descr='Um produto de exemplo', quant=5, valor=10) carrinho.item(id=2, descr='Outro produto de exemplo', quant=2, valor=100) print carrinho.mostra() Requirements: · Python


pypagseguro Related Software