kitecli 0.2.3__tar.gz → 0.2.4__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.
- {kitecli-0.2.3 → kitecli-0.2.4}/PKG-INFO +9 -3
- {kitecli-0.2.3 → kitecli-0.2.4}/README.md +8 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/api_client.py +1 -1
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/kotak_manager.py +1 -1
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/PKG-INFO +9 -3
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/requires.txt +0 -3
- {kitecli-0.2.3 → kitecli-0.2.4}/pyproject.toml +1 -4
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/__init__.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/advisor.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/base_manager.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/config.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/display.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/executor.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/kite_manager.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/live_session.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/main.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/nli.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/parser.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/recorder.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/cli/telegram_bot.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/SOURCES.txt +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/dependency_links.txt +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/entry_points.txt +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/kitecli.egg-info/top_level.txt +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/setup.cfg +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/tests/test_multi_broker.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/tests/test_nli.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/tests/test_parser.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/tests/test_telegram.py +0 -0
- {kitecli-0.2.3 → kitecli-0.2.4}/tests/test_ui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kitecli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: KiteCLI — Multi-account, multi-broker trading positions viewer (Zerodha + Kotak Neo)
|
|
5
5
|
Author: KiteCLI Team
|
|
6
6
|
License: MIT
|
|
@@ -20,8 +20,6 @@ Requires-Dist: uvicorn[standard]>=0.27.0; extra == "server"
|
|
|
20
20
|
Requires-Dist: pydantic>=2.0.0; extra == "server"
|
|
21
21
|
Provides-Extra: bot
|
|
22
22
|
Requires-Dist: python-telegram-bot>=20.0; extra == "bot"
|
|
23
|
-
Provides-Extra: kotak
|
|
24
|
-
Requires-Dist: neo-api-client>=1.0.0; extra == "kotak"
|
|
25
23
|
Provides-Extra: dev
|
|
26
24
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
27
25
|
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
|
|
@@ -70,6 +68,14 @@ Install the package via `pip`:
|
|
|
70
68
|
pip install kitecli
|
|
71
69
|
```
|
|
72
70
|
|
|
71
|
+
### Kotak Neo Support (Optional)
|
|
72
|
+
|
|
73
|
+
Since the official Kotak Neo Python SDK is not hosted on PyPI, if you want to use Kotak accounts, you must install the SDK directly from Kotak's official GitHub repository first:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
pip install "git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git@v2.0.2#egg=neo_api_client"
|
|
77
|
+
```
|
|
78
|
+
|
|
73
79
|
*(For local development or installing from source)*:
|
|
74
80
|
```bash
|
|
75
81
|
git clone https://github.com/chandu389/kitecli.git
|
|
@@ -41,6 +41,14 @@ Install the package via `pip`:
|
|
|
41
41
|
pip install kitecli
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
### Kotak Neo Support (Optional)
|
|
45
|
+
|
|
46
|
+
Since the official Kotak Neo Python SDK is not hosted on PyPI, if you want to use Kotak accounts, you must install the SDK directly from Kotak's official GitHub repository first:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
pip install "git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git@v2.0.2#egg=neo_api_client"
|
|
50
|
+
```
|
|
51
|
+
|
|
44
52
|
*(For local development or installing from source)*:
|
|
45
53
|
```bash
|
|
46
54
|
git clone https://github.com/chandu389/kitecli.git
|
|
@@ -32,7 +32,7 @@ def _get_kotak_manager():
|
|
|
32
32
|
except ImportError as exc:
|
|
33
33
|
raise ImportError(
|
|
34
34
|
"Kotak Neo support requires the 'neo-api-client' package. "
|
|
35
|
-
"Install it with: pip install neo-api-
|
|
35
|
+
"Install it with: pip install \"git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git@v2.0.2#egg=neo_api_client\""
|
|
36
36
|
) from exc
|
|
37
37
|
return _kotak_manager
|
|
38
38
|
|
|
@@ -227,7 +227,7 @@ class KotakAccountManager(BaseBrokerManager):
|
|
|
227
227
|
except ImportError as exc:
|
|
228
228
|
raise ImportError(
|
|
229
229
|
"Kotak Neo support requires the 'neo-api-client' package. "
|
|
230
|
-
"Install it with: pip install neo-api-
|
|
230
|
+
"Install it with: pip install \"git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git@v2.0.2#egg=neo_api_client\""
|
|
231
231
|
) from exc
|
|
232
232
|
|
|
233
233
|
client = NeoAPI(environment="prod", consumer_key=consumer_key)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kitecli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: KiteCLI — Multi-account, multi-broker trading positions viewer (Zerodha + Kotak Neo)
|
|
5
5
|
Author: KiteCLI Team
|
|
6
6
|
License: MIT
|
|
@@ -20,8 +20,6 @@ Requires-Dist: uvicorn[standard]>=0.27.0; extra == "server"
|
|
|
20
20
|
Requires-Dist: pydantic>=2.0.0; extra == "server"
|
|
21
21
|
Provides-Extra: bot
|
|
22
22
|
Requires-Dist: python-telegram-bot>=20.0; extra == "bot"
|
|
23
|
-
Provides-Extra: kotak
|
|
24
|
-
Requires-Dist: neo-api-client>=1.0.0; extra == "kotak"
|
|
25
23
|
Provides-Extra: dev
|
|
26
24
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
27
25
|
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
|
|
@@ -70,6 +68,14 @@ Install the package via `pip`:
|
|
|
70
68
|
pip install kitecli
|
|
71
69
|
```
|
|
72
70
|
|
|
71
|
+
### Kotak Neo Support (Optional)
|
|
72
|
+
|
|
73
|
+
Since the official Kotak Neo Python SDK is not hosted on PyPI, if you want to use Kotak accounts, you must install the SDK directly from Kotak's official GitHub repository first:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
pip install "git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git@v2.0.2#egg=neo_api_client"
|
|
77
|
+
```
|
|
78
|
+
|
|
73
79
|
*(For local development or installing from source)*:
|
|
74
80
|
```bash
|
|
75
81
|
git clone https://github.com/chandu389/kitecli.git
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kitecli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.4"
|
|
8
8
|
description = "KiteCLI — Multi-account, multi-broker trading positions viewer (Zerodha + Kotak Neo)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -36,9 +36,6 @@ server = [
|
|
|
36
36
|
bot = [
|
|
37
37
|
"python-telegram-bot>=20.0",
|
|
38
38
|
]
|
|
39
|
-
kotak = [
|
|
40
|
-
"neo-api-client>=1.0.0",
|
|
41
|
-
]
|
|
42
39
|
dev = [
|
|
43
40
|
"pytest>=8.0.0",
|
|
44
41
|
"pytest-asyncio>=0.23.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
|
|
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
|