snaptrade-python-sdk 11.0.137__py3-none-any.whl → 11.0.138__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.
- snaptrade_client/__init__.py +1 -1
- snaptrade_client/api_client.py +1 -1
- snaptrade_client/configuration.py +1 -1
- snaptrade_client/paths/trade_place/post.py +2 -2
- snaptrade_client/paths/trade_place/post.pyi +2 -2
- {snaptrade_python_sdk-11.0.137.dist-info → snaptrade_python_sdk-11.0.138.dist-info}/METADATA +3 -3
- {snaptrade_python_sdk-11.0.137.dist-info → snaptrade_python_sdk-11.0.138.dist-info}/RECORD +9 -9
- {snaptrade_python_sdk-11.0.137.dist-info → snaptrade_python_sdk-11.0.138.dist-info}/LICENSE +0 -0
- {snaptrade_python_sdk-11.0.137.dist-info → snaptrade_python_sdk-11.0.138.dist-info}/WHEEL +0 -0
snaptrade_client/__init__.py
CHANGED
snaptrade_client/api_client.py
CHANGED
|
@@ -1155,7 +1155,7 @@ class ApiClient:
|
|
|
1155
1155
|
self.default_headers[header_name] = header_value
|
|
1156
1156
|
self.cookie = cookie
|
|
1157
1157
|
# Set default User-Agent.
|
|
1158
|
-
self.user_agent = 'Konfig/11.0.
|
|
1158
|
+
self.user_agent = 'Konfig/11.0.138/python'
|
|
1159
1159
|
|
|
1160
1160
|
def __enter__(self):
|
|
1161
1161
|
return self
|
|
@@ -438,7 +438,7 @@ conf = snaptrade_client.Configuration(
|
|
|
438
438
|
"OS: {env}\n"\
|
|
439
439
|
"Python Version: {pyversion}\n"\
|
|
440
440
|
"Version of the API: 1.0.0\n"\
|
|
441
|
-
"SDK Package Version: 11.0.
|
|
441
|
+
"SDK Package Version: 11.0.138".\
|
|
442
442
|
format(env=sys.platform, pyversion=sys.version)
|
|
443
443
|
|
|
444
444
|
def get_host_settings(self):
|
|
@@ -262,7 +262,7 @@ class BaseApi(api_client.Api):
|
|
|
262
262
|
AsyncGeneratorResponse,
|
|
263
263
|
]:
|
|
264
264
|
"""
|
|
265
|
-
Place order
|
|
265
|
+
Place equity order
|
|
266
266
|
:param skip_deserialization: If true then api_response.response will be set but
|
|
267
267
|
api_response.body and api_response.headers will not be deserialized into schema
|
|
268
268
|
class instances
|
|
@@ -393,7 +393,7 @@ class BaseApi(api_client.Api):
|
|
|
393
393
|
api_client.ApiResponseWithoutDeserialization,
|
|
394
394
|
]:
|
|
395
395
|
"""
|
|
396
|
-
Place order
|
|
396
|
+
Place equity order
|
|
397
397
|
:param skip_deserialization: If true then api_response.response will be set but
|
|
398
398
|
api_response.body and api_response.headers will not be deserialized into schema
|
|
399
399
|
class instances
|
|
@@ -249,7 +249,7 @@ class BaseApi(api_client.Api):
|
|
|
249
249
|
AsyncGeneratorResponse,
|
|
250
250
|
]:
|
|
251
251
|
"""
|
|
252
|
-
Place order
|
|
252
|
+
Place equity order
|
|
253
253
|
:param skip_deserialization: If true then api_response.response will be set but
|
|
254
254
|
api_response.body and api_response.headers will not be deserialized into schema
|
|
255
255
|
class instances
|
|
@@ -380,7 +380,7 @@ class BaseApi(api_client.Api):
|
|
|
380
380
|
api_client.ApiResponseWithoutDeserialization,
|
|
381
381
|
]:
|
|
382
382
|
"""
|
|
383
|
-
Place order
|
|
383
|
+
Place equity order
|
|
384
384
|
:param skip_deserialization: If true then api_response.response will be set but
|
|
385
385
|
api_response.body and api_response.headers will not be deserialized into schema
|
|
386
386
|
class instances
|
{snaptrade_python_sdk-11.0.137.dist-info → snaptrade_python_sdk-11.0.138.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: snaptrade-python-sdk
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.138
|
|
4
4
|
Summary: Client for SnapTrade
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: SnapTrade
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
Connect brokerage accounts to your app for live positions and trading
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
[](https://pypi.org/project/snaptrade-python-sdk/11.0.138)
|
|
34
34
|
[](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
|
|
35
35
|
[](https://snaptrade.com/)
|
|
36
36
|
|
|
@@ -109,7 +109,7 @@ Python >=3.8
|
|
|
109
109
|
## Installation<a id="installation"></a>
|
|
110
110
|
|
|
111
111
|
```sh
|
|
112
|
-
pip install snaptrade-python-sdk==11.0.
|
|
112
|
+
pip install snaptrade-python-sdk==11.0.138
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
snaptrade_client/__init__.py,sha256=
|
|
2
|
-
snaptrade_client/api_client.py,sha256
|
|
1
|
+
snaptrade_client/__init__.py,sha256=VhnIbbVlM0SMhpk3ThjzZpdQqCOl5U8y8zRNyb3Mj_I,820
|
|
2
|
+
snaptrade_client/api_client.py,sha256=bqP2RBdqB0cURrThEwxOo7K8rG_IAYrX2kUZ1YpH0lE,73975
|
|
3
3
|
snaptrade_client/api_response.py,sha256=mZn18p_TNr6OY0HXTZW5InL9iXfqsJWstYGeGD-euPA,663
|
|
4
4
|
snaptrade_client/apis/__init__.py,sha256=RTosXhMn41tMsKPUjIy-VK-_efOWzhkKiuGggJ3A6E0,214
|
|
5
5
|
snaptrade_client/apis/path_to_api.py,sha256=4kldxcVXHcyd6XM8UFe7zlFSHj02tf9s3TFXDZwfEHY,12312
|
|
@@ -77,7 +77,7 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
|
|
|
77
77
|
snaptrade_client/client.py,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
78
78
|
snaptrade_client/client.pyi,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
79
79
|
snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
|
|
80
|
-
snaptrade_client/configuration.py,sha256=
|
|
80
|
+
snaptrade_client/configuration.py,sha256=vso2g1QZP2fO4RzcoyRePZoE4V50VrxvLOeZYJeLin8,19262
|
|
81
81
|
snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
|
|
82
82
|
snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
|
|
83
83
|
snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
|
|
@@ -579,8 +579,8 @@ snaptrade_client/paths/trade_impact/__init__.py,sha256=Ahc5LzJcfLoux_9jiEMVkF5c-
|
|
|
579
579
|
snaptrade_client/paths/trade_impact/post.py,sha256=gycxVhNtjzsgEHaPfTruKOSufJuH5jAbwYP4YsTNaW0,25430
|
|
580
580
|
snaptrade_client/paths/trade_impact/post.pyi,sha256=-um0creYorDD-UH85zUbPnONXy9ZphqZEmIakUpdJCs,25176
|
|
581
581
|
snaptrade_client/paths/trade_place/__init__.py,sha256=83mA3Q0syyXA7ghAZOOJMQumSWVhvpkP3etJxeLmZZY,313
|
|
582
|
-
snaptrade_client/paths/trade_place/post.py,sha256=
|
|
583
|
-
snaptrade_client/paths/trade_place/post.pyi,sha256=
|
|
582
|
+
snaptrade_client/paths/trade_place/post.py,sha256=y3UI93E_gYhGQ9d-KQfHM6r1xUelSjCNgqESju0HSnQ,26772
|
|
583
|
+
snaptrade_client/paths/trade_place/post.pyi,sha256=dWdAHMwm0hBkEqoNcm-s-eKZR75ryC-Vj-L6OW-9N-k,26518
|
|
584
584
|
snaptrade_client/paths/trade_trade_id/__init__.py,sha256=EDXCsrx0SP8La12CshBpoPw_Ve9bBIF-EXx3FLBIDcc,319
|
|
585
585
|
snaptrade_client/paths/trade_trade_id/post.py,sha256=MU1ydQfvpuxrMmjluX887yjofWC32cm6bi6tHbCwF0k,22385
|
|
586
586
|
snaptrade_client/paths/trade_trade_id/post.pyi,sha256=bO40OO_iPO8XykRqox6CmvlNt01Cqh0ehHviaG50ZxY,22161
|
|
@@ -763,7 +763,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
|
|
|
763
763
|
snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
|
|
764
764
|
snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
|
|
765
765
|
snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
|
|
766
|
-
snaptrade_python_sdk-11.0.
|
|
767
|
-
snaptrade_python_sdk-11.0.
|
|
768
|
-
snaptrade_python_sdk-11.0.
|
|
769
|
-
snaptrade_python_sdk-11.0.
|
|
766
|
+
snaptrade_python_sdk-11.0.138.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
|
|
767
|
+
snaptrade_python_sdk-11.0.138.dist-info/METADATA,sha256=IeBEexd5nxGFCO3Zt0T1Pjos7U8d108k0g_EXqOKMKc,93499
|
|
768
|
+
snaptrade_python_sdk-11.0.138.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
769
|
+
snaptrade_python_sdk-11.0.138.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|