-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
This library seems like solid foundation, to avoid too much boilerplate, I would like to do things like:
- Decorator that runs some method using try-except and then automatically wraps the results in
SuccessorError - Decorator similar to
@methodthat can be used on class that will then automatically add all class method to dispatcher (possibly with help of ABC module and@abstractmethod)
Basically what I have is interface that I want to be used over json-rpc and to create json-rpc client and server as simply as possible without much boilerplate code as there will be more interfaces like that.
Is this anything you see as useful in this library (and it's client part)?
I will also probably add other transport methods (so far I found in the code only "serve", which does simple HTTP). I may possibly add TCP or intergrate with django routing depending on what will we require for our use-cases.
Happy to make some PRs.
Metadata
Metadata
Assignees
Labels
No labels