Python SDK + CLI for Archie — accounting AI. `import heyarchie` for the SDK; `archie` for the CLI.
Project description
heyarchie
Python SDK for the Archie Connect API.
Install
pip install heyarchie
Quick start
import heyarchie
archie = heyarchie.Archie(api_key="ak_test_...")
message = archie.messages.create(
"Summarise the BAS for Q1 2026",
client_id="client_test_growthwise",
)
print(message.content)
Async
import asyncio
import heyarchie
async def main():
async with heyarchie.AsyncArchie(api_key="ak_test_...") as archie:
message = await archie.messages.create("Summarise BAS Q1 2026")
print(message.content)
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
heyarchie-1.2.1.tar.gz
(69.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
heyarchie-1.2.1-py3-none-any.whl
(50.8 kB
view details)
File details
Details for the file heyarchie-1.2.1.tar.gz.
File metadata
- Download URL: heyarchie-1.2.1.tar.gz
- Upload date:
- Size: 69.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23197b296ec4cc06b47aae0c7a481e898a5fb2068d0b4f7d3710a470b369e00a
|
|
| MD5 |
7d5fd91eb6c833172b636aaa79361bb8
|
|
| BLAKE2b-256 |
58795397a3765a31ce4c3a526f2a9dbad08db9351531aaace0f7cf27e864dbef
|
File details
Details for the file heyarchie-1.2.1-py3-none-any.whl.
File metadata
- Download URL: heyarchie-1.2.1-py3-none-any.whl
- Upload date:
- Size: 50.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fad16641e3ecf78a5d6bd1b9130dd4a1fa63213fab0f86c40d660a94162271e
|
|
| MD5 |
3cdeba58a1448093ab18f2db836e8acc
|
|
| BLAKE2b-256 |
b36916127015f463cc2b19fe16d3c2122012b90f116b6db24823c2f11ae08c9b
|