-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from s4w3d0ff/dev
make chart.py work for python2
- Loading branch information
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Contributing | ||
|
||
### Users can contribute to this repository in a variety of ways: | ||
|
||
#### Have a feature you want implemented? | ||
|
||
Open an [issue](https://github.com/s4w3d0ff/python-poloniex/issues) stating what feature you wish to implement, [pull requests](https://github.com/s4w3d0ff/python-poloniex/pulls) are encouraged and will speed up the implication. | ||
|
||
#### Found a bug that needs fixing? | ||
|
||
If you know how to fix it, a [pull requests](https://github.com/s4w3d0ff/python-poloniex/pulls) is encouraged, otherwise open an issue and provide details on the events leading up to the bug, and include a traceback of the error. | ||
|
||
#### Want to improve documentation? | ||
|
||
Take a look at the [Wiki](https://github.com/s4w3d0ff/python-poloniex/wiki) and docstrings. Improvement is always welcome. | ||
|
||
#### Want to just show support? | ||
|
||
You can simply star/fork [this repository at github.com](https://github.com/s4w3d0ff/python-poloniex/), and/or donate to the following: | ||
|
||
BTC: `1A7K4kgXLSSzvDRjvoGwomvhrNU4CKezEp` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from __future__ import print_function | ||
from time import time | ||
import logging | ||
from operator import itemgetter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters