Skip to main content

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.2.tar.gz (70.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heyarchie-1.2.2-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

File details

Details for the file heyarchie-1.2.2.tar.gz.

File metadata

  • Download URL: heyarchie-1.2.2.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for heyarchie-1.2.2.tar.gz
Algorithm Hash digest
SHA256 1b254313c5cfd0338a6ce07aa680d414da4560ee0c9caed4ab6d20f40d421a1d
MD5 c4d4323be0186e18e4ecef723422ba79
BLAKE2b-256 eae785f3f96dea285cd98d204f110b1d09a3b6b461dfdaea2591a1c63c2c9628

See more details on using hashes here.

File details

Details for the file heyarchie-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: heyarchie-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 50.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for heyarchie-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c101eec8c4e3a94320e4a7654931b221323ece4b93c78ade8d44a9141669bddb
MD5 f82d9b296140e7bc24394fcd1d615db0
BLAKE2b-256 eff7e3595d5a2f113cab9f0e3bca2019fd86b26fd34f7a1a852a3382f9507e6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page