snaptrade-python-sdk 11.0.149__py3-none-any.whl → 11.0.151__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/type/brokerage_authorization.py +1 -1
- snaptrade_client/type/security_type.py +1 -1
- {snaptrade_python_sdk-11.0.149.dist-info → snaptrade_python_sdk-11.0.151.dist-info}/METADATA +3 -3
- {snaptrade_python_sdk-11.0.149.dist-info → snaptrade_python_sdk-11.0.151.dist-info}/RECORD +9 -9
- {snaptrade_python_sdk-11.0.149.dist-info → snaptrade_python_sdk-11.0.151.dist-info}/LICENSE +0 -0
- {snaptrade_python_sdk-11.0.149.dist-info → snaptrade_python_sdk-11.0.151.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.151/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.151".\
|
|
442
442
|
format(env=sys.platform, pyversion=sys.version)
|
|
443
443
|
|
|
444
444
|
def get_host_settings(self):
|
|
@@ -49,7 +49,7 @@ class OptionalBrokerageAuthorization(TypedDict, total=False):
|
|
|
49
49
|
# Timestamp of when the connection was last updated in SnapTrade. This field is deprecated. Please let us know if you have a valid use case for this field.
|
|
50
50
|
updated_date: datetime
|
|
51
51
|
|
|
52
|
-
# Whether the connection is eligible for a payout.
|
|
52
|
+
# Whether the connection is eligible for a payout. This is an experimental field that is NOT generally available for all partners. Do not use in production without speaking to the SnapTrade team.
|
|
53
53
|
is_eligible_for_payout: bool
|
|
54
54
|
|
|
55
55
|
class BrokerageAuthorization(RequiredBrokerageAuthorization, OptionalBrokerageAuthorization):
|
|
@@ -23,7 +23,7 @@ class OptionalSecurityType(TypedDict, total=False):
|
|
|
23
23
|
# Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
|
|
24
24
|
id: str
|
|
25
25
|
|
|
26
|
-
# A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `crypto` - Cryptocurrency - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
|
|
26
|
+
# A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `crypto` - Cryptocurrency - `et` - ETF - `oef` - Open Ended Fund - `pm` - Precious Metals - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
|
|
27
27
|
code: str
|
|
28
28
|
|
|
29
29
|
# A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
|
{snaptrade_python_sdk-11.0.149.dist-info → snaptrade_python_sdk-11.0.151.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.151
|
|
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.151)
|
|
34
34
|
[](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
|
|
35
35
|
[](https://snaptrade.com/)
|
|
36
36
|
|
|
@@ -111,7 +111,7 @@ Python >=3.8
|
|
|
111
111
|
## Installation<a id="installation"></a>
|
|
112
112
|
|
|
113
113
|
```sh
|
|
114
|
-
pip install snaptrade-python-sdk==11.0.
|
|
114
|
+
pip install snaptrade-python-sdk==11.0.151
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
## 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=c0k94uw7JUhpDW21LgkmZRwf1hNfW_R-Atdub9zOM60,820
|
|
2
|
+
snaptrade_client/api_client.py,sha256=LC63RQ8dTwrGAs1Fop3SINfHeEfwX9nMHo-0cUqiJ74,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=U2W6P3ea6gIUTB16bJ16y4fIBuaOF_TqUyGmuFF6STM,12851
|
|
@@ -81,7 +81,7 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
|
|
|
81
81
|
snaptrade_client/client.py,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
|
|
82
82
|
snaptrade_client/client.pyi,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
|
|
83
83
|
snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
|
|
84
|
-
snaptrade_client/configuration.py,sha256=
|
|
84
|
+
snaptrade_client/configuration.py,sha256=DxepDWo1wIp-JWfFynY-mDN-xBA1g-geg5_Ppx_ucHo,19262
|
|
85
85
|
snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
|
|
86
86
|
snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
|
|
87
87
|
snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
|
|
@@ -648,7 +648,7 @@ snaptrade_client/type/balance.py,sha256=E3uLbXAZBLu5f8Zoy3d2_CIweg8vqUHddXO1sGQ-
|
|
|
648
648
|
snaptrade_client/type/brokerage.py,sha256=hf2lpZ7w7Ldh8f46DIY5KGZqHGPB7N1cKB-q0xLFuvQ,2489
|
|
649
649
|
snaptrade_client/type/brokerage_auth_id.py,sha256=rD0I5Srxu-mx6PfUb7RPR8xw7e3p6nn1tsmv04qH1VM,393
|
|
650
650
|
snaptrade_client/type/brokerage_auth_ids.py,sha256=GE_hI6avo_qDCQdvrXYFlxHOfnRUZK_WyKFzA1cQtWQ,394
|
|
651
|
-
snaptrade_client/type/brokerage_authorization.py,sha256=
|
|
651
|
+
snaptrade_client/type/brokerage_authorization.py,sha256=ARhBfSdE2XX5amluCTSe7Z6_rFY3i0Ysq6nyL262qs8,2564
|
|
652
652
|
snaptrade_client/type/brokerage_authorization_disabled_confirmation.py,sha256=3lQscQHxQFUDDNlY74ZkyBeZNjt16FzQhhUAhmfv-RQ,751
|
|
653
653
|
snaptrade_client/type/brokerage_authorization_meta.py,sha256=xHbLabbBewM04-hyAXksCqjdZa8UnRercfpEHZkPPcA,405
|
|
654
654
|
snaptrade_client/type/brokerage_authorization_refresh_confirmation.py,sha256=NqOb50HZ3MwiFMpU9APeF1xk_vCabUyPZyK1vpJPMwA,742
|
|
@@ -759,7 +759,7 @@ snaptrade_client/type/rate_of_return_response.py,sha256=0WOGEJ31CCgehYfHjlDZTICH
|
|
|
759
759
|
snaptrade_client/type/recent_orders_response.py,sha256=n18xoAZC5U8bUZIE44aNWIwCmMtLTvSPdmmE2DuWMMo,755
|
|
760
760
|
snaptrade_client/type/reporting_date.py,sha256=5n1nIPRASmd9fTa9HgSfS2YYMUZwcFUgauhsOxzhZiQ,392
|
|
761
761
|
snaptrade_client/type/reporting_frequency.py,sha256=v4edjziEBROP_AT2Xx7xQUja_4d4SrX8Q4-zJMItqow,396
|
|
762
|
-
snaptrade_client/type/security_type.py,sha256=
|
|
762
|
+
snaptrade_client/type/security_type.py,sha256=rIr8ysP0TNOaDiur34je3BJ2w-Ir7EisFaaif-YhvoM,1470
|
|
763
763
|
snaptrade_client/type/security_type_id.py,sha256=c2BkaqwMg287XBn_Do0sBVdrmhiVNR0DTW7v1IuRemI,392
|
|
764
764
|
snaptrade_client/type/session_event.py,sha256=36sG7xfqVY0xEgFXtI0jAaC85r9uBM18XfUYQnGYbwk,992
|
|
765
765
|
snaptrade_client/type/simple_order_form.py,sha256=o8jhnyAQI_PDWAsgtXhwI-5lxnEJrFmfG2E2GmHjp1w,1982
|
|
@@ -803,7 +803,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
|
|
|
803
803
|
snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
|
|
804
804
|
snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
|
|
805
805
|
snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
|
|
806
|
-
snaptrade_python_sdk-11.0.
|
|
807
|
-
snaptrade_python_sdk-11.0.
|
|
808
|
-
snaptrade_python_sdk-11.0.
|
|
809
|
-
snaptrade_python_sdk-11.0.
|
|
806
|
+
snaptrade_python_sdk-11.0.151.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
|
|
807
|
+
snaptrade_python_sdk-11.0.151.dist-info/METADATA,sha256=hZu8ngNjiFjx3aLUgckefS0fr4c4ZDz1r5mxxbvyP9E,100996
|
|
808
|
+
snaptrade_python_sdk-11.0.151.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
809
|
+
snaptrade_python_sdk-11.0.151.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|