fere-cli 0.1.0.dev8__tar.gz → 0.1.0.dev9__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.
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/PKG-INFO +2 -2
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/pyproject.toml +2 -2
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/.gitignore +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/README.md +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/install.sh +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/__init__.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/async_util.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/banner.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/__init__.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/auth.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/chat.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/earn.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/hooks.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/limit_order.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/portfolio.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/swap.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/commands/utility.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/config.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/main.py +0 -0
- {fere_cli-0.1.0.dev8 → fere_cli-0.1.0.dev9}/src/fere_cli/output.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fere-cli
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev9
|
|
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.1.0.
|
|
9
|
+
Requires-Dist: fere-sdk>=0.1.0.dev9
|
|
10
10
|
Requires-Dist: rich>=13.0
|
|
11
11
|
Provides-Extra: dev
|
|
12
12
|
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "fere-cli"
|
|
3
|
-
version = "0.1.0.
|
|
3
|
+
version = "0.1.0.dev9"
|
|
4
4
|
description = "Terminal CLI for FereAI crypto trading and research"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
license = "MIT"
|
|
8
8
|
authors = [{ name = "Fere AI", email = "info@fere.ai" }]
|
|
9
9
|
dependencies = [
|
|
10
|
-
"fere-sdk>=0.1.0.
|
|
10
|
+
"fere-sdk>=0.1.0.dev9",
|
|
11
11
|
"click>=8.1",
|
|
12
12
|
"rich>=13.0",
|
|
13
13
|
]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|