File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11language : python
22cache : pip
33python :
4- - " 3.3"
54 - " 3.4"
65 - " 3.5"
76 - " 3.6"
Original file line number Diff line number Diff line change 11# TRON API for Python
22A Python API for interacting with the Tron (TRX)
33
4+ [ ![ Software License] ( https://img.shields.io/badge/license-Apache-brightgreen.svg?style=flat-square )] ( LICENSE )
5+ [ ![ Build Status] ( https://api.travis-ci.com/iexbase/tron-api-python.svg?branch=master )] ( https://travis-ci.com/iexbase/tron-api-python )
6+ [ ![ Issues] ( https://img.shields.io/github/issues/iexbase/tron-api-python.svg )] ( https://github.com/iexbase/tron-api-python/issues )
7+ [ ![ Pull Requests] ( https://img.shields.io/github/issues-pr/iexbase/tron-api-python.svg )] ( https://github.com/iexbase/tron-api-python/pulls )
8+ [ ![ Contributors] ( https://img.shields.io/github/contributors/iexbase/tron-api-python.svg )] ( https://github.com/iexbase/tron-api-python/graphs/contributors )
9+
410## Install
511
612| Setup | Command | Notes
@@ -38,7 +44,7 @@ tron = Tron(full_node,
3844** A full example:**
3945
4046``` python
41- from tronapi.providers import HttpProvider
47+ from tronapi.provider import HttpProvider
4248from tronapi.tron import Tron
4349
4450full_node = HttpProvider(' https://api.trongrid.io' )
You can’t perform that action at this time.
0 commit comments