Skip to content

Commit a9cda2a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a775f8f + bc85c97 commit a9cda2a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
cache: pip
33
python:
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# TRON API for Python
22
A 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
4248
from tronapi.tron import Tron
4349

4450
full_node = HttpProvider('https://api.trongrid.io')

0 commit comments

Comments
 (0)