crypticorn 1.0.2rc2__tar.gz → 1.0.2rc3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/PKG-INFO +1 -1
- crypticorn-1.0.2rc3/crypticorn/client.py +16 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/main.py +1 -1
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn.egg-info/PKG-INFO +1 -1
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/pyproject.toml +3 -2
- crypticorn-1.0.2rc2/crypticorn/client.py +0 -722
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/LICENSE.md +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/hive/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/hive/main.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/hive/requirements.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/hive/utils.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/funding_rates_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/health_check_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/ohlcv_data_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/symbols_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api/udf_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api_client.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/api_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/configuration.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/exceptions.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/base_response_health_check_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/base_response_list_str.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/error_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/exchange.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/health_check_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/history_error_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/history_no_data_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/history_success_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/http_validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/market.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/resolution.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/search_symbol_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/sort_direction.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/symbol_group_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/symbol_info_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/symbol_type.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/timeframe.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/udf_config_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/py.typed +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/client/rest.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/main.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/requirements.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_base_response_health_check_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_base_response_list_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_base_response_list_str.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_base_response_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_error_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_exchange.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_funding_rates_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_health_check_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_health_check_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_history_error_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_history_no_data_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_history_success_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_http_validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_market.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_ohlcv_data_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_resolution.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_response_get_history_udf_history_get.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_search_symbol_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_sort_direction.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_symbol_group_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_symbol_info_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_symbol_type.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_symbols_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_timeframe.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_udf_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_udf_config_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/klines/test/test_validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/api_keys_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/bots_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/exchanges_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/futures_trading_panel_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/notifications_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/orders_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/status_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/strategies_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api/trading_actions_api.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api_client.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/api_response.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/configuration.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/exceptions.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/__init__.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/action_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/api_error_identifier.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/api_key_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/bot_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/exchange.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/execution_ids.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/futures_balance.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/futures_trading_action.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/http_validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/margin_mode.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/market_type.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/notification_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/notification_type.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/order_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/order_status.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/post_futures_action.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/strategy_exchange_info.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/strategy_model.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/tpsl.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/trading_action_type.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/update_notification.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/validation_error.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/py.typed +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/client/rest.py +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn/trade/requirements.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn.egg-info/SOURCES.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn.egg-info/dependency_links.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn.egg-info/requires.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/crypticorn.egg-info/top_level.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/requirements-dev.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/requirements-test.txt +0 -0
- {crypticorn-1.0.2rc2 → crypticorn-1.0.2rc3}/setup.cfg +0 -0
@@ -0,0 +1,16 @@
|
|
1
|
+
from crypticorn.hive import HiveClient
|
2
|
+
from crypticorn.trade import TradeClient
|
3
|
+
from crypticorn.klines import KlinesClient
|
4
|
+
|
5
|
+
class CrypticornClient:
|
6
|
+
def __init__(
|
7
|
+
self, base_url: str = "https://api.crypticorn.com", api_key: str = None, jwt: str = None
|
8
|
+
):
|
9
|
+
self.base_url = base_url
|
10
|
+
self.api_key = api_key
|
11
|
+
self.jwt = jwt
|
12
|
+
|
13
|
+
# Initialize service clients
|
14
|
+
self.hive = HiveClient(base_url, api_key, jwt)
|
15
|
+
self.trade = TradeClient(base_url, api_key, jwt)
|
16
|
+
self.klines = KlinesClient(base_url, api_key, jwt)
|
@@ -34,6 +34,6 @@ class TradeClient:
|
|
34
34
|
self.orders = OrdersApi(base_client)
|
35
35
|
self.status = StatusApi(base_client)
|
36
36
|
self.strategies = StrategiesApi(base_client)
|
37
|
-
self.
|
37
|
+
self.actions = TradingActionsApi(base_client)
|
38
38
|
self.futures = FuturesTradingPanelApi(base_client)
|
39
39
|
self.api_keys = APIKeysApi(base_client)
|
@@ -5,9 +5,10 @@ readme = "README.md"
|
|
5
5
|
requires-python = ">=3.10"
|
6
6
|
license = {text = "MIT License"}
|
7
7
|
authors = [{name = "Crypticorn", email = "timon@crypticorn.com"}]
|
8
|
-
version = "1.0.
|
8
|
+
version = "1.0.2rc3"
|
9
9
|
keywords = ["machine learning", "data science", "crypto", "modelling"]
|
10
|
-
dynamic = ["
|
10
|
+
dynamic = ["optional-dependencies"]
|
11
|
+
dependencies = []
|
11
12
|
|
12
13
|
classifiers = [
|
13
14
|
"Topic :: Scientific/Engineering",
|