Async Python client for Sequence financial orchestration platform API.
Project description
GetSequenceIoApiClient
A Python client for the Sequence financial orchestration platform API.
Features
- Async API access to Sequence accounts
- Pod, Income Source, Liability, Investment, and External account helpers
- Designed for integration with Home Assistant and other Python apps
Installation
pip install GetSequenceIoApiClient
Usage
import aiohttp
from GetSequenceIoApiClient.client import SequenceApiClient
async def main():
async with aiohttp.ClientSession() as session:
client = SequenceApiClient(session, "YOUR_ACCESS_TOKEN")
accounts = await client.async_get_accounts()
print(accounts)
Author
Dyllan Macias (@DellanX)
License
See LICENSE file.
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
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
File details
Details for the file getsequenceioapiclient-0.1.1.tar.gz.
File metadata
- Download URL: getsequenceioapiclient-0.1.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84954f282b97aed7ae8c9993f10edb4639c0434d9b58a26f1b0831bcfa320a7e
|
|
| MD5 |
e55baca1b5f7229bea97104a3db1b6e7
|
|
| BLAKE2b-256 |
9834064c39e8f97615c28d338250d476fe4b266841010f928cd825597d6942e5
|
File details
Details for the file getsequenceioapiclient-0.1.1-py3-none-any.whl.
File metadata
- Download URL: getsequenceioapiclient-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b3e834c5714de79cffa99f0d8451f9b452040f969d45b53f65d4e438ac7b7dd
|
|
| MD5 |
d70e6472751bdb2ef39eab0666e33633
|
|
| BLAKE2b-256 |
dcb4aeed4a1a1649b90a9abe694a7444a498afe982842533d4e8d19da070cce7
|