GMO Coin Client


Keywords
python, requests, gitpod
License
Apache-2.0
Install
pip install GmoCoin==0.0.13

Documentation

Gitpod ready-to-code

GmoCoin

Description

GMOコインのAPIラッパーです。

API仕様

https://api.coin.z.com/docs/#outline

Requirement

  • Python 3.6

Installation

pip install GmoCoin

Usage

APIラッパーリファレンス

Development

Launch gitpod

gitpod

run test

  • tests/api_conf.jsonを作成する
{
    "API_KEY":"AAA",
    "SECRET_KEY":"BBB"
}
  • テストコマンド実行
pipenv run pytest

GenerateDoc

pipenv run sphinx-apidoc -f -o docs/source gmocoin
pipenv run sphinx-build -b html docs/source docs/build

upload pypi

python setup.py sdist --formats=zip
twine upload dist/*
twine upload -r pypitest dist/*
twine upload -r pypitest dist/*
twine upload dist/*

License

Apache License Version 2.0

Author

amashita