crypticorn 1.0.2rc3__tar.gz → 1.0.2rc4__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.2rc3 → crypticorn-1.0.2rc4}/PKG-INFO +9 -16
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn.egg-info/PKG-INFO +9 -16
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn.egg-info/SOURCES.txt +4 -6
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn.egg-info/requires.txt +8 -18
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/pyproject.toml +5 -8
- crypticorn-1.0.2rc4/requirements/main.txt +15 -0
- crypticorn-1.0.2rc3/crypticorn/hive/requirements.txt +0 -4
- crypticorn-1.0.2rc3/crypticorn/klines/requirements.txt +0 -4
- crypticorn-1.0.2rc3/crypticorn/trade/requirements.txt +0 -4
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/LICENSE.md +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/client.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/hive/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/hive/main.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/hive/utils.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/funding_rates_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/health_check_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/ohlcv_data_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/symbols_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/udf_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api_client.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/configuration.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/exceptions.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/base_response_health_check_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/base_response_list_str.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/error_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/exchange.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/health_check_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/history_error_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/history_no_data_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/history_success_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/http_validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/market.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/resolution.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/search_symbol_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/sort_direction.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/symbol_group_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/symbol_info_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/symbol_type.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/timeframe.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/udf_config_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/py.typed +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/rest.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/main.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_base_response_health_check_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_base_response_list_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_base_response_list_str.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_base_response_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_error_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_exchange.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_funding_rate_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_funding_rates_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_health_check_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_health_check_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_error_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_no_data_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_success_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_http_validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_market.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_ohlcv_data_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_ohlcv_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_resolution.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_response_get_history_udf_history_get.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_search_symbol_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_sort_direction.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbol_group_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbol_info_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbol_type.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbols_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_timeframe.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_udf_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_udf_config_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/api_keys_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/bots_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/exchanges_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/futures_trading_panel_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/notifications_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/orders_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/status_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/strategies_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/trading_actions_api.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api_client.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api_response.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/configuration.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/exceptions.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/__init__.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/action_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/api_error_identifier.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/api_key_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/bot_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/exchange.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/execution_ids.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/futures_balance.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/futures_trading_action.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/http_validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/margin_mode.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/market_type.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/notification_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/notification_type.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/order_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/order_status.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/post_futures_action.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/strategy_exchange_info.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/strategy_model.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/tpsl.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/trading_action_type.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/update_notification.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/validation_error.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/py.typed +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/rest.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/main.py +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn.egg-info/dependency_links.txt +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn.egg-info/top_level.txt +0 -0
- /crypticorn-1.0.2rc3/requirements-dev.txt → /crypticorn-1.0.2rc4/requirements/dev.txt +0 -0
- /crypticorn-1.0.2rc3/requirements-test.txt → /crypticorn-1.0.2rc4/requirements/test.txt +0 -0
- {crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: crypticorn
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2rc4
|
4
4
|
Summary: Maximise Your Crypto Trading Profits with AI Predictions
|
5
5
|
Author-email: Crypticorn <timon@crypticorn.com>
|
6
6
|
License: MIT License
|
@@ -16,21 +16,14 @@ Classifier: Typing :: Typed
|
|
16
16
|
Requires-Python: >=3.10
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE.md
|
19
|
-
|
20
|
-
Requires-Dist:
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist:
|
24
|
-
|
25
|
-
Requires-Dist:
|
26
|
-
Requires-Dist:
|
27
|
-
Requires-Dist: pydantic>=2; extra == "klines"
|
28
|
-
Requires-Dist: typing-extensions>=4.7.1; extra == "klines"
|
29
|
-
Provides-Extra: hive
|
30
|
-
Requires-Dist: pandas<3.0.0,>=2.2.0; extra == "hive"
|
31
|
-
Requires-Dist: requests<3.0.0,>=2.32.0; extra == "hive"
|
32
|
-
Requires-Dist: tqdm<5.0.0,>=4.67.0; extra == "hive"
|
33
|
-
Requires-Dist: pydantic<3.0.0,>=2.0.0; extra == "hive"
|
19
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
20
|
+
Requires-Dist: python_dateutil>=2.8.2
|
21
|
+
Requires-Dist: pydantic>=2
|
22
|
+
Requires-Dist: typing-extensions>=4.7.1
|
23
|
+
Requires-Dist: pandas<3.0.0,>=2.2.0
|
24
|
+
Requires-Dist: requests<3.0.0,>=2.32.0
|
25
|
+
Requires-Dist: tqdm<5.0.0,>=4.67.0
|
26
|
+
Requires-Dist: pydantic<3.0.0,>=2.0.0
|
34
27
|
Provides-Extra: dev
|
35
28
|
Requires-Dist: streamlit; extra == "dev"
|
36
29
|
Requires-Dist: httpx; extra == "dev"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: crypticorn
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2rc4
|
4
4
|
Summary: Maximise Your Crypto Trading Profits with AI Predictions
|
5
5
|
Author-email: Crypticorn <timon@crypticorn.com>
|
6
6
|
License: MIT License
|
@@ -16,21 +16,14 @@ Classifier: Typing :: Typed
|
|
16
16
|
Requires-Python: >=3.10
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE.md
|
19
|
-
|
20
|
-
Requires-Dist:
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist:
|
24
|
-
|
25
|
-
Requires-Dist:
|
26
|
-
Requires-Dist:
|
27
|
-
Requires-Dist: pydantic>=2; extra == "klines"
|
28
|
-
Requires-Dist: typing-extensions>=4.7.1; extra == "klines"
|
29
|
-
Provides-Extra: hive
|
30
|
-
Requires-Dist: pandas<3.0.0,>=2.2.0; extra == "hive"
|
31
|
-
Requires-Dist: requests<3.0.0,>=2.32.0; extra == "hive"
|
32
|
-
Requires-Dist: tqdm<5.0.0,>=4.67.0; extra == "hive"
|
33
|
-
Requires-Dist: pydantic<3.0.0,>=2.0.0; extra == "hive"
|
19
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
20
|
+
Requires-Dist: python_dateutil>=2.8.2
|
21
|
+
Requires-Dist: pydantic>=2
|
22
|
+
Requires-Dist: typing-extensions>=4.7.1
|
23
|
+
Requires-Dist: pandas<3.0.0,>=2.2.0
|
24
|
+
Requires-Dist: requests<3.0.0,>=2.32.0
|
25
|
+
Requires-Dist: tqdm<5.0.0,>=4.67.0
|
26
|
+
Requires-Dist: pydantic<3.0.0,>=2.0.0
|
34
27
|
Provides-Extra: dev
|
35
28
|
Requires-Dist: streamlit; extra == "dev"
|
36
29
|
Requires-Dist: httpx; extra == "dev"
|
@@ -1,7 +1,5 @@
|
|
1
1
|
LICENSE.md
|
2
2
|
pyproject.toml
|
3
|
-
requirements-dev.txt
|
4
|
-
requirements-test.txt
|
5
3
|
crypticorn/__init__.py
|
6
4
|
crypticorn/client.py
|
7
5
|
crypticorn.egg-info/PKG-INFO
|
@@ -11,11 +9,9 @@ crypticorn.egg-info/requires.txt
|
|
11
9
|
crypticorn.egg-info/top_level.txt
|
12
10
|
crypticorn/hive/__init__.py
|
13
11
|
crypticorn/hive/main.py
|
14
|
-
crypticorn/hive/requirements.txt
|
15
12
|
crypticorn/hive/utils.py
|
16
13
|
crypticorn/klines/__init__.py
|
17
14
|
crypticorn/klines/main.py
|
18
|
-
crypticorn/klines/requirements.txt
|
19
15
|
crypticorn/klines/client/__init__.py
|
20
16
|
crypticorn/klines/client/api_client.py
|
21
17
|
crypticorn/klines/client/api_response.py
|
@@ -88,7 +84,6 @@ crypticorn/klines/test/test_validation_error.py
|
|
88
84
|
crypticorn/klines/test/test_validation_error_loc_inner.py
|
89
85
|
crypticorn/trade/__init__.py
|
90
86
|
crypticorn/trade/main.py
|
91
|
-
crypticorn/trade/requirements.txt
|
92
87
|
crypticorn/trade/client/__init__.py
|
93
88
|
crypticorn/trade/client/api_client.py
|
94
89
|
crypticorn/trade/client/api_response.py
|
@@ -129,4 +124,7 @@ crypticorn/trade/client/models/tpsl.py
|
|
129
124
|
crypticorn/trade/client/models/trading_action_type.py
|
130
125
|
crypticorn/trade/client/models/update_notification.py
|
131
126
|
crypticorn/trade/client/models/validation_error.py
|
132
|
-
crypticorn/trade/client/models/validation_error_loc_inner.py
|
127
|
+
crypticorn/trade/client/models/validation_error_loc_inner.py
|
128
|
+
requirements/dev.txt
|
129
|
+
requirements/main.txt
|
130
|
+
requirements/test.txt
|
@@ -1,3 +1,11 @@
|
|
1
|
+
urllib3<3.0.0,>=1.25.3
|
2
|
+
python_dateutil>=2.8.2
|
3
|
+
pydantic>=2
|
4
|
+
typing-extensions>=4.7.1
|
5
|
+
pandas<3.0.0,>=2.2.0
|
6
|
+
requests<3.0.0,>=2.32.0
|
7
|
+
tqdm<5.0.0,>=4.67.0
|
8
|
+
pydantic<3.0.0,>=2.0.0
|
1
9
|
|
2
10
|
[dev]
|
3
11
|
streamlit
|
@@ -7,18 +15,6 @@ black
|
|
7
15
|
twine
|
8
16
|
pyflakes
|
9
17
|
|
10
|
-
[hive]
|
11
|
-
pandas<3.0.0,>=2.2.0
|
12
|
-
requests<3.0.0,>=2.32.0
|
13
|
-
tqdm<5.0.0,>=4.67.0
|
14
|
-
pydantic<3.0.0,>=2.0.0
|
15
|
-
|
16
|
-
[klines]
|
17
|
-
urllib3<3.0.0,>=1.25.3
|
18
|
-
python_dateutil>=2.8.2
|
19
|
-
pydantic>=2
|
20
|
-
typing-extensions>=4.7.1
|
21
|
-
|
22
18
|
[test]
|
23
19
|
pytest>=7.2.1
|
24
20
|
pytest-cov>=2.8.1
|
@@ -26,9 +22,3 @@ tox>=3.9.0
|
|
26
22
|
flake8>=4.0.0
|
27
23
|
types-python-dateutil>=2.8.19.14
|
28
24
|
mypy>=1.5
|
29
|
-
|
30
|
-
[trade]
|
31
|
-
urllib3<3.0.0,>=1.25.3
|
32
|
-
python_dateutil>=2.8.2
|
33
|
-
pydantic>=2
|
34
|
-
typing-extensions>=4.7.1
|
@@ -5,10 +5,9 @@ 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.2rc4"
|
9
9
|
keywords = ["machine learning", "data science", "crypto", "modelling"]
|
10
|
-
dynamic = ["optional-dependencies"]
|
11
|
-
dependencies = []
|
10
|
+
dynamic = ["dependencies", "optional-dependencies"]
|
12
11
|
|
13
12
|
classifiers = [
|
14
13
|
"Topic :: Scientific/Engineering",
|
@@ -21,11 +20,9 @@ classifiers = [
|
|
21
20
|
]
|
22
21
|
|
23
22
|
[tool.setuptools.dynamic]
|
24
|
-
|
25
|
-
optional-dependencies.
|
26
|
-
optional-dependencies.
|
27
|
-
optional-dependencies.dev = { file = ["requirements-dev.txt"] }
|
28
|
-
optional-dependencies.test = { file = ["requirements-test.txt"] }
|
23
|
+
dependencies = { file = ["requirements/main.txt"] }
|
24
|
+
optional-dependencies.dev = { file = ["requirements/dev.txt"] }
|
25
|
+
optional-dependencies.test = { file = ["requirements/test.txt"] }
|
29
26
|
|
30
27
|
[project.urls]
|
31
28
|
Homepage = "https://crypticorn.com"
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# crypticorn/trade/requirements.txt
|
2
|
+
urllib3 >= 1.25.3, < 3.0.0
|
3
|
+
python_dateutil >= 2.8.2
|
4
|
+
pydantic >= 2
|
5
|
+
typing-extensions >= 4.7.1
|
6
|
+
|
7
|
+
# crypticorn/klines/requirements.txt
|
8
|
+
# same as trade
|
9
|
+
|
10
|
+
# crypticorn/hive/requirements.txt
|
11
|
+
# same as trade
|
12
|
+
pandas >= 2.2.0, < 3.0.0
|
13
|
+
requests >= 2.32.0, < 3.0.0
|
14
|
+
tqdm >= 4.67.0, < 5.0.0
|
15
|
+
pydantic >= 2.0.0, < 3.0.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/funding_rates_api.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/api/health_check_api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/error_response.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/funding_rate_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/health_check_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/http_validation_error.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/ohlcv_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/sort_direction.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/symbol_group_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/symbol_info_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/udf_config_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/client/models/validation_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_base_response_list_str.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_funding_rate_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_funding_rates_api.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_health_check_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_error_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_no_data_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_history_success_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_http_validation_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_search_symbol_response.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbol_group_response.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_symbol_info_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/klines/test/test_udf_config_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/futures_trading_panel_api.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/notifications_api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/api/trading_actions_api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/api_error_identifier.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/futures_balance.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/futures_trading_action.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/http_validation_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/notification_model.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/notification_type.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/post_futures_action.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/strategy_exchange_info.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/strategy_model.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/trading_action_type.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/update_notification.py
RENAMED
File without changes
|
{crypticorn-1.0.2rc3 → crypticorn-1.0.2rc4}/crypticorn/trade/client/models/validation_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|