Skip to main content

Python wrapper for DragonMint/Innosilicon REST API

Project description

Build Status Maintainability Test Coverage PyPI version Documentation Status

dragon-rest

Python wrapper for DragonMint/Innosilicon REST API

If you use Halong Mining's DragonMint or Innosilicon miners, and would like to interact with it programmatically using Python, then look no further! I have implemented the full HTTP REST API for your enjoyment and pleasure.

Dragon at rest

Quickstart

Install pip package

$ pip install dragon-rest

Write the Python codes

from dragon_rest.dragons import DragonAPI

dragon_host = '10.0.0.1'
api = DragonAPI(dragon_host,
                username='admin',
                password='dragonadmin')

r = api.summary() # get summary
print(r)
api.upgradeUpload('t1_20180515_060842.swu') # upgrade firmware
# now you're in the big leagues, boye

Reference

API documentation: https://dragon-rest.readthedocs.io/

For details on the DragonMint API, see: https://halongmining.com/api/

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

dragon-rest-0.2.0.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file dragon-rest-0.2.0.tar.gz.

File metadata

  • Download URL: dragon-rest-0.2.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.0 CPython/3.6.3

File hashes

Hashes for dragon-rest-0.2.0.tar.gz
Algorithm Hash digest
SHA256 40626c3c242d8d2e0eb86b954683fe32478c204e5b2898226375e7293d881276
MD5 94d18244edbfba77a919d8f2d841705a
BLAKE2b-256 e9817f3eee49c421e0919fd3c516603732078a141bf2915c9aea629641942c74

See more details on using hashes here.

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