fere-cli 0.2.0.dev14__py3-none-any.whl → 0.2.0.dev17__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.
- {fere_cli-0.2.0.dev14.dist-info → fere_cli-0.2.0.dev17.dist-info}/METADATA +5 -3
- {fere_cli-0.2.0.dev14.dist-info → fere_cli-0.2.0.dev17.dist-info}/RECORD +4 -4
- {fere_cli-0.2.0.dev14.dist-info → fere_cli-0.2.0.dev17.dist-info}/WHEEL +0 -0
- {fere_cli-0.2.0.dev14.dist-info → fere_cli-0.2.0.dev17.dist-info}/entry_points.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fere-cli
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.dev17
|
|
4
4
|
Summary: Terminal CLI for FereAI crypto trading and research
|
|
5
5
|
Author-email: Fere AI <info@fere.ai>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Requires-Python: >=3.10
|
|
8
8
|
Requires-Dist: click>=8.1
|
|
9
|
-
Requires-Dist: fere-sdk>=0.2.0.
|
|
9
|
+
Requires-Dist: fere-sdk>=0.2.0.dev17
|
|
10
10
|
Requires-Dist: rich>=13.0
|
|
11
11
|
Provides-Extra: dev
|
|
12
12
|
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
|
|
@@ -19,11 +19,13 @@ Terminal-first interface for FereAI crypto trading and research. Wraps the [Fere
|
|
|
19
19
|
|
|
20
20
|
## Install
|
|
21
21
|
|
|
22
|
+
Recommended (script installer, handles pipx/pip and PATH setup):
|
|
23
|
+
|
|
22
24
|
```bash
|
|
23
25
|
curl -fsSL https://api.fereai.xyz/install.sh | sh
|
|
24
26
|
```
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
Manual (advanced, for humans in controlled environments only):
|
|
27
29
|
|
|
28
30
|
```bash
|
|
29
31
|
pip install fere-cli
|
|
@@ -13,7 +13,7 @@ fere_cli/commands/limit_order.py,sha256=5d4F669K-fW4iNeZA44y5L7WQLMXqughJlwS51tU
|
|
|
13
13
|
fere_cli/commands/portfolio.py,sha256=7JJOIolmlud6yWStw7iv9GCOH1igOilKUJzPr7ixx2g,1758
|
|
14
14
|
fere_cli/commands/swap.py,sha256=v4urnENxLiwiGhSPTMDGEgRA0iglAC41xN_65h6xWw0,2507
|
|
15
15
|
fere_cli/commands/utility.py,sha256=8ofNJwxAYSBHjmX6VPIANUEPQkPXtVjIJYkK5UWXZJ4,2209
|
|
16
|
-
fere_cli-0.2.0.
|
|
17
|
-
fere_cli-0.2.0.
|
|
18
|
-
fere_cli-0.2.0.
|
|
19
|
-
fere_cli-0.2.0.
|
|
16
|
+
fere_cli-0.2.0.dev17.dist-info/METADATA,sha256=33hk4SpMmdYpe849Z7KBPkHE9OTe-ihtAjRkp1jSD2Q,3719
|
|
17
|
+
fere_cli-0.2.0.dev17.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
18
|
+
fere_cli-0.2.0.dev17.dist-info/entry_points.txt,sha256=vOltZxMv_RJwS1AqO3UstqpRp74xPd4UMlf62Ma-fWM,43
|
|
19
|
+
fere_cli-0.2.0.dev17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|