quantplay 2.0.65__tar.gz → 2.0.66__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.65 → quantplay-2.0.66}/PKG-INFO +26 -1
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/flattrade.py +12 -7
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay.egg-info/PKG-INFO +26 -1
- {quantplay-2.0.65 → quantplay-2.0.66}/setup.py +1 -1
- {quantplay-2.0.65 → quantplay-2.0.66}/README.md +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/pyproject.toml +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/aliceblue.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/angelone.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/auto_login/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/auto_login/aliceblue.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/broker_factory.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/dhan.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/finvasia_utils/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/finvasia_utils/fa_noren.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/five_paisa.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/ft_utils/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/ft_utils/flattrade_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/ft_utils/ft_noren.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/generics/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/generics/broker.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/iifl_xts.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/kite_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/kotak.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/motilal.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/noren.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/shoonya.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/uplink/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/uplink/uplink_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/upstox.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/xts.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/xts_utils/Connect.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/xts_utils/Exception.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/xts_utils/InteractiveSocketClient.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/xts_utils/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/broker/zerodha.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/exception/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/exception/exceptions.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/model/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/model/broker.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/model/generics.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/model/instrument_data.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/model/order_event.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/py.typed +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/caching.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/constant.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/exchange.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/number_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/pickle_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/utils/selenium_utils.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/wrapper/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay/wrapper/aws/s3.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay.egg-info/SOURCES.txt +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay.egg-info/dependency_links.txt +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay.egg-info/requires.txt +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/quantplay.egg-info/top_level.txt +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/setup.cfg +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/tests/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/tests/conftest.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/tests/wrapper/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/tests/wrapper/aws/__init__.py +0 -0
- {quantplay-2.0.65 → quantplay-2.0.66}/tests/wrapper/aws/s3_test.py +0 -0
|
@@ -1,11 +1,36 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: quantplay
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.66
|
|
4
4
|
Summary: This python package will be stored in AWS CodeArtifact
|
|
5
5
|
Home-page:
|
|
6
6
|
Author:
|
|
7
7
|
Author-email:
|
|
8
8
|
License: MIT
|
|
9
|
+
Requires-Dist: setuptools
|
|
10
|
+
Requires-Dist: path
|
|
11
|
+
Requires-Dist: pyotp
|
|
12
|
+
Requires-Dist: retrying
|
|
13
|
+
Requires-Dist: boto3
|
|
14
|
+
Requires-Dist: numpy
|
|
15
|
+
Requires-Dist: websocket-client
|
|
16
|
+
Requires-Dist: smartapi-python
|
|
17
|
+
Requires-Dist: logzero
|
|
18
|
+
Requires-Dist: selenium
|
|
19
|
+
Requires-Dist: requests
|
|
20
|
+
Requires-Dist: pandas
|
|
21
|
+
Requires-Dist: pyarrow
|
|
22
|
+
Requires-Dist: polars
|
|
23
|
+
Requires-Dist: kiteconnect
|
|
24
|
+
Requires-Dist: pya3
|
|
25
|
+
Requires-Dist: py5paisa
|
|
26
|
+
Requires-Dist: upstox-python-sdk
|
|
27
|
+
Requires-Dist: undetected-chromedriver
|
|
28
|
+
Requires-Dist: cachetools
|
|
29
|
+
Requires-Dist: py_vollib
|
|
30
|
+
Requires-Dist: python-engineio
|
|
31
|
+
Requires-Dist: python-socketio
|
|
32
|
+
Requires-Dist: six
|
|
33
|
+
Requires-Dist: dhanhq
|
|
9
34
|
|
|
10
35
|
# Quantplay Alpha playground
|
|
11
36
|
|
|
@@ -32,6 +32,12 @@ class FlatTrade(Noren):
|
|
|
32
32
|
try:
|
|
33
33
|
if user_token and user_id:
|
|
34
34
|
self.api.set_session(userid=user_id, usertoken=user_token)
|
|
35
|
+
response = {
|
|
36
|
+
"susertoken": user_token,
|
|
37
|
+
"actid": user_id,
|
|
38
|
+
"email": None,
|
|
39
|
+
"uname": None,
|
|
40
|
+
}
|
|
35
41
|
|
|
36
42
|
elif user_id and password and totp and api_key and api_secret:
|
|
37
43
|
token = self.login(
|
|
@@ -43,17 +49,16 @@ class FlatTrade(Noren):
|
|
|
43
49
|
)
|
|
44
50
|
|
|
45
51
|
self.api.set_session(userid=user_id, usertoken=token)
|
|
52
|
+
response = {
|
|
53
|
+
"susertoken": token,
|
|
54
|
+
"actid": user_id,
|
|
55
|
+
"email": None,
|
|
56
|
+
"uname": None,
|
|
57
|
+
}
|
|
46
58
|
|
|
47
59
|
else:
|
|
48
60
|
raise InvalidArgumentException("Missing Arguments")
|
|
49
61
|
|
|
50
|
-
response = {
|
|
51
|
-
"susertoken": user_token,
|
|
52
|
-
"actid": user_id,
|
|
53
|
-
"email": None,
|
|
54
|
-
"uname": None,
|
|
55
|
-
}
|
|
56
|
-
|
|
57
62
|
except InvalidArgumentException:
|
|
58
63
|
raise
|
|
59
64
|
except binascii.Error:
|
|
@@ -1,11 +1,36 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: quantplay
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.66
|
|
4
4
|
Summary: This python package will be stored in AWS CodeArtifact
|
|
5
5
|
Home-page:
|
|
6
6
|
Author:
|
|
7
7
|
Author-email:
|
|
8
8
|
License: MIT
|
|
9
|
+
Requires-Dist: setuptools
|
|
10
|
+
Requires-Dist: path
|
|
11
|
+
Requires-Dist: pyotp
|
|
12
|
+
Requires-Dist: retrying
|
|
13
|
+
Requires-Dist: boto3
|
|
14
|
+
Requires-Dist: numpy
|
|
15
|
+
Requires-Dist: websocket-client
|
|
16
|
+
Requires-Dist: smartapi-python
|
|
17
|
+
Requires-Dist: logzero
|
|
18
|
+
Requires-Dist: selenium
|
|
19
|
+
Requires-Dist: requests
|
|
20
|
+
Requires-Dist: pandas
|
|
21
|
+
Requires-Dist: pyarrow
|
|
22
|
+
Requires-Dist: polars
|
|
23
|
+
Requires-Dist: kiteconnect
|
|
24
|
+
Requires-Dist: pya3
|
|
25
|
+
Requires-Dist: py5paisa
|
|
26
|
+
Requires-Dist: upstox-python-sdk
|
|
27
|
+
Requires-Dist: undetected-chromedriver
|
|
28
|
+
Requires-Dist: cachetools
|
|
29
|
+
Requires-Dist: py_vollib
|
|
30
|
+
Requires-Dist: python-engineio
|
|
31
|
+
Requires-Dist: python-socketio
|
|
32
|
+
Requires-Dist: six
|
|
33
|
+
Requires-Dist: dhanhq
|
|
9
34
|
|
|
10
35
|
# Quantplay Alpha playground
|
|
11
36
|
|
|
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
|