quantplay 2.0.59__tar.gz → 2.0.60__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.
- {quantplay-2.0.59 → quantplay-2.0.60}/PKG-INFO +1 -1
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/broker_factory.py +4 -3
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay.egg-info/PKG-INFO +1 -1
- {quantplay-2.0.59 → quantplay-2.0.60}/setup.py +1 -1
- {quantplay-2.0.59 → quantplay-2.0.60}/README.md +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/pyproject.toml +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/aliceblue.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/angelone.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/auto_login/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/auto_login/aliceblue.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/dhan.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/finvasia_utils/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/finvasia_utils/fa_noren.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/five_paisa.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/flattrade.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/ft_utils/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/ft_utils/flattrade_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/ft_utils/ft_noren.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/generics/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/generics/broker.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/iifl_xts.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/kite_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/kotak.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/motilal.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/noren.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/shoonya.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/uplink/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/uplink/uplink_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/upstox.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/xts.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/xts_utils/Connect.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/xts_utils/Exception.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/xts_utils/InteractiveSocketClient.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/xts_utils/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/broker/zerodha.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/exception/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/exception/exceptions.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/model/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/model/broker.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/model/generics.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/model/instrument_data.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/model/order_event.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/py.typed +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/caching.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/constant.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/exchange.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/number_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/pickle_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/utils/selenium_utils.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/wrapper/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay/wrapper/aws/s3.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay.egg-info/SOURCES.txt +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay.egg-info/dependency_links.txt +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay.egg-info/requires.txt +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/quantplay.egg-info/top_level.txt +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/setup.cfg +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/tests/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/tests/conftest.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/tests/wrapper/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/tests/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.59 → quantplay-2.0.60}/tests/wrapper/aws/s3_test.py +0 -0
|
@@ -5,6 +5,7 @@ import traceback
|
|
|
5
5
|
from dataclasses import dataclass
|
|
6
6
|
from typing import Any, Dict
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
from quantplay.broker.aliceblue import Aliceblue
|
|
9
10
|
from quantplay.broker.angelone import AngelOne
|
|
10
11
|
from quantplay.broker.dhan import Dhan
|
|
@@ -16,7 +17,7 @@ from quantplay.broker.motilal import Motilal
|
|
|
16
17
|
from quantplay.broker.shoonya import FinvAsia
|
|
17
18
|
from quantplay.broker.upstox import Upstox
|
|
18
19
|
from quantplay.broker.zerodha import Zerodha
|
|
19
|
-
from quantplay.exception.exceptions import InvalidArgumentException
|
|
20
|
+
from quantplay.exception.exceptions import InvalidArgumentException, TokenException
|
|
20
21
|
from quantplay.utils.caching import InstrumentCache
|
|
21
22
|
from quantplay.utils.pickle_utils import PickleUtils
|
|
22
23
|
|
|
@@ -138,8 +139,8 @@ class BrokerFactory:
|
|
|
138
139
|
raise InvalidArgumentException(f"Unsupported Broker: '{broker}'")
|
|
139
140
|
|
|
140
141
|
if not compare_map[broker].issubset(broker_data.keys()):
|
|
141
|
-
raise
|
|
142
|
-
f"Missing Arguments for {user_broker_account['username']}:{user_broker_account['nickname']} in broker '{broker}' -> {compare_map[broker].difference(
|
|
142
|
+
raise TokenException(
|
|
143
|
+
f"Missing Arguments for {user_broker_account['username']}:{user_broker_account['nickname']} in broker '{broker}' -> {compare_map[broker].difference(broker_data.keys())}"
|
|
143
144
|
)
|
|
144
145
|
|
|
145
146
|
def generate_token(
|
|
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
|
|
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
|
|
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
|