Client library for the Architect trading platform.
Project description
architect_py
Example usage
import asyncio
from architect_py.async_client import AsyncClient
async def main():
c = AsyncClient(
host="<your installation domain>",
api_key="<api key>",
api_secret="<api secret>"
)
print(await c.execute("query { me { userId email } }"))
s = c.subscribe_trades("BTC Crypto/USD*COINBASE/DIRECT")
async for trade in s:
print(trade)
asyncio.run(main())
Running additional examples from this package
Clone this repository to run examples in the examples
directory. This package
uses poetry for dependency management. To enter a poetry virtual environment, make
sure you have poetry installed and run the
following from the repository root.
poetry shell
poetry install --sync
export ARCHITECT_HOST="<your installation domain>"
export ARCHITECT_API_KEY="<api key>"
export ARCHITECT_API_SECRET="<api secret>"
python -m examples.trades
You can exit the poetry shell by running exit
. Environment variables set
within the shell are not persisted.
Maintainers
poetry run ariadne-codegen --config ariadne-codegen.toml
poetry run ariadne-codegen --config ariadne-codegen.async.toml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
architect_py-1.5.1.tar.gz
(57.7 kB
view details)
Built Distribution
File details
Details for the file architect_py-1.5.1.tar.gz
.
File metadata
- Download URL: architect_py-1.5.1.tar.gz
- Upload date:
- Size: 57.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0be09c6faf5601386469d669c94179c021b6473fc868d41ea9e18cc7182c97a |
|
MD5 | 24713b41c97f561b9fb00cae444e3869 |
|
BLAKE2b-256 | 140bb11ef519306b9b7e8e94771b50e3821223ae22ef49f77af3a9a3ef6e46af |
File details
Details for the file architect_py-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: architect_py-1.5.1-py3-none-any.whl
- Upload date:
- Size: 98.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8032f4870362752080372c6cef8d2c4f1cfb1724613e7d7d2c65975d29f717bc |
|
MD5 | 33111bcab61d4aa0aa47a0e462c7b9a3 |
|
BLAKE2b-256 | b16736975f36643a0b2f7aa9fa3691ff01253eca2ca97882bd0afec3ba888abf |