SDK to access Instabase Apps
Project description
Instabase Apps SDK
Use this SDK to access apps on apps.instabase.com.
Setup
You will need to set the following environment variables:
IB_API_TOKEN: Your API token from Instabase Apps website.IB_ROOT_URL: Root URL of Instabase App website.
Getting Started
Example below demonstrates usage of the SDK to extract contents of an input file using Instabase's Bank Statements application (version 3.0.0):
Input file represented by remote URL
from instabase.apps import Client
app_name, app_version = 'US Bank Statements', '3.0.0'
file_url = '<INPUT FILE URL HERE>'
client = Client()
resp = client.extract_from_input_url(file_url, app_name, app_version)
print(resp)
Input file represented by file path
from instabase.apps import Client
app_name, app_version = 'US Bank Statements', '3.0.0'
with open(<FILE_PATH_HERE>,'rb') as f:
resp = client.extract_from_input_bytes(f.read(), <FILE_NAME>, app_name, app_version)
print(resp)
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
instabase-0.0.3.tar.gz
(65.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
instabase-0.0.3-py3-none-any.whl
(12.9 kB
view details)
File details
Details for the file instabase-0.0.3.tar.gz.
File metadata
- Download URL: instabase-0.0.3.tar.gz
- Upload date:
- Size: 65.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
437dedf5cb1b32224efa00c81a12de168354672e83699d70a6e690013b004312
|
|
| MD5 |
30ec5a2865ea4aafd8efa538b844cf2e
|
|
| BLAKE2b-256 |
8cc848408f24524b94a628602549073aa190c746406f094d038cffc1d0b1998e
|
File details
Details for the file instabase-0.0.3-py3-none-any.whl.
File metadata
- Download URL: instabase-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b672fe6877f83423529f653d9aa3a2fb74bb21574eeb4f8a9a4923a3ce516ad
|
|
| MD5 |
257095277b7625d6e62207f26bcae250
|
|
| BLAKE2b-256 |
7a145e643fdf27b8de5deac2eb00866eed0d74b5af7b898116d0a3e55d518449
|