Python wrapper for TradeGecko REST API
Project description
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)
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
File details
Details for the file tradegecko-python-0.0.2.tar.gz
.
File metadata
- Download URL: tradegecko-python-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d492f387de64f22d0329c584c6f5250d049577ec594c3ef4886219eb573e2b |
|
MD5 | 20c71fc9beb713edbf33efd4d63d0666 |
|
BLAKE2b-256 | b7d3c3d151c8fb1225c41f14f58ce053b04db5203a53fad5563ada3623b7149d |