crypticorn 2.9.0__py3-none-any.whl → 2.10.0__py3-none-any.whl
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/cli/__init__.py +2 -1
- crypticorn/cli/__main__.py +2 -1
- crypticorn/cli/init.py +20 -8
- crypticorn/cli/templates/merge-env.sh +13 -0
- crypticorn/cli/version.py +7 -0
- crypticorn/common/openapi.py +9 -10
- crypticorn/common/router/admin_router.py +3 -2
- crypticorn/hive/client/__init__.py +1 -1
- crypticorn/hive/client/api/admin_api.py +30 -27
- crypticorn/hive/client/api/data_api.py +36 -18
- crypticorn/hive/client/api/models_api.py +87 -72
- crypticorn/hive/client/models/__init__.py +1 -1
- crypticorn/hive/client/models/api_error_identifier.py +1 -1
- crypticorn/hive/client/models/api_error_level.py +1 -1
- crypticorn/hive/client/models/api_error_type.py +1 -1
- crypticorn/hive/client/models/exception_detail.py +1 -1
- crypticorn/hive/client/models/{model.py → model_read.py} +3 -3
- {crypticorn-2.9.0.dist-info → crypticorn-2.10.0.dist-info}/METADATA +18 -2
- {crypticorn-2.9.0.dist-info → crypticorn-2.10.0.dist-info}/RECORD +23 -20
- crypticorn-2.10.0.dist-info/licenses/LICENSE +15 -0
- {crypticorn-2.9.0.dist-info → crypticorn-2.10.0.dist-info}/WHEEL +0 -0
- {crypticorn-2.9.0.dist-info → crypticorn-2.10.0.dist-info}/entry_points.txt +0 -0
- {crypticorn-2.9.0.dist-info → crypticorn-2.10.0.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,23 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: crypticorn
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.10.0
|
4
4
|
Summary: Maximise Your Crypto Trading Profits with Machine Learning
|
5
5
|
Author-email: Crypticorn <timon@crypticorn.com>
|
6
|
-
License:
|
6
|
+
License: Copyright © 2025 Crypticorn
|
7
|
+
|
8
|
+
All rights reserved. This software and accompanying documentation files (collectively referred to as "the Software") are the proprietary property of Crypticorn. Any unauthorised reproduction, modification, integration, publication, distribution, sublicensing, sale, or enabling access to the Software without explicit written permission from Crypticorn is strictly prohibited, subject to the conditions outlined herein:
|
9
|
+
|
10
|
+
1. The aforementioned copyright notice and this permission notice must be included unaltered in all copies, or significant portions, of the Software.
|
11
|
+
|
12
|
+
2. The Software is provided "AS IS", without any warranty, whether express or implied. Crypticorn expressly disclaims any guarantees, including but not limited to those of satisfactory quality, fitness for a particular purpose, or non-infringement of third-party rights.
|
13
|
+
|
14
|
+
3. In no event shall Crypticorn, its authors, or copyright holders be held liable for any claim, damages, or other liability arising from or associated with the use of the Software or any other dealings involving the Software, to the extent that such liability can be limited or excluded by applicable law.
|
15
|
+
|
16
|
+
Changes to this agreement may be made without notice, and it is the user's responsibility to keep abreast of any changes. This agreement and its interpretation are subject to the laws of the Federal Republic of Germany.
|
17
|
+
|
18
|
+
If any provision of this license agreement is held to be invalid or unenforceable under applicable law, the remaining provisions will continue in full force and effect. Crypticorn's failure to enforce any provision of this agreement does not constitute a waiver of its right to do so in the future.
|
19
|
+
|
20
|
+
This agreement is written in English. In the event of any discrepancy between the English version and any translation, the English version shall prevail.
|
7
21
|
Project-URL: Homepage, https://crypticorn.com
|
8
22
|
Project-URL: Documentation, https://docs.crypticorn.com
|
9
23
|
Project-URL: Dashboard, https://app.crypticorn.com
|
@@ -20,6 +34,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
20
34
|
Classifier: Typing :: Typed
|
21
35
|
Requires-Python: >=3.10
|
22
36
|
Description-Content-Type: text/markdown
|
37
|
+
License-File: LICENSE
|
23
38
|
Requires-Dist: fastapi<1.0.0,>=0.115.0
|
24
39
|
Requires-Dist: click<9.0.0,>=8.0.0
|
25
40
|
Requires-Dist: psutil<8.0.0,>=7.0.0
|
@@ -52,6 +67,7 @@ Requires-Dist: python-dotenv==1.0.1; extra == "test"
|
|
52
67
|
Requires-Dist: PyJWT==2.10.0; extra == "test"
|
53
68
|
Provides-Extra: extra
|
54
69
|
Requires-Dist: pandas<3.0.0,>=2.2.0; extra == "extra"
|
70
|
+
Dynamic: license-file
|
55
71
|
|
56
72
|
## What is Crypticorn?
|
57
73
|
|
@@ -55,13 +55,15 @@ crypticorn/auth/client/models/verify_email_request.py,sha256=W_X14qdTADduVwY4wxS
|
|
55
55
|
crypticorn/auth/client/models/verify_wallet_request.py,sha256=gFKkFXi6b45aUfyklFeHKNJVLxYXE3wR3PvF3JVI4Po,2671
|
56
56
|
crypticorn/auth/client/models/wallet_verified200_response.py,sha256=IXhtaD0CC6Jp9ZG6sgyRg-beIzrhFDuF_bQYOjNMdY0,2445
|
57
57
|
crypticorn/auth/client/models/whoami200_response.py,sha256=-Kj3fB4lgNaa8v_LTertjxXahBYtTpTIXkBha9MhA1o,3199
|
58
|
-
crypticorn/cli/__init__.py,sha256=
|
59
|
-
crypticorn/cli/__main__.py,sha256=
|
60
|
-
crypticorn/cli/init.py,sha256=
|
58
|
+
crypticorn/cli/__init__.py,sha256=5qIQ_WXKSoJk3tGU6n0XwmSX8a2cDRSM6dncaU1qOZ4,123
|
59
|
+
crypticorn/cli/__main__.py,sha256=q_3MdBGUJPukr_xexup3TICf8kLL7Tp4JxLWB5XCESs,303
|
60
|
+
crypticorn/cli/init.py,sha256=LD6Sfna5FxfKXxybcXNhmKYce9bJH1GavQKd0F3EPGk,4097
|
61
|
+
crypticorn/cli/version.py,sha256=8rWMqbMdSBSlQPtaKmI2Htu3VgcULc7nUAycIclGnLM,205
|
61
62
|
crypticorn/cli/templates/Dockerfile,sha256=89KlphaXJH51L7Vs4B928WmwYcMtpvLmKGyoDAhOcMw,726
|
62
63
|
crypticorn/cli/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
64
|
crypticorn/cli/templates/auth.py,sha256=Q1TxlA7qzhjvrqp1xz1aV2vGnj3DKFNN-VSl3o0B-dI,983
|
64
65
|
crypticorn/cli/templates/dependabot.yml,sha256=ct5ieB8KAV1KLzoYKUNm6dZ9wKG_P_JQHgRjZUfT54w,861
|
66
|
+
crypticorn/cli/templates/merge-env.sh,sha256=0DPnsj5zhnZ-nspzKY-Gcu3LONqbc6ucconY5-888IQ,416
|
65
67
|
crypticorn/cli/templates/ruff.yml,sha256=gWicFFTzC4nToSmRkIIGipos8CZ447YG0kebBCJhtJE,319
|
66
68
|
crypticorn/common/__init__.py,sha256=DXEuUU_kaLBSBcvpiFie_ROuK5XEZuTMIfsg-BZE0iE,752
|
67
69
|
crypticorn/common/ansi_colors.py,sha256=ts49UtfTy-c0uvlGwb3wE-jE_GbXvSBSfzwrDlNi0HE,1331
|
@@ -73,18 +75,18 @@ crypticorn/common/exceptions.py,sha256=iq_VFkZ4jr_7BeEjDwlmHyRYPLIYN98-MJGJrxe2O
|
|
73
75
|
crypticorn/common/logging.py,sha256=bpWT3ip8CM5tf_jKECJjwrVVf5GYcRjfo-CPb47gISU,4346
|
74
76
|
crypticorn/common/middleware.py,sha256=O7XiXPimNYUhF9QTv6yFUTVlb91-SK-3CfTrWMNP6Ck,1011
|
75
77
|
crypticorn/common/mixins.py,sha256=NoZL1kXgSb4oVOGNWPqPwCcVZYjHzlsyL80bz6Xxlzg,2002
|
76
|
-
crypticorn/common/openapi.py,sha256=
|
78
|
+
crypticorn/common/openapi.py,sha256=D8bCpCVVzYQptHrJ7SYOgCxI3R_d0cjW9KMOBq-x0xk,279
|
77
79
|
crypticorn/common/pagination.py,sha256=BYMNB4JUW9eeiTw1q3CyHXaT_-hk_BrSXAOqvif08Ek,2334
|
78
80
|
crypticorn/common/scopes.py,sha256=TsSzMFHQAJ45CwhSrU3uRPHyHHjrCgPdJhAyjxY6b2Q,2456
|
79
81
|
crypticorn/common/urls.py,sha256=qJHxdkpwQR1iPLSPMYVoobnLNSsQoKVV5SsRng4dZYs,1161
|
80
82
|
crypticorn/common/utils.py,sha256=N4h-FtojufTuc4IBU7TeuSOygFvErpgZDrwl4epGmvw,2503
|
81
83
|
crypticorn/common/warnings.py,sha256=bIfMLbKaCntMV88rTnoWgV6SZ9FJvo_adXv3yFW1rqg,2395
|
82
|
-
crypticorn/common/router/admin_router.py,sha256=
|
84
|
+
crypticorn/common/router/admin_router.py,sha256=x81s1gxhH7nLf7txqAIjVxrNgQmXsA1YG7g9v9KJwHA,3740
|
83
85
|
crypticorn/common/router/status_router.py,sha256=it6kfvx_Pn4Rv06fmViwhwr-m6f4WuSgcZwc6VTaMz4,868
|
84
86
|
crypticorn/hive/__init__.py,sha256=hRfTlEzEql4msytdUC_04vfaHzVKG5CGZle1M-9QFgY,81
|
85
87
|
crypticorn/hive/main.py,sha256=eoo5bTmbfS94zuYHDkD20orNANESYuTURHQNw3pIEvQ,2875
|
86
88
|
crypticorn/hive/utils.py,sha256=5T2GYnIFazXgAdUlO03xWqcMWhWkM82cfWvwsO8geHE,2040
|
87
|
-
crypticorn/hive/client/__init__.py,sha256=
|
89
|
+
crypticorn/hive/client/__init__.py,sha256=9H8k_fi6UDVrVwnHH8i-Q_1CNTe0f_Ti5gBmt42AtFo,2645
|
88
90
|
crypticorn/hive/client/api_client.py,sha256=fDFsACK7hxXw_sgt3ZJVH2RplEdUhR0YZd4tsZA9P5Q,26869
|
89
91
|
crypticorn/hive/client/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
90
92
|
crypticorn/hive/client/configuration.py,sha256=J4tZF5m71BMOFE1rfWzgrBWEPQ-DQ-FByFJiNZ81W48,19105
|
@@ -92,14 +94,14 @@ crypticorn/hive/client/exceptions.py,sha256=IKuM8sbMtr3T9z-fOuePTJmheUFahzmyZ8ia
|
|
92
94
|
crypticorn/hive/client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
95
|
crypticorn/hive/client/rest.py,sha256=VhXkE7R3y1RD0QmbvIwmsk-LP_DmOei_zd9YiIXer28,6975
|
94
96
|
crypticorn/hive/client/api/__init__.py,sha256=Qp35Nx0HEuKa8YmFcv6iSAqrLuR0YczPK7R-EEBDYuo,281
|
95
|
-
crypticorn/hive/client/api/admin_api.py,sha256=
|
96
|
-
crypticorn/hive/client/api/data_api.py,sha256=
|
97
|
-
crypticorn/hive/client/api/models_api.py,sha256=
|
97
|
+
crypticorn/hive/client/api/admin_api.py,sha256=ov2vApFo50A3uOAq717PBhrw2JpQSsHyBHnL7l3-iWI,59784
|
98
|
+
crypticorn/hive/client/api/data_api.py,sha256=bXEx44opuJsJtNJORlL2A9By2FA-vhCep_ath_uIRXA,23218
|
99
|
+
crypticorn/hive/client/api/models_api.py,sha256=ID0-IJjxRSQO6rq0HFaEKvEArD45QI2ULJIE5FFXJfg,76071
|
98
100
|
crypticorn/hive/client/api/status_api.py,sha256=KIpSewGuK6_cUT6dfUjlvt35k1xW4YZcuSTCPWFURms,19577
|
99
|
-
crypticorn/hive/client/models/__init__.py,sha256=
|
100
|
-
crypticorn/hive/client/models/api_error_identifier.py,sha256=
|
101
|
-
crypticorn/hive/client/models/api_error_level.py,sha256=
|
102
|
-
crypticorn/hive/client/models/api_error_type.py,sha256=
|
101
|
+
crypticorn/hive/client/models/__init__.py,sha256=idst4l4rnxk0BpUq-FoUAWg6cG4iXUo2mH6sQTMoUmA,1795
|
102
|
+
crypticorn/hive/client/models/api_error_identifier.py,sha256=VbjaaF0d7PJL9abHZqoF_Ht8SUcqhfO2nVDeyTNhtyM,4915
|
103
|
+
crypticorn/hive/client/models/api_error_level.py,sha256=huHUOq0gBgH-MR4SZL4P-432DeW8UaMHjzvvAPvwSCE,725
|
104
|
+
crypticorn/hive/client/models/api_error_type.py,sha256=IN_aDBQQP7sKXUNk-oElKcCBg7CYfCt8efL1qvhb54g,764
|
103
105
|
crypticorn/hive/client/models/coins.py,sha256=4rPueVFUDbdU-8KrZ5b1jwqasf3uMT_cIsORyKbeydc,875
|
104
106
|
crypticorn/hive/client/models/data_download_response.py,sha256=AVPLov8RO9zq6vThUe7M4p3LlhZQytXyPbFZD1AFDfY,3649
|
105
107
|
crypticorn/hive/client/models/data_info.py,sha256=xhP_JFJP9jikOsOsPT4DJEbwGpDB8rfo5FDA1LT0ecs,6633
|
@@ -109,11 +111,11 @@ crypticorn/hive/client/models/data_version_info.py,sha256=LdwEwSgGfOzjitxiPXZfEp
|
|
109
111
|
crypticorn/hive/client/models/download_links.py,sha256=nXq__ZoJ2ZVqeofVolB9B47LgGGDQKorPBNRsdp8uPU,2854
|
110
112
|
crypticorn/hive/client/models/evaluation.py,sha256=WeLJA4tCS4W_CnGxRAgrxySWko3QPYzpxeVDuYyLPgM,2608
|
111
113
|
crypticorn/hive/client/models/evaluation_response.py,sha256=iwE1G1_EOFga6Zztf1A8z6TNiNc_R06r2lKLHIr5_6A,2526
|
112
|
-
crypticorn/hive/client/models/exception_detail.py,sha256=
|
114
|
+
crypticorn/hive/client/models/exception_detail.py,sha256=eG5nD9934kI-Ymx4kh1IOeduhwMjKd4ZUvLiPJeKXoo,3797
|
113
115
|
crypticorn/hive/client/models/feature_size.py,sha256=saLwDjXIzoa9sPO0lMvm3x4FavG2-IbBLub7-TOzW2M,785
|
114
116
|
crypticorn/hive/client/models/log_level.py,sha256=PcqRrIF-dJ1wnssdHlbA6SsPUjB1T4IpRGttsedeuyQ,722
|
115
|
-
crypticorn/hive/client/models/model.py,sha256=iLVq8r5lUL86vubUDTcBXmdpSjhncNEk7BrCG_MZC1s,4512
|
116
117
|
crypticorn/hive/client/models/model_create.py,sha256=f6Ayw3KD39qw0qtvYF77K3huy7_Tmzv8pDyyQ_ooAG8,2828
|
118
|
+
crypticorn/hive/client/models/model_read.py,sha256=QGYajrM18hxKzJYVsi0-gychCgZM3079Aq7BUw9iO68,4524
|
117
119
|
crypticorn/hive/client/models/model_status.py,sha256=-2H6CHw6jhJgv4VJgwr1sgN2NtT1m7LGCX7L8ULTxEQ,685
|
118
120
|
crypticorn/hive/client/models/model_update.py,sha256=iO-VtYt0aRzj9z_GeIUK2OVNg9yvM01OUVfWyCA36fc,2413
|
119
121
|
crypticorn/hive/client/models/target.py,sha256=otOJK8s5WVUen6J1AQZpRiD330RIpaJU6JShb-EU8Hs,777
|
@@ -257,8 +259,9 @@ crypticorn/trade/client/models/strategy_model_input.py,sha256=ala19jARyfA5ysys5D
|
|
257
259
|
crypticorn/trade/client/models/strategy_model_output.py,sha256=2o2lhbgUSTznowpMLEHF1Ex9TG9oRmzlCIb-gXqo7_s,5643
|
258
260
|
crypticorn/trade/client/models/tpsl.py,sha256=C2KgTIZs-a8W4msdaXgBKJcwtA-o5wR4rBauRP-iQxU,4317
|
259
261
|
crypticorn/trade/client/models/trading_action_type.py,sha256=pGq_TFLMPfYFizYP-xKgEC1ZF4U3lGdJYoGa_ZH2x-Q,769
|
260
|
-
crypticorn-2.
|
261
|
-
crypticorn-2.
|
262
|
-
crypticorn-2.
|
263
|
-
crypticorn-2.
|
264
|
-
crypticorn-2.
|
262
|
+
crypticorn-2.10.0.dist-info/licenses/LICENSE,sha256=HonAVvzFXkP2C1d7D3ByIKPwjGH8NcHTAQvKH7uvOHQ,1856
|
263
|
+
crypticorn-2.10.0.dist-info/METADATA,sha256=DPU7F_tB_xHFCSEppS72k7Jrf0VgG780ELnFhsXa11Y,10213
|
264
|
+
crypticorn-2.10.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
265
|
+
crypticorn-2.10.0.dist-info/entry_points.txt,sha256=d_xHsGvUTebPveVUK0SrpDFQ5ZRSjlI7lNCc11sn2PM,59
|
266
|
+
crypticorn-2.10.0.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
267
|
+
crypticorn-2.10.0.dist-info/RECORD,,
|
@@ -0,0 +1,15 @@
|
|
1
|
+
Copyright © 2025 Crypticorn
|
2
|
+
|
3
|
+
All rights reserved. This software and accompanying documentation files (collectively referred to as "the Software") are the proprietary property of Crypticorn. Any unauthorised reproduction, modification, integration, publication, distribution, sublicensing, sale, or enabling access to the Software without explicit written permission from Crypticorn is strictly prohibited, subject to the conditions outlined herein:
|
4
|
+
|
5
|
+
1. The aforementioned copyright notice and this permission notice must be included unaltered in all copies, or significant portions, of the Software.
|
6
|
+
|
7
|
+
2. The Software is provided "AS IS", without any warranty, whether express or implied. Crypticorn expressly disclaims any guarantees, including but not limited to those of satisfactory quality, fitness for a particular purpose, or non-infringement of third-party rights.
|
8
|
+
|
9
|
+
3. In no event shall Crypticorn, its authors, or copyright holders be held liable for any claim, damages, or other liability arising from or associated with the use of the Software or any other dealings involving the Software, to the extent that such liability can be limited or excluded by applicable law.
|
10
|
+
|
11
|
+
Changes to this agreement may be made without notice, and it is the user's responsibility to keep abreast of any changes. This agreement and its interpretation are subject to the laws of the Federal Republic of Germany.
|
12
|
+
|
13
|
+
If any provision of this license agreement is held to be invalid or unenforceable under applicable law, the remaining provisions will continue in full force and effect. Crypticorn's failure to enforce any provision of this agreement does not constitute a waiver of its right to do so in the future.
|
14
|
+
|
15
|
+
This agreement is written in English. In the event of any discrepancy between the English version and any translation, the English version shall prevail.
|
File without changes
|
File without changes
|
File without changes
|