#Paybook Lite Python
A light and simple web application to demonstrate how to take advantage of the Paybook Financial API (Sync) to pull information from Mexican Banks and Tax Authority.
- git clone https://github.com/Paybook/Lite.Python/
- Insert your api key in /cloud/dependencies/_Constants.py
The database is created in RAM setting DB with the special name
Python ":memory:"(Each time the application is restarted the database is deleted)
# -*- coding: utf-8 -*-import oss
PAYBOOK_LINK = 'https://sync.paybook.com/v1/'
API_KEY = "YOUR_PAYBOOK_KEY_HERE"
DB = ":memory:"
DEBUG_MODE = False- In paybook-lite directory type python main.py command
- Open a browser http://localhost:5000/signup
- Create a new user
- Login http://localhost:5000/login
- Add a site account in catalogs http://localhost:5000/catalogs