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.0.0.tar.gz (63.8 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.0.0-py3-none-any.whl (47.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for heyarchie-1.0.0.tar.gz
Algorithm Hash digest
SHA256 cbb8a400a2f925a55591da7630ad20bf193b7d33c34ab2ae38048d7de7f09a7a
MD5 a2c71e84f636ea6cd0e40e4b0d8eafa1
BLAKE2b-256 aeeac1bed63327c014de2aa40ee4d50ffc1f2cc7e03d5a09ff5b0e360fee9bf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: heyarchie-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 47.7 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e63e517e7f31a7c57c6c14f2884698a14687f95ea273613a9fadf83cbd18d98
MD5 7120546e10e55836f3130ae38e17e6ae
BLAKE2b-256 909798a5cf7d2ec7c00c99ffc38e9d10cacf1cfd03eefe7e6ff41fc944ade404

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