repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
msp1974/ViewAssist_Companion_App
https://github.com/msp1974/ViewAssist_Companion_App/blob/5f4533c753120a8b59087b19fda2b26c42284aa7/custom_components/vaca/config_flow.py
custom_components/vaca/config_flow.py
"""Config flow for Wyoming integration.""" from __future__ import annotations import logging # pylint: disable-next=hass-component-root-import from homeassistant.components.wyoming.config_flow import WyomingConfigFlow from .const import DOMAIN _LOGGER = logging.getLogger(__name__) class VAWyomingConfigFlow(Wyomi...
python
Apache-2.0
5f4533c753120a8b59087b19fda2b26c42284aa7
2026-01-05T07:13:44.720990Z
false
msp1974/ViewAssist_Companion_App
https://github.com/msp1974/ViewAssist_Companion_App/blob/5f4533c753120a8b59087b19fda2b26c42284aa7/custom_components/vaca/stt.py
custom_components/vaca/stt.py
"""Support for Wyoming speech-to-text services.""" from collections.abc import AsyncIterable import logging from wyoming.asr import Transcribe, Transcript from wyoming.audio import AudioChunk, AudioStart, AudioStop from wyoming.client import AsyncTcpClient from homeassistant.components import stt from homeassistant....
python
Apache-2.0
5f4533c753120a8b59087b19fda2b26c42284aa7
2026-01-05T07:13:44.720990Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/setup.py
setup.py
import setuptools with open("README.md", "r") as fh: long_description = fh.read() with open("requirements.txt", "r") as fh: requirements = fh.readlines() requirements = [line.strip() for line in requirements] setuptools.setup( name="cryptoxlib-aio", version="5.3.0", author="nardew", author_em...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance_coin_m_futures.py
tests/e2e/binance_coin_m_futures.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.BinanceFuturesWebsocket import AggregateTradeSubscription, MarkPriceSubscription, \ MarkPriceAllSubscription, AllMarketLiquidationOrdersSubscription, Al...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/btse.py
tests/e2e/btse.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.btse import enums from cryptoxlib.clients.btse.exceptions import BtseRestException from cryptoxlib.clients.btse.BtseWebsocket import OrderbookSubscription, OrderbookL2Subscription, TradeSubscription from crypt...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance_margin.py
tests/e2e/binance_margin.py
import unittest import os import logging import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.exceptions import BinanceRestException from cryptoxlib.clients.binance.BinanceWebsocket import CandlestickSubscription, DepthSubscription fr...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance.py
tests/e2e/binance.py
import unittest import os import logging import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.BinanceWebsocket import CandlestickSubscription, DepthSubscription from cryptoxlib.Pair import Pair from CryptoXLibTest import CryptoXLibTe...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/aax.py
tests/e2e/aax.py
import unittest import os import logging import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.aax import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.aax.exceptions import AAXRestException from CryptoXLibTest import CryptoXLibTest api_key = os.environ['AAXAPIKEY'] se...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance_usds_m_futures.py
tests/e2e/binance_usds_m_futures.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.BinanceFuturesWebsocket import AggregateTradeSubscription, MarkPriceSubscription, \ MarkPriceAllSubscription, AllMarketLiquidationOrdersSubscription, Al...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/hitbtc.py
tests/e2e/hitbtc.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.hitbtc import enums from cryptoxlib.clients.hitbtc.HitbtcWebsocket import OrderbookSubscription, TickerSubscription, TradesSubscription, \ AccountSubscription from cryptoxlib.Pair import Pair from cryptoxl...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/CryptoXLibTest.py
tests/e2e/CryptoXLibTest.py
import logging import sys import asyncio from typing import Any, List import aiounittest from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") class CryptoXLibWsSuccessException(Exception): pass class WsMessageCounterCallback(object): message_counts = {} def __in...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/bitforex.py
tests/e2e/bitforex.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.bitforex import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitforex.exceptions import BitforexRestException from CryptoXLibTest import CryptoXLibTest api_key = os.environ['BITFOREXAPIKEY'...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance_bswap.py
tests/e2e/binance_bswap.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.exceptions import BinanceRestException from cryptoxlib.Pair import Pair from CryptoXLibTest import CryptoXLibTest api_key = os.environ['BINANCEAPIKEY'] se...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/onetrading.py
tests/e2e/onetrading.py
import datetime import logging import os import unittest from CryptoXLibTest import CryptoXLibTest, WsMessageCounter from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.onetrading import enums from cryptoxlib.clients.onetrading.OneTradingWebsocket import PricesSubscrip...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/eterbase.py
tests/e2e/eterbase.py
import unittest import os import logging import uuid from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.eterbase import enums from cryptoxlib.clients.eterbase.exceptions import EterbaseRestException from cryptoxlib.clients.eterbase.EterbaseWebsocket import OrderbookSubscription from CryptoXLibTest i...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/binance_blvt.py
tests/e2e/binance_blvt.py
import unittest import os import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.exceptions import BinanceRestException from CryptoXLibTest import CryptoXLibTest api_key = os.environ['BINANCEAPIKEY'] sec_key = os.environ['BINANCESECKEY'] class BinanceBLVTRestApi(CryptoXLibTest)...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/tests/e2e/coinmate.py
tests/e2e/coinmate.py
import unittest import os import logging import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.coinmate.exceptions import CoinmateRestException from cryptoxlib.clients.coinmate.CoinmateWebsocket import OrderbookSubscription from cryptoxlib.clients.coinmat...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitvavo_ws.py
examples/bitvavo_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitvavo import enums from cryptoxlib.clients.bitvavo.BitvavoWebsocket import AccountSubscription, \ OrderbookSubscription, CandlesticksSubscription, TickerSubscription, Ticker24Subscriptio...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/hitbtc_rest_apy.py
examples/hitbtc_rest_apy.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addHandler(logging.StreamHandler()) print(f"Available loggers: {[name for name in logging.r...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitvavo_rest_api.py
examples/bitvavo_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitvavo import enums from cryptoxlib.clients.bitvavo.exceptions import BitvavoException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/ws_subscriptions.py
examples/ws_subscriptions.py
import logging import os import asyncio from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.PeriodicChecker import PeriodicChecker from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.BinanceClient import BinanceClient from cryptoxlib.clients.binance.BinanceWebsocket import OrderBookSymbolTickerS...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_usds_m_futures_rest_api.py
examples/binance_usds_m_futures_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/coinmate_rest_api.py
examples/coinmate_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addHandler(logging.StreamHandler()) print(f"Available loggers: {[name for name in logging.r...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bibox_rest_api.py
examples/bibox_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bibox import enums from cryptoxlib.clients.bibox.exceptions import BiboxException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(loggi...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_ws.py
examples/binance_ws.py
import logging import os from datetime import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.BinanceWebsocket import AccountSubscription, OrderBookTickerSubscription, \ TradeSubscription, OrderBookSymbolTickerSubscription, CandlestickSubscription from cryptoxlib.clients.binan...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/aax_rest_api.py
examples/aax_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addHandler(logging.StreamHandler()) print(f"Available loggers: {[name for name in logging.root.manager.loggerDict]}") asyn...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_coin_m_futures_ws.py
examples/binance_coin_m_futures_ws.py
import logging import os from datetime import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.BinanceFuturesWebsocket import AccountSubscription, OrderBookTickerSubscription, \ OrderBookSymbolTickerSubscription, CandlestickSubscription, CompositeIndexSubscription from cryptoxl...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_rest_api.py
examples/binance_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/liquid_rest_api.py
examples/liquid_rest_api.py
import logging import os import json from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.liquid import enums from cryptoxlib.clients.liquid.exceptions import LiquidException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addH...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/eterbase_ws.py
examples/eterbase_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.eterbase.EterbaseWebsocket import OrderbookSubscription, TradesSubscription, OHLCVSubscription, \ AccountSubscription from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLeve...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitforex_ws.py
examples/bitforex_ws.py
import logging import os from cryptoxlib.version_conversions import async_run from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.bitforex import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitforex.BitforexWebsocket import OrderBookSubscription, TradeSubscription, TickerSubscriptio...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_usds_m_futures_ws.py
examples/binance_usds_m_futures_ws.py
import logging import os from datetime import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.BinanceFuturesWebsocket import AccountSubscription, OrderBookTickerSubscription, \ OrderBookSymbolTickerSubscription, CandlestickSubscription, CompositeIndexSubscription from cryptoxl...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bibox_europe_ws.py
examples/bibox_europe_ws.py
import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bibox_europe.BiboxEuropeWebsocket import OrderBookSubscription from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addHandler(logg...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bibox_ws.py
examples/bibox_ws.py
import logging import os import datetime from decimal import Decimal from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bibox.BiboxWebsocket import OrderBookSubscription, TradeSubscription from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_coin_m_futures_rest_api.py
examples/binance_coin_m_futures_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_testnet_ws.py
examples/binance_testnet_ws.py
import logging import os from datetime import datetime from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.BinanceWebsocket import AccountSubscription, OrderBookTickerSubscription, \ TradeSubscription, OrderBookSymbolTickerSubscription, CandlestickSubscription from cryptoxlib.clients.binan...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_bswap_rest_api.py
examples/binance_bswap_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_testnet_rest_api.py
examples/binance_testnet_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/eterbase_rest_api.py
examples/eterbase_rest_api.py
import logging import uuid import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.eterbase.exceptions import EterbaseException from cryptoxlib.clients.eterbase import enums from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bibox_europe_rest_api.py
examples/bibox_europe_rest_api.py
import logging from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.bibox_europe import enums from cryptoxlib.clients.bibox_europe.exceptions import BiboxEuropeException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setL...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_blvt_rest_api.py
examples/binance_blvt_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/aax_ws.py
examples/aax_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.aax.AAXWebsocket import OrderBookSubscription, AccountSubscription from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.a...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_margin_rest_api.py
examples/binance_margin_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitpanda_ws.py
examples/bitpanda_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.onetrading.enums import TimeUnit, OrderSide, OrderType from cryptoxlib.clients.onetrading.OneTradingWebsocket import AccountSubscription, PricesSubscription, \ OrderbookSubscription, Candl...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/coinmate_ws.py
examples/coinmate_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.coinmate.CoinmateWebsocket import OrderbookSubscription, TradesSubscription, \ UserOrdersSubscription, BalancesSubscription, UserTradesSubscription, UserTransfersSubscription from cryptoxl...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/liquid_ws.py
examples/liquid_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.liquid import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.liquid.LiquidWebsocket import OrderBookSideSubscription, OrderBookSubscription, OrderSubscription from cryptoxlib.version_conversions import async_r...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/btse_ws.py
examples/btse_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.btse.BtseWebsocket import AccountSubscription, OrderbookL2Subscription, OrderbookSubscription, \ TradeSubscription from cryptoxlib.version_conversions import async_run LOG = logging.getLo...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitpanda_rest_api.py
examples/bitpanda_rest_api.py
import logging import datetime import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.onetrading.exceptions import OneTradingException from cryptoxlib.clients.onetrading.enums import OrderSide, TimeUnit from cryptoxlib.version_conversions import async_run LOG =...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/hitbtc_ws.py
examples/hitbtc_ws.py
import logging import os import uuid from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.clients.hitbtc.HitbtcWebsocket import TickerSubscription, OrderbookSubscription, TradesSubscription, \ AccountSubscription, ClientWebsocketHandle, CreateOrderMessage, CancelOrderMessag...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/binance_margin_ws.py
examples/binance_margin_ws.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.binance.BinanceWebsocket import AccountCrossMarginSubscription, AccountIsolatedMarginSubscription,\ CandlestickSubscription from cryptoxlib.clients.binance.enums import Interval from cryptoxlib.Pair import Pair from crypt...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/btse_rest_api.py
examples/btse_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.Pair import Pair from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLevel(logging.DEBUG) LOG.addHandler(logging.StreamHandler()) print(f"Available loggers: {[name for name in logging.r...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/examples/bitforex_rest_api.py
examples/bitforex_rest_api.py
import logging import os from cryptoxlib.CryptoXLib import CryptoXLib from cryptoxlib.clients.bitforex import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitforex.exceptions import BitforexException from cryptoxlib.version_conversions import async_run LOG = logging.getLogger("cryptoxlib") LOG.setLe...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/PeriodicChecker.py
cryptoxlib/PeriodicChecker.py
import logging import datetime LOG = logging.getLogger(__name__) class PeriodicChecker(object): def __init__(self, period_ms): self.period_ms = period_ms self.last_exec_tmstmp_ms = int(datetime.datetime.now(tz=datetime.timezone.utc).timestamp() * 1000) def check(self) -> bool: now_tm...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/CryptoXLibClient.py
cryptoxlib/CryptoXLibClient.py
import asyncio import aiohttp import ssl import logging import datetime import json import enum import time from abc import ABC, abstractmethod from multidict import CIMultiDictProxy from typing import List, Optional, Dict from cryptoxlib.version_conversions import async_create_task from cryptoxlib.Timer import Timer ...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/exceptions.py
cryptoxlib/exceptions.py
class CryptoXLibException(Exception): pass class WebsocketReconnectionException(CryptoXLibException): pass class WebsocketError(CryptoXLibException): pass class WebsocketClosed(CryptoXLibException): pass
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/CryptoXLib.py
cryptoxlib/CryptoXLib.py
from cryptoxlib.clients.bitforex.BitforexClient import BitforexClient from cryptoxlib.clients.liquid.LiquidClient import LiquidClient from cryptoxlib.clients.bibox.BiboxClient import BiboxClient from cryptoxlib.clients.bibox_europe.BiboxEuropeClient import BiboxEuropeClient from cryptoxlib.clients.onetrading.OneTrading...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/WebsocketMgr.py
cryptoxlib/WebsocketMgr.py
import websockets import json import logging import asyncio import ssl import aiohttp import enum from abc import ABC, abstractmethod from typing import List, Callable, Any, Optional, Union from cryptoxlib.version_conversions import async_create_task from cryptoxlib.exceptions import CryptoXLibException, WebsocketReco...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/version_conversions.py
cryptoxlib/version_conversions.py
import sys import asyncio import time def is_python_version(major: int, minor: int, micro: int = None): python_version = sys.version_info if python_version.major == major and python_version.minor == minor: if micro is not None: return python_version.micro == micro else: ...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/__init__.py
cryptoxlib/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/Pair.py
cryptoxlib/Pair.py
class Pair(object): def __init__(self, base: str, quote: str) -> None: self.base = base self.quote = quote def __str__(self): return self.base + '/' + self.quote def __repr__(self): return self.__str__()
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/Timer.py
cryptoxlib/Timer.py
import logging from cryptoxlib.version_conversions import get_current_time_ms LOG = logging.getLogger(__name__) class Timer(object): def __init__(self, name: str, active: bool = True) -> None: self.name = name self.active = active self.start_tmstmp_ms = None def __enter__(self) -> ...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/__init__.py
cryptoxlib/clients/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/enums.py
cryptoxlib/clients/bitforex/enums.py
import enum class OrderSide(enum.Enum): BUY = "1" SELL = "2" class OrderState(enum.Enum): PENDING = "0" COMPLETE = "1" class CandlestickInterval(enum.Enum): I_1MIN = '1min' I_5MIN = '5min' I_15MIN = '15min' I_30MIN = '30min' I_1H = '1hour' I_2H = '2hour' I_4H = '4hour' ...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/BitforexWebsocket.py
cryptoxlib/clients/bitforex/BitforexWebsocket.py
import json import logging import websockets from abc import abstractmethod from typing import List, Callable, Any, Union, Optional from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitforex import enums from cryptoxlib....
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/BitforexClient.py
cryptoxlib/clients/bitforex/BitforexClient.py
import ssl import logging import hmac import hashlib from multidict import CIMultiDictProxy from typing import List, Tuple, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient, RestCallType from cryptoxlib.clients.bitforex import enums from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitforex.exc...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/exceptions.py
cryptoxlib/clients/bitforex/exceptions.py
from typing import Optional from cryptoxlib.exceptions import CryptoXLibException class BitforexException(CryptoXLibException): pass class BitforexRestException(BitforexException): def __init__(self, status_code: int, body: Optional[dict]): super().__init__(f"Rest API exception: status [{status_code}], respons...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/__init__.py
cryptoxlib/clients/bitforex/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitforex/functions.py
cryptoxlib/clients/bitforex/functions.py
from cryptoxlib.Pair import Pair def map_pair(pair: Pair) -> str: return f"coin-{pair.quote.lower()}-{pair.base.lower()}"
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/enums.py
cryptoxlib/clients/coinmate/enums.py
import enum class OrderType(enum.Enum): MARKET = enum.auto() LIMIT = enum.auto() class OrderSide(enum.Enum): BUY = enum.auto() SELL = enum.auto() class TimeInForce(enum.Enum): GOOD_TILL_CANCELLED = enum.auto() IMMEDIATE_OR_CANCELLED = enum.auto()
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/exceptions.py
cryptoxlib/clients/coinmate/exceptions.py
from typing import Optional from cryptoxlib.exceptions import CryptoXLibException class CoinmateException(CryptoXLibException): pass class CoinmateRestException(CoinmateException): def __init__(self, status_code: int, body: Optional[dict]): super().__init__(f"Rest API exception: status [{status_cod...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/CoinmateClient.py
cryptoxlib/clients/coinmate/CoinmateClient.py
import ssl import logging import datetime import hmac import hashlib import pytz from multidict import CIMultiDictProxy from typing import List, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient, RestCallType from cryptoxlib.clients.coinmate.functions import map_pair from cryptoxlib.clients.coinmate.ex...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/__init__.py
cryptoxlib/clients/coinmate/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/functions.py
cryptoxlib/clients/coinmate/functions.py
from cryptoxlib.Pair import Pair def map_pair(pair: Pair) -> str: return f"{pair.base}_{pair.quote}"
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/coinmate/CoinmateWebsocket.py
cryptoxlib/clients/coinmate/CoinmateWebsocket.py
import json import logging import datetime import hmac import hashlib from typing import List, Any from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket, CallbacksType from cryptoxlib.Pair import Pair from cryptoxlib.clients.coinmate.functions import map_pair from cryptoxlib.clien...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/enums.py
cryptoxlib/clients/bibox/enums.py
import enum class OrderType(enum.Enum): LIMIT = 2 class OrderSide(enum.Enum): BUY = 1 SELL = 2
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/BiboxWebsocket.py
cryptoxlib/clients/bibox/BiboxWebsocket.py
import json import jwt import time import logging import hmac import zlib import hashlib import base64 import websockets from abc import abstractmethod from typing import List, Callable, Any, Optional from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket from cryptoxlib.Pair impor...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/exceptions.py
cryptoxlib/clients/bibox/exceptions.py
from cryptoxlib.exceptions import CryptoXLibException class BiboxException(CryptoXLibException): pass
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/BiboxClient.py
cryptoxlib/clients/bibox/BiboxClient.py
import ssl import logging import json import hmac import hashlib from multidict import CIMultiDictProxy from typing import List, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient, RestCallType from cryptoxlib.clients.bibox import enums from cryptoxlib.clients.bibox.exceptions import BiboxException from...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/__init__.py
cryptoxlib/clients/bibox/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox/functions.py
cryptoxlib/clients/bibox/functions.py
from cryptoxlib.Pair import Pair def map_pair(pair: Pair) -> str: return f"{pair.base}_{pair.quote}"
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/enums.py
cryptoxlib/clients/binance/enums.py
import enum class OrderSide(enum.Enum): BUY = "BUY" SELL = "SELL" class OrderType(enum.Enum): LIMIT = 'LIMIT' MARKET = 'MARKET' STOP_LOSS = 'STOP_LOSS' STOP_LOSS_LIMIT = 'STOP_LOSS_LIMIT' TAKE_PROFIT = 'TAKE_PROFIT' TAKE_PROFIT_LIMIT = 'TAKE_PROFIT_LIMIT' LIMIT_MAKER = 'LIMIT_MAK...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceCommonWebsocket.py
cryptoxlib/clients/binance/BinanceCommonWebsocket.py
import json import logging from typing import List, Any from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket, CallbacksType LOG = logging.getLogger(__name__) class BinanceCommonWebsocket(WebsocketMgr): SUBSCRIPTION_ID = 0 def __init__(self, subscriptions: List[Subscri...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceWebsocket.py
cryptoxlib/clients/binance/BinanceWebsocket.py
import logging from typing import List from cryptoxlib.WebsocketMgr import Subscription, CallbacksType, Websocket from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.BinanceCommonWebsocket import BinanceCommonWebsocket from cryptoxlib.clients.binance.BinanceCommonWebsocket import BinanceSubscription from ...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/exceptions.py
cryptoxlib/clients/binance/exceptions.py
from typing import Optional from cryptoxlib.exceptions import CryptoXLibException class BinanceException(CryptoXLibException): pass class BinanceRestException(BinanceException): def __init__(self, status_code: int, body: Optional[dict]): super().__init__(f"Rest API exception: status [{status_code}]...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceClient.py
cryptoxlib/clients/binance/BinanceClient.py
import ssl import logging from typing import List, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient from cryptoxlib.clients.binance.BinanceCommonClient import BinanceCommonClient from cryptoxlib.clients.binance import enums from cryptoxlib.clients.binance.functions import map_pair from cryptoxlib.Pair...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
true
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceCommonClient.py
cryptoxlib/clients/binance/BinanceCommonClient.py
import ssl import logging import hmac import hashlib from multidict import CIMultiDictProxy from typing import Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient, RestCallType from cryptoxlib.clients.binance.exceptions import BinanceRestException LOG = logging.getLogger(__name__) class BinanceCommonC...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceFuturesClient.py
cryptoxlib/clients/binance/BinanceFuturesClient.py
import ssl import logging from typing import List, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient from cryptoxlib.clients.binance.BinanceCommonClient import BinanceCommonClient from cryptoxlib.clients.binance.BinanceFuturesWebsocket import BinanceUSDSMFuturesWebsocket, \ BinanceUSDSMFuturesTestn...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
true
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/__init__.py
cryptoxlib/clients/binance/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/types.py
cryptoxlib/clients/binance/types.py
from typing import Union from cryptoxlib.Pair import Pair PairSymbolType = Union[Pair, str]
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/functions.py
cryptoxlib/clients/binance/functions.py
from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.types import PairSymbolType from cryptoxlib.clients.binance.exceptions import BinanceException def map_pair(pair: Pair) -> str: return f"{pair.base}{pair.quote}" def map_ws_pair(pair: Pair) -> str: return map_pair(pair).lower() def extract_s...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/binance/BinanceFuturesWebsocket.py
cryptoxlib/clients/binance/BinanceFuturesWebsocket.py
import logging from typing import List from cryptoxlib.WebsocketMgr import Subscription, CallbacksType, Websocket from cryptoxlib.Pair import Pair from cryptoxlib.clients.binance.exceptions import BinanceException from cryptoxlib.clients.binance.functions import map_ws_pair, extract_ws_symbol from cryptoxlib.clients.b...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/enums.py
cryptoxlib/clients/bibox_europe/enums.py
import enum class OrderType(enum.Enum): LIMIT = 2 class OrderSide(enum.Enum): BUY = 1 SELL = 2
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/BiboxEuropeClient.py
cryptoxlib/clients/bibox_europe/BiboxEuropeClient.py
import ssl import logging import json import hmac import hashlib from multidict import CIMultiDictProxy from typing import List, Optional from cryptoxlib.CryptoXLibClient import CryptoXLibClient, RestCallType from cryptoxlib.clients.bibox_europe import enums from cryptoxlib.clients.bibox_europe.exceptions import Bibox...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/BiboxEuropeWebsocket.py
cryptoxlib/clients/bibox_europe/BiboxEuropeWebsocket.py
import json import jwt import time import logging import hmac import zlib import hashlib import base64 import websockets from abc import abstractmethod from typing import List, Callable, Any, Optional from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket from cryptoxlib.Pair impor...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/exceptions.py
cryptoxlib/clients/bibox_europe/exceptions.py
from cryptoxlib.exceptions import CryptoXLibException class BiboxEuropeException(CryptoXLibException): pass
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/__init__.py
cryptoxlib/clients/bibox_europe/__init__.py
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bibox_europe/functions.py
cryptoxlib/clients/bibox_europe/functions.py
from cryptoxlib.Pair import Pair def map_pair(pair: Pair) -> str: return f"{pair.base}_{pair.quote}"
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitvavo/enums.py
cryptoxlib/clients/bitvavo/enums.py
import enum class OrderType(enum.Enum): MARKET = "market" LIMIT = "limit" class OrderSide(enum.Enum): BUY = "buy" SELL = "sell" class TimeInForce(enum.Enum): GOOD_TILL_CANCELLED = "GTC" IMMEDIATE_OR_CANCELLED = "IOC" FILL_OR_KILL = "FOK" class SelfTradePrevention(enum.Enum): DECR...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitvavo/BitvavoWebsocket.py
cryptoxlib/clients/bitvavo/BitvavoWebsocket.py
import json import logging import websockets import hmac import hashlib import datetime from typing import List, Callable, Any, Optional from cryptoxlib.WebsocketMgr import Subscription, WebsocketMgr, WebsocketMessage, Websocket from cryptoxlib.Pair import Pair from cryptoxlib.clients.bitvavo.functions import map_pair...
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false
nardew/cryptoxlib-aio
https://github.com/nardew/cryptoxlib-aio/blob/3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8/cryptoxlib/clients/bitvavo/exceptions.py
cryptoxlib/clients/bitvavo/exceptions.py
from cryptoxlib.exceptions import CryptoXLibException class BitvavoException(CryptoXLibException): pass
python
MIT
3fb114e2e4d5ad87aaf7fdbc24dd9a9d2bdc6ee8
2026-01-05T07:14:19.536370Z
false