Socket
Socket
Sign inDemoInstall

python-tuxexchange

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-tuxexchange

Tux Exchange API wrapper for Python 2.7 (superceded by crypto-exchange-apis)


Maintainers
1

python-tuxechange

python

Inspired by this wrapper written by Olliecad1 and following the example of this wrapper written by Eric Somdahl

I (sneurlax) am not affiliated with, nor paid by Tux Exchange. Use at your own risk.

Superceded by crypto-exchange-apis

Installation

Install with pip using pip install python-tuxexchange

Usage

See available methods in the Tux exchange API docs

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:

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc