meshtrade 1.1.0__py3-none-any.whl → 1.2.0__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.

Potentially problematic release.


This version of meshtrade might be problematic. Click here for more details.

@@ -15,9 +15,9 @@ from typing import Optional
15
15
  from meshtrade.common import BaseGRPCClient
16
16
  from meshtrade.iam.api_user.v1.api_credentials import find_credentials
17
17
 
18
+ from .account_report_pb2 import AccountReport
18
19
  from .service_options_meshpy import ServiceOptions
19
20
  from .service_pb2 import (
20
- AccountReport,
21
21
  GetAccountReportRequest,
22
22
  GetExcelAccountReportRequest,
23
23
  GetExcelAccountReportResponse,
@@ -15,10 +15,10 @@ from typing import Optional
15
15
  from meshtrade.common import BaseGRPCClient
16
16
  from meshtrade.iam.api_user.v1.api_credentials import find_credentials
17
17
 
18
+ from .limit_order_pb2 import LimitOrder
18
19
  from .service_options_meshpy import ServiceOptions
19
20
  from .service_pb2 import (
20
21
  GetLimitOrderRequest,
21
- LimitOrder,
22
22
  )
23
23
  from .service_pb2_grpc import LimitOrderServiceStub
24
24
 
@@ -15,10 +15,10 @@ from typing import Optional
15
15
  from meshtrade.common import BaseGRPCClient
16
16
  from meshtrade.iam.api_user.v1.api_credentials import find_credentials
17
17
 
18
+ from .market_order_pb2 import MarketOrder
18
19
  from .service_options_meshpy import ServiceOptions
19
20
  from .service_pb2 import (
20
21
  GetMarketOrderRequest,
21
- MarketOrder,
22
22
  )
23
23
  from .service_pb2_grpc import MarketOrderServiceStub
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshtrade
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Integration SDK for Mesh API Services
5
5
  Author-email: Bernard Bussy <bernard@meshtrade.co>
6
6
  License: LicenseRef-My-Custom-License
@@ -119,7 +119,7 @@ meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt
119
119
  meshtrade/reporting/account_report/v1/income_entry_pb2.py,sha256=GzRBG289a9G56pBrla1hJvS-0tTl7U2zhHzDk-5BOPo,2964
120
120
  meshtrade/reporting/account_report/v1/income_entry_pb2.pyi,sha256=UGSDpiL0IagXEVI5qDn6ZpBTM70cL60xJhmwycPe9NI,2051
121
121
  meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
122
- meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=1YW3B9dUXYbwdoeHXH1gfpbOB4lQ5C-xebUftY0YRnI,6584
122
+ meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=s9PHSsaSq_ZpR2Z8oXGCPSSrj4-7zDF1k6e5iLqK7V0,6615
123
123
  meshtrade/reporting/account_report/v1/service_options_meshpy.py,sha256=oagptW02D9QtyonYlakMyCbK-zDUm8L5SVkHrcGsNsU,2565
124
124
  meshtrade/reporting/account_report/v1/service_pb2.py,sha256=Xh2h0l9WOrEfRuJospy9hL88D333LNTg0fEtB95mtjg,6100
125
125
  meshtrade/reporting/account_report/v1/service_pb2.pyi,sha256=k2d9HAxrYIwHhbS4hm25HGoanWkLupiAzg_M7bxRQu0,2184
@@ -133,7 +133,7 @@ meshtrade/trading/limit_order/v1/__init__.py,sha256=1XwHm6cYfkFdWr1wf-ukjnvoYA-u
133
133
  meshtrade/trading/limit_order/v1/limit_order_pb2.py,sha256=6hXZ2N2EQvxKfbYkSGTiXT62rRIgDbnEy8qoFk7evgE,1720
134
134
  meshtrade/trading/limit_order/v1/limit_order_pb2.pyi,sha256=qqW6yIlOa146Cr7vuiHBLd8DSOvhhUy3CwJJeC52zFU,393
135
135
  meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
136
- meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=ZjqVEjrrSObzCDgyzxDdD4dL1ec8wSI2yAKG-lQKxAM,5794
136
+ meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=t956DtwPu8GbI1IqNJnC3xZBOm9tOpbh6Uvhyj2Je6Y,5822
137
137
  meshtrade/trading/limit_order/v1/service_options_meshpy.py,sha256=B8H-GWdi7mrnwLaQ_TP6CSaRyFtSIEe9mGZuHjapvEY,2554
138
138
  meshtrade/trading/limit_order/v1/service_pb2.py,sha256=ApcxidLeLOSLxI3AWSb5cH6Y3z5-IwbRGq9Kd7UYMqY,2807
139
139
  meshtrade/trading/limit_order/v1/service_pb2.pyi,sha256=L9ZgLzBDaxqIsAYABtVlrY_qe0Co0Ht99USR_307SXc,608
@@ -142,7 +142,7 @@ meshtrade/trading/market_order/v1/__init__.py,sha256=SULATh4Gddsa6A8959ZYXFgE7ac
142
142
  meshtrade/trading/market_order/v1/market_order_pb2.py,sha256=miDtNnqxWAbZ_Ub9Oqo8_GsOLFwWjEeNz3JSzzFIpys,1740
143
143
  meshtrade/trading/market_order/v1/market_order_pb2.pyi,sha256=NaWtrs1iNO8jY5XQRvS1ex3skmVJFTGxdDHdknIDvfI,394
144
144
  meshtrade/trading/market_order/v1/market_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
145
- meshtrade/trading/market_order/v1/service_meshpy.py,sha256=oruk-y11EhY22pOFoZEpqhudmtYey61TjHq3nKtzObg,5826
145
+ meshtrade/trading/market_order/v1/service_meshpy.py,sha256=R8uaSFSxAmI6G2W4wj5F84wKW-8nZyDTzqOMsWMeU7A,5855
146
146
  meshtrade/trading/market_order/v1/service_options_meshpy.py,sha256=Ido0GNgd1FSpqzjj-tknXMwYot6g8tAV5fa3oIzYVmk,2557
147
147
  meshtrade/trading/market_order/v1/service_pb2.py,sha256=tB6aQqnDwAg8Ogya2AYPKs_6YXgdIe_hslAKd2SxQSA,2841
148
148
  meshtrade/trading/market_order/v1/service_pb2.pyi,sha256=MIGhHksXG6hw6N-afJEEAR3fUqKoNU2EdfffDcLMO3c,612
@@ -191,7 +191,7 @@ meshtrade/wallet/account/v1/service_options_meshpy.py,sha256=ROVvFr-sub9TMtzHO-s
191
191
  meshtrade/wallet/account/v1/service_pb2.py,sha256=4huN7EQVoNpqMf5UK9iIyAKUGhWPj-a9OdC2soqXxlQ,5208
192
192
  meshtrade/wallet/account/v1/service_pb2.pyi,sha256=PL7ANYkhNYTrC8fXv9Pjfz2x-IeUj8HnytTAn4wnvNU,2132
193
193
  meshtrade/wallet/account/v1/service_pb2_grpc.py,sha256=lTykth2v98aluqtqaID78HJ6dubXqI0ShpvfFmu3_pY,9480
194
- meshtrade-1.1.0.dist-info/METADATA,sha256=h0fD_sH5sT8pTPt7rIWeFAi5tjKUe2d0aEY-r03-qSU,3006
195
- meshtrade-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
196
- meshtrade-1.1.0.dist-info/top_level.txt,sha256=NV0mf_yWXSvBwj2_q5aSz2hN5hQF0QypAiJwV4schJI,14
197
- meshtrade-1.1.0.dist-info/RECORD,,
194
+ meshtrade-1.2.0.dist-info/METADATA,sha256=53eowk1RlGh2ZnZoVCc50z4apVv3HvBcLrodabrsYC8,3006
195
+ meshtrade-1.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
196
+ meshtrade-1.2.0.dist-info/top_level.txt,sha256=NV0mf_yWXSvBwj2_q5aSz2hN5hQF0QypAiJwV4schJI,14
197
+ meshtrade-1.2.0.dist-info/RECORD,,