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

Python dict type for RPC method arg/return values #60

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

smartgoo
Copy link
Collaborator

@smartgoo smartgoo commented Jul 1, 2024

  • Use serde_pyobject crate to convert RPC Request/Response models from/to Python dictionaries. Allowing Python user to pass request arg as a Python dictionary , and receive response as a Python dictionary. See ./python/examples/rpc.py
  • Start of README with instructions for building from source

@aspect aspect merged commit 6941ae5 into aspectron:python Jul 2, 2024
4 of 6 checks passed
smartgoo added a commit that referenced this pull request Sep 21, 2024
* Python dictionary for request and response

* readme update

* to_keypair block moves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants