p123api 3.0.0a2__tar.gz → 3.0.0a3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: p123api
3
- Version: 3.0.0a2
3
+ Version: 3.0.0a3
4
4
  Summary: Portfolio123 API wrapper
5
5
  Author-email: Portfolio123 <info@portfolio123.com>
6
6
  License-Expression: MIT
@@ -1054,8 +1054,7 @@ class Client:
1054
1054
  >>> client.stock_factor_info(id=123)
1055
1055
  {
1056
1056
  'factorId': 123,
1057
- 'name': 'Stock factor name',
1058
- 'description': 'Stock factor description'
1057
+ 'name': 'Stock factor name'
1059
1058
  }
1060
1059
  """
1061
1060
  ...
@@ -1075,8 +1074,7 @@ class Client:
1075
1074
  >>> client.stock_factor_info(name='Stock factor name')
1076
1075
  {
1077
1076
  'factorId': 123,
1078
- 'name': 'Stock factor name',
1079
- 'description': 'Stock factor description'
1077
+ 'name': 'Stock factor name'
1080
1078
  }
1081
1079
  """
1082
1080
  ...
@@ -1100,8 +1098,7 @@ class Client:
1100
1098
  >>> client.stock_factor_info(factor_id=123)
1101
1099
  {
1102
1100
  'factorId': 123,
1103
- 'name': 'Stock factor name',
1104
- 'description': 'Stock factor description'
1101
+ 'name': 'Stock factor name'
1105
1102
  }
1106
1103
  """
1107
1104
  ...
@@ -1132,8 +1129,7 @@ class Client:
1132
1129
  >>> client.data_series_info(id=123)
1133
1130
  {
1134
1131
  'dataSeriesId': 123,
1135
- 'name': 'Data series name',
1136
- 'description': 'Data series description'
1132
+ 'name': 'Data series name'
1137
1133
  }
1138
1134
  """
1139
1135
  ...
@@ -1153,8 +1149,7 @@ class Client:
1153
1149
  >>> client.data_series_info(name='Data series name')
1154
1150
  {
1155
1151
  'dataSeriesId': 123,
1156
- 'name': 'Data series name',
1157
- 'description': 'Data series description'
1152
+ 'name': 'Data series name'
1158
1153
  }
1159
1154
  """
1160
1155
  ...
@@ -1182,8 +1177,7 @@ class Client:
1182
1177
  >>> client.strategy_info(id=123)
1183
1178
  {
1184
1179
  'strategyId': 123,
1185
- 'name': 'Strategy name',
1186
- 'description': 'Strategy description'
1180
+ 'name': 'Strategy name'
1187
1181
  }
1188
1182
  """
1189
1183
  ...
@@ -1203,8 +1197,7 @@ class Client:
1203
1197
  >>> client.strategy_info(name='Strategy name')
1204
1198
  {
1205
1199
  'strategyId': 123,
1206
- 'name': 'Strategy name',
1207
- 'description': 'Strategy description'
1200
+ 'name': 'Strategy name'
1208
1201
  }
1209
1202
  """
1210
1203
  ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: p123api
3
- Version: 3.0.0a2
3
+ Version: 3.0.0a3
4
4
  Summary: Portfolio123 API wrapper
5
5
  Author-email: Portfolio123 <info@portfolio123.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "p123api"
7
- version = "3.0.0a2"
7
+ version = "3.0.0a3"
8
8
  description = "Portfolio123 API wrapper"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes