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.1.0.tar.gz (66.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.1.0-py3-none-any.whl (48.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: heyarchie-1.1.0.tar.gz
  • Upload date:
  • Size: 66.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.1.0.tar.gz
Algorithm Hash digest
SHA256 fe83423cf5ad223c9b3ad8a42542f9771dddec02fc2e32ea03eb7ee61042a406
MD5 cf0762394c31936fd6c21d2077f5e9b8
BLAKE2b-256 0b0646141d76755f0ad4a670ab052257d4ff2526d111865cdb5456fa773bc58a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: heyarchie-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 48.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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f547e4924efec7ca56563a80004bde376c26a25ad4c108cc80585e92809a5f7
MD5 b8beb8a10fe26c5d8592e66939c4d764
BLAKE2b-256 4519275b21603e2ec1501df113a5895647d788b1bca8c1a44cd07e7b0a1cc554

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