Skip to content

aprice00/tradegecko-python

 
 

Repository files navigation

https://travis-ci.org/epantry/tradegecko-python.png?branch=master

Python wrapper for TradeGecko API.

Install

pip install tradegecko-python

How to use

Initialize client

tg = TradeGeckoRestClient(access_token, refresh_token)

Create company

tg.company.create(**company_data)

Update company

tg.company.update(company_id, **company_data)

About

wrapper for tradegecko api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%