Metadata-Version: 2.1
Name: gcapi-python
Version: 0.0.1
Summary: Unofficial Python library for Gain Capital API from Forex.com
Home-page: https://github.com/rickykim93/gcapi-python
Author: Kyu Mok (Ricky) Kim
Author-email: rickykim93@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: requests (>=2.22.0)

# gcapi-python
Python package for [Gain Capital API](http://docs.labs.gaincapital.com/) used for trading on [Forex.com](https://www.forex.com/en-ca/)

[![PyPI version](https://badge.fury.io/py/gcapi-python.svg)](https://badge.fury.io/py/gcapi-python)

## Table of Contents
1. [Getting Started](#Getting-Started)
2. [Documentation](#Documentation)
3. [Contact](#Contact)

## Getting Started

### Installation

```bash
pip install gcapi-python
```

### Usage
After installing, import into your project

```python
from gcapi import GCapiClient
```

Initialize with [Forex.com](https://www.forex.com/en-ca/) credentials and app key.

```python
api = GCapiClient(username='usr', password='***', appkey='***', proxies=None)
```

## Documentation
IPR

## Contact
Please contact [**Kyu Mok (Ricky) Kim**](mailto:rickykim93@hotmail.com) if you have any questions, suggestions, or feedback.

Website: [rickykim.net](https://rickykim.net/)


