# python-tuxechange

Inspired by [this](https://github.com/Olliecad1/Tux_Exchange_Python) wrapper written by [Olliecad1](https://github.com/Olliecad1) and following the example of [this](https://github.com/ericsomdahl/python-bittrex) wrapper written by [Eric Somdahl](https://github.com/ericsomdahl)
> I ([sneurlax](https://github.com/sneurlax)) am not affiliated with, nor paid by [Tux Exchange](https://tuxexchange.com). Use at your own risk.
**Superceded by [crypto-exchange-apis](https://github.com/init-industries/crypto-exchange-apis)**
## Installation
Install with `pip` using `pip install python-tuxexchange`
## Usage
See available methods in the [Tux exchange API docs](https://tuxexchange.com/docs)
```python
from tuxexchange import tuxexchange
tuxexchange = tuxexchange.Tuxexchange()
print tuxexchange.api_query('getcoins')
{'PPC': {'website': 'www.peercoin.org', ...
print tuxexchange.api_query('getticker')
{'BTC_ICN': {'last': '0.00040418', ...
```
[test_manual.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test_manual.py):
```python
from tuxexchange import Tuxexchange
tuxexchange = Tuxexchange()
print tuxexchange.api_query('getcoins')
{'PPC': {'website': 'www.peercoin.org', ...
print tuxexchange.api_query('getticker')
{'BTC_ICN': {'last': '0.00040418', ...
```
## Testing
Run unit tests in [test.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test.py)

Inspired by [this](https://github.com/Olliecad1/Tux_Exchange_Python) wrapper written by [Olliecad1](https://github.com/Olliecad1) and following the example of [this](https://github.com/ericsomdahl/python-bittrex) wrapper written by [Eric Somdahl](https://github.com/ericsomdahl)
> I ([sneurlax](https://github.com/sneurlax)) am not affiliated with, nor paid by [Tux Exchange](https://tuxexchange.com). Use at your own risk.
**Superceded by [crypto-exchange-apis](https://github.com/init-industries/crypto-exchange-apis)**
## Installation
Install with `pip` using `pip install python-tuxexchange`
## Usage
See available methods in the [Tux exchange API docs](https://tuxexchange.com/docs)
```python
from tuxexchange import tuxexchange
tuxexchange = tuxexchange.Tuxexchange()
print tuxexchange.api_query('getcoins')
{'PPC': {'website': 'www.peercoin.org', ...
print tuxexchange.api_query('getticker')
{'BTC_ICN': {'last': '0.00040418', ...
```
[test_manual.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test_manual.py):
```python
from tuxexchange import Tuxexchange
tuxexchange = Tuxexchange()
print tuxexchange.api_query('getcoins')
{'PPC': {'website': 'www.peercoin.org', ...
print tuxexchange.api_query('getticker')
{'BTC_ICN': {'last': '0.00040418', ...
```
## Testing
Run unit tests in [test.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test.py)
Release files for python-tuxexchange 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_tuxexchange-0.0.2-py2-none-any.whl | Python 2 | none | any | Details |
Release files / python_tuxexchange-0.0.2-py2-none-any.whl
| Download URL | python_tuxexchange-0.0.2-py2-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
ca858a4364c457efcd2fca13a4aa4e8578b02a51ef53b5631374933091b41e8d
|
|
BLAKE2b-256 checksum How to use checksums |
63344efe712d800e681c95866edcbf371c8c01d4cca711553dcb88fab51c8c56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |