Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare client sending requests #23

Merged
merged 11 commits into from
Aug 14, 2023
Merged

Conversation

chainyo
Copy link
Owner

@chainyo chainyo commented Aug 13, 2023

This PR implements a client to send tensors: TensorShareClient that handles sync and async methods.

The TensorShareProcessor is now encoding and decoding tensors to base64 to enable correct network sharing capabilities.

@chainyo chainyo linked an issue Aug 13, 2023 that may be closed by this pull request
@chainyo chainyo added the feature New feature for the package label Aug 14, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #23 (bacce15) into main (d9a4f0d) will increase coverage by 0.38%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   98.15%   98.54%   +0.38%     
==========================================
  Files          10       12       +2     
  Lines         163      206      +43     
==========================================
+ Hits          160      203      +43     
  Misses          3        3              
Files Changed Coverage Δ
src/tensorshare/schema.py 100.00% <ø> (ø)
src/tensorshare/client/client.py 100.00% <100.00%> (ø)
src/tensorshare/client/utils.py 100.00% <100.00%> (ø)
src/tensorshare/serialization/processor.py 100.00% <100.00%> (ø)

@chainyo chainyo merged commit c915bdc into main Aug 14, 2023
@chainyo chainyo deleted the 9-prepare-client-sending-requests branch August 14, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature for the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare client sending requests
2 participants