8000 GitHub - guyskk/cep-python: Python client library for CEP (http://www.banxico.org.mx/cep/)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guyskk/cep-python

 
 

Repository files navigation

CEP

test codecov PyPI

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()

About

Python client library for CEP (http://www.banxico.org.mx/cep/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.2%
  • Makefile 10.8%
0