1Forge REST API wrapper
Project description
oneforge
1Forge REST API wrapper
Instalation
oneforge is distributed on PyPI and is available on Linux/macOS and Windows and supports Python 3.6+.
$ pip install -U oneforge
Usage
from oneforge import OneForge, SYMBOLS
oforge = OneForge(api_key='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')
# Get quotes
oforge.quotes(SYMBOLS)
# Convert currency
oforge.convert('EUR', 'USD', 100)
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
oneforge-0.1.0.tar.gz
(2.7 kB
view hashes)