GMO Coin Client
Project description
GmoCoin
Description
GMOコインのAPIラッパーです。
API仕様
https://api.coin.z.com/docs/#outline
Requirement
- Python 3.6
Installation
pip install GmoCoin
Usage
Development
Launch 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
Author
amashita
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file GmoCoin-0.0.13.zip
.
File metadata
- Download URL: GmoCoin-0.0.13.zip
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3401cdffc99e8274f61738e414b69c4abec847b1fe98358213a3cb53a71ff272 |
|
MD5 | 3a86a295f2960489b83bbab58029db95 |
|
BLAKE2b-256 | 1c63f53c512292bbe7f21a62203418ff1987623ff84d4877624eeda510c80a5a |