crypticorn 1.0.2rc3__py3-none-any.whl → 1.0.2rc4__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-1.0.2rc3.dist-info → crypticorn-1.0.2rc4.dist-info}/METADATA +9 -16
- {crypticorn-1.0.2rc3.dist-info → crypticorn-1.0.2rc4.dist-info}/RECORD +5 -8
- crypticorn/hive/requirements.txt +0 -4
- crypticorn/klines/requirements.txt +0 -4
- crypticorn/trade/requirements.txt +0 -4
- {crypticorn-1.0.2rc3.dist-info → crypticorn-1.0.2rc4.dist-info}/LICENSE.md +0 -0
- {crypticorn-1.0.2rc3.dist-info → crypticorn-1.0.2rc4.dist-info}/WHEEL +0 -0
- {crypticorn-1.0.2rc3.dist-info → crypticorn-1.0.2rc4.dist-info}/top_level.txt +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"
|
@@ -2,11 +2,9 @@ crypticorn/__init__.py,sha256=tSmvwtqHKKAzbhWIc8Vt95hffRf8aEYX-8wWX6ZAPaM,147
|
|
2
2
|
crypticorn/client.py,sha256=LZ7oovE-9XV5iWbojMSEsGxOQ2EYI1qlg6zH4ZiRrGA,574
|
3
3
|
crypticorn/hive/__init__.py,sha256=1o5DghmXxXFp7cL-RCNg9_EqNAJih7ftEl5gz0Q19Qc,43
|
4
4
|
crypticorn/hive/main.py,sha256=ZdB0mS_x37pGF7r63Ek-RMYTfGkmdKPf2Sj18WGGJKw,4856
|
5
|
-
crypticorn/hive/requirements.txt,sha256=-eIbxeVF3c8WJ-QKUSHm-16kCHVp-dRP7isN25wbxqw,103
|
6
5
|
crypticorn/hive/utils.py,sha256=UOgdUomUDoX97OylN0_4fsu3mPsJHaUkpHqNmSp-QYE,3126
|
7
6
|
crypticorn/klines/__init__.py,sha256=9UUW013uZ5x4evz5zRUxbNid-6O9WAPPYvPZIHpAwms,87
|
8
7
|
crypticorn/klines/main.py,sha256=_c_lVK2tTdiAz36jkUvdNipEg-h-j3VsiSliBehdNmc,1590
|
9
|
-
crypticorn/klines/requirements.txt,sha256=n8RhXDEAbEojFhhRCctaYym4TMVetN5A7FZ-tjjgMRA,93
|
10
8
|
crypticorn/klines/client/__init__.py,sha256=yRh5QZclw9iV6gx5VXxkcQLDuIDgqf8n4-NHsfjX4Ps,3732
|
11
9
|
crypticorn/klines/client/api_client.py,sha256=daaHrXxIXfsBxpAf82DFktJRXb5V3Di23oMkQp8HO1E,27818
|
12
10
|
crypticorn/klines/client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
@@ -79,7 +77,6 @@ crypticorn/klines/test/test_validation_error.py,sha256=6zSVzD_LX5yIGKGZJgsH74tsX
|
|
79
77
|
crypticorn/klines/test/test_validation_error_loc_inner.py,sha256=D4dHw64J4-bTmMd5K-JuwKaKzHfe8bJvHdAcAfX8nsA,1759
|
80
78
|
crypticorn/trade/__init__.py,sha256=QzScH9n-ly3QSaBSpPP7EqYwhdzDqYCZJs0-AhEhrsY,84
|
81
79
|
crypticorn/trade/main.py,sha256=mHAYbEGp-SEP56xsmHIaTQnTWVPtWux42AzGuWjwCL8,1220
|
82
|
-
crypticorn/trade/requirements.txt,sha256=n8RhXDEAbEojFhhRCctaYym4TMVetN5A7FZ-tjjgMRA,93
|
83
80
|
crypticorn/trade/client/__init__.py,sha256=Fq_jmX_KcwTcUKG5SLky3UgeiAuJNwJLkomDXFc_APw,3241
|
84
81
|
crypticorn/trade/client/api_client.py,sha256=QFMMs_EPtc0_kS2uIhGPfBVbabN0nI7hyJ98FfeVa7s,27528
|
85
82
|
crypticorn/trade/client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
@@ -121,8 +118,8 @@ crypticorn/trade/client/models/trading_action_type.py,sha256=eH7sFKbFojxqMdtmqq_
|
|
121
118
|
crypticorn/trade/client/models/update_notification.py,sha256=7Aw4z98ANT6D5octUmz5UXe6EC7_Mk8ax679bjjCkXk,2988
|
122
119
|
crypticorn/trade/client/models/validation_error.py,sha256=hMZJHRMZuiByzCvD7zyR5HVzlzJSnLKcMnybUalQvgI,3105
|
123
120
|
crypticorn/trade/client/models/validation_error_loc_inner.py,sha256=wHiW_qKw46E2pUdOnesgpdnuqpTX9IQTaEOVDgph5_E,4885
|
124
|
-
crypticorn-1.0.
|
125
|
-
crypticorn-1.0.
|
126
|
-
crypticorn-1.0.
|
127
|
-
crypticorn-1.0.
|
128
|
-
crypticorn-1.0.
|
121
|
+
crypticorn-1.0.2rc4.dist-info/LICENSE.md,sha256=4QRTsg__j9b8qUNkL1jcDlrOMViv5B7wJF3p7khs-M0,1053
|
122
|
+
crypticorn-1.0.2rc4.dist-info/METADATA,sha256=KkMiznWldgKDnp_QkgLskM7DRoqI-cjMdL-_duHd2c0,1548
|
123
|
+
crypticorn-1.0.2rc4.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
124
|
+
crypticorn-1.0.2rc4.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
125
|
+
crypticorn-1.0.2rc4.dist-info/RECORD,,
|
crypticorn/hive/requirements.txt
DELETED
File without changes
|
File without changes
|
File without changes
|