-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wedpr_python_gateway_sdk support install (#63)
- Loading branch information
1 parent
9e3172c
commit 1562aa7
Showing
28 changed files
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include CHANGELOG.md | ||
include *requirements.txt | ||
include ./wedpr_python_gateway_sdk/libs/libwedpr_python_transport* |
File renamed without changes.
14 changes: 7 additions & 7 deletions
14
...bindings/transport/demo/transport_demo.py → ...er/python/bindings/demo/transport_demo.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
cpp/wedpr-transport/sdk-wrapper/python/bindings/transport/impl/message_factory.py
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../bindings/libs/_wedpr_python_transport.py → ...teway_sdk/libs/_wedpr_python_transport.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...n/bindings/transport/api/transport_api.py → ...ateway_sdk/transport/api/transport_api.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
11 changes: 11 additions & 0 deletions
11
...rt/sdk-wrapper/python/bindings/wedpr_python_gateway_sdk/transport/impl/message_factory.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from wedpr_python_gateway_sdk.transport.impl.message_impl import MessageImpl | ||
from wedpr_python_gateway_sdk.transport.api.message_api import MessageAPI | ||
from wedpr_python_gateway_sdk.transport.generated.wedpr_python_transport import Message | ||
|
||
|
||
class MessageFactory: | ||
@staticmethod | ||
def build(message: Message) -> MessageAPI: | ||
if message is None: | ||
return None | ||
return MessageImpl(message) |
8 changes: 4 additions & 4 deletions
8
...n/bindings/transport/impl/message_impl.py → ...ateway_sdk/transport/impl/message_impl.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ings/transport/impl/route_info_builder.py → ..._sdk/transport/impl/route_info_builder.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...thon/bindings/transport/impl/transport.py → ...n_gateway_sdk/transport/impl/transport.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ndings/transport/impl/transport_config.py → ...ay_sdk/transport/impl/transport_config.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ndings/transport/impl/transport_loader.py → ...ay_sdk/transport/impl/transport_loader.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...n/bindings/utils/tests/test_lib_loader.py → ...ateway_sdk/utils/tests/test_lib_loader.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cpp/wedpr-transport/sdk-wrapper/python/swig/wedpr_python_transport.i
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters