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.0.tar.gz (69.2 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.0-py3-none-any.whl (50.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: heyarchie-1.2.0.tar.gz
  • Upload date:
  • Size: 69.2 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.0.tar.gz
Algorithm Hash digest
SHA256 cc3602e96c79d6d644684ba1c8d00b25bdf081bef8c83f753fdd1e82f7a5aa85
MD5 b34362ebae86a1b84f268bd770bc9862
BLAKE2b-256 c3e40bfed5f2e5a1cc9b350108f05810a07bef8cf044f075a176be9c71bdc552

See more details on using hashes here.

File details

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

File metadata

  • Download URL: heyarchie-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 50.6 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 51996c297621ec0055867119173567b178959410a88ef9debdbe2f3b71d9ee46
MD5 82b1888b5cda5d5d8a7c3d7611384c39
BLAKE2b-256 01d2ec39a555181d346b100f99e3eec95a7325022a31f8fff4384b6cf4f9777b

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