Skip to content

Commit

Permalink
cleanup, updated package files
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jul 9, 2017
1 parent 9ee1494 commit 134e08a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The ccxt library currently supports the following 58 cryptocurrency exchange mar
|![quadrigacx](https://user-images.githubusercontent.com/1294454/27766825-98a6d0de-5ee7-11e7-9fa4-38e11a2c6f52.jpg) | quadrigacx | [QuadrigaCX](https://www.quadrigacx.com) | 2 | [API](https://www.quadrigacx.com/api_info) | Canada |
|![quoine](https://user-images.githubusercontent.com/1294454/27766844-9615a4e8-5ee8-11e7-8814-fcd004db8cdd.jpg) | quoine | [QUOINE](https://www.quoine.com) | 2 | [API](https://developers.quoine.com) | Japan, Singapore, Vietnam |
|![southxchange](https://user-images.githubusercontent.com/1294454/27838912-4f94ec8a-60f6-11e7-9e5d-bbf9bd50a559.jpg) | southxchange | [SouthXchange](https://www.southxchange.com) | * | [API](https://www.southxchange.com/Home/Api) | Argentina |
|![surbitcoin](https://user-images.githubusercontent.com/1294454/27991511-f0a50194-6481-11e7-99b5-8f02932424cc.jpg) | surbitcoin | [SurBitcoin](https://surbitcoin.com/) | 1 | [API](https://blinktrade.com/docs) | Venezuela |
|![surbitcoin](https://user-images.githubusercontent.com/1294454/27991511-f0a50194-6481-11e7-99b5-8f02932424cc.jpg) | surbitcoin | [SurBitcoin](https://surbitcoin.com) | 1 | [API](https://blinktrade.com/docs) | Venezuela |
|![therock](https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg) | therock | [TheRockTrading](https://therocktrading.com) | 1 | [API](https://api.therocktrading.com/doc/) | Malta |
|![urdubit](https://user-images.githubusercontent.com/1294454/27991453-156bf3ae-6480-11e7-82eb-7295fe1b5bb4.jpg) | urdubit | [UrduBit](https://urdubit.com) | 1 | [API](https://blinktrade.com/docs) | Pakistan |
|![vaultoro](https://user-images.githubusercontent.com/1294454/27766880-f205e870-5ee9-11e7-8fe2-0d5b15880752.jpg) | vaultoro | [Vaultoro](https://www.vaultoro.com) | 1 | [API](https://api.vaultoro.com) | Switzerland |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The ccxt library currently supports the following 58 cryptocurrency exchange mar
| |surbitcoin| | sur | `SurBitcoin | 1 | `API <https://blinkt | Venezuela |
| | bit | <https://s | | rade.com/docs>`__ | |
| | coi | urbitcoin.c | | | |
| | n | om/>`__ | | | |
| | n | om>`__ | | | |
+---------------------------+-----+-------------+---+----------------------+------------+
| |therock| | the | `TheRockTra | 1 | `API <https://api.th | Malta |
| | roc | ding <https | | erocktrading.com/doc | |
Expand Down
4 changes: 2 additions & 2 deletions ccxt.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8053,7 +8053,7 @@ var surbitcoin = extend (blinktrade, {
'public': 'https://api.blinktrade.com/api',
'private': 'https://api.blinktrade.com/tapi',
},
'www': 'https://surbitcoin.com/',
'www': 'https://surbitcoin.com',
'doc': 'https://blinktrade.com/docs',
},
'comment': 'Blinktrade API',
Expand Down
2 changes: 1 addition & 1 deletion ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -8340,7 +8340,7 @@ public function __construct ($options = array ()) {
'public' => 'https://api.blinktrade.com/api',
'private' => 'https://api.blinktrade.com/tapi',
),
'www' => 'https://surbitcoin.com/',
'www' => 'https://surbitcoin.com',
'doc' => 'https://blinktrade.com/docs',
),
'comment' => 'Blinktrade API',
Expand Down
2 changes: 1 addition & 1 deletion ccxt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7869,7 +7869,7 @@ def __init__ (self, config = {}):
'public': 'https://api.blinktrade.com/api',
'private': 'https://api.blinktrade.com/tapi',
},
'www': 'https://surbitcoin.com/',
'www': 'https://surbitcoin.com',
'doc': 'https://blinktrade.com/docs',
},
'comment': 'Blinktrade API',
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,16 @@
"C-CEX",
"cex",
"CEX.IO",
"ChileBit",
"chilebit.net",
"coincheck",
"CoinMate",
"Coinsecure",
"DSX",
"dsx.uk",
"EXMO",
"FoxBit",
"foxbit.exchange",
"FYB-SE",
"FYB-SG",
"GDAX",
Expand All @@ -153,8 +157,15 @@
"QuadrigaCX",
"QUOINE",
"Southxchange",
"SurBitcoin",
"surbitcoin.com",
"TheRockTrading",
"UrduBit",
"urdubit.com",
"Vaultoro",
"VBTC",
"vbtc.exchange",
"vbtc.vn",
"VirWoX",
"YoBit",
"Zaif"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'Environment :: Console'
],

keywords = 'algotrading altcoin altcoins api arbitrage backtesting bitcoin bot btc crypto cryptocurrency currency market darkcoin dash digital doge dogecoin e-commerce eth ether ethereum exchange exchanges framework invest investing investor library light litecoin ltc marketdata merchandise merchant minimal order orderbook book price pricedata pricefeed private public ripple strategy toolkit trade trader trading volume xbt xrp zec zerocoin 1Broker 1BTCXE ANX ANXPro bit2c.co.il Bit2C BitBay BitBays Bitcoin.co.id Bitfinex bitlish BitMarket BitMEX Bitso Bitstamp Bittrex BlinkTrade BTCC BTCChina BTC-e BTCe btc-trade.com.ua BTCTradeUA BTCX btc-x bter Bter.com BX.in.th ccex C-CEX cex CEX.IO coincheck CoinMate Coinsecure DSX dsx.uk EXMO FYB-SE FYB-SG GDAX Gemini HitBTC Huobi itBit jubi.com Kraken LiveCoin Liqui liqui.io luno mercado MercadoBitcoin mercadobitcoin.br OKCoin OKCoin.com OKCoin.cn Paymium Poloniex QuadrigaCX QUOINE SouthXchange TheRockTrading Vaultoro VirWoX YoBit Zaif',
keywords = 'algotrading altcoin altcoins api arbitrage backtesting bitcoin bot btc crypto cryptocurrency currency market darkcoin dash digital doge dogecoin e-commerce eth ether ethereum exchange exchanges framework invest investing investor library light litecoin ltc marketdata merchandise merchant minimal order orderbook book price pricedata pricefeed private public ripple strategy toolkit trade trader trading volume xbt xrp zec zerocoin 1Broker 1BTCXE ANX ANXPro bit2c.co.il Bit2C BitBay BitBays Bitcoin.co.id Bitfinex bitlish BitMarket BitMEX Bitso Bitstamp Bittrex BlinkTrade BTCC BTCChina BTC-e BTCe btc-trade.com.ua BTCTradeUA BTCX btc-x bter Bter.com BX.in.th ccex C-CEX cex CEX.IO ChileBit chilebit.net coincheck CoinMate Coinsecure DSX dsx.uk EXMO FoxBit foxbit.exchange FYB-SE FYB-SG GDAX Gemini HitBTC Huobi itBit jubi.com Kraken LiveCoin Liqui liqui.io luno mercado MercadoBitcoin mercadobitcoin.br OKCoin OKCoin.com OKCoin.cn Paymium Poloniex QuadrigaCX QUOINE SouthXchange SurBitcoin surbitcoin.com TheRockTrading UrduBit urdubit.com Vaultoro VBTC vbtc.exchange vbtc.vn VirWoX YoBit Zaif',

packages = find_packages ()
)

0 comments on commit 134e08a

Please sign in to comment.