Skip to main content

Trading agent framework

Project description

# Archon

General trading and broker framework for Internet/Crypto exchanges

## install

needs python3 pip3 install -r requirements.txt

add apikeys.toml ` [apikeys.CRYPTOPIA] public_key = "" secret = "" `

add conf.toml with mailgun key

` apikey = "key-" domain = "https://api.mailgun.net/v3/domain/messages" `

## run

` >>> import archon >>> abroker = archon.broker.Broker() >>> arch.setClientsFromFile(abroker) >>> print(abroker.balance_currency("BTC")['Total']) `

## examples

balance_example.py

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

archon1-0.0.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

archon1-0.0.1-py3-none-any.whl (20.5 kB view hashes)

Uploaded Python 3

Supported by

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