Skip to main content

GMO Coin Client

Project description

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

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

GmoCoin-0.0.13.zip (23.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page