CEP client library
Project description
CEP
Python client library for CEP (http://www.banxico.org.mx/cep/)
Instalación
pip install cepmex
Uso
from datetime import date from cep import Transferencia tr = Transferencia.validar( fecha=date(2019, 4, 12), clave_rastreo='CUENCA1555093850', emisor='90646', # STP receptor='40012', # BBVA cuenta='012180004643051249', monto=8.17, ) pdf = tr.descargar()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cepmex-0.2.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
cepmex-0.2.0-py3-none-any.whl
(7.9 kB
view hashes)