Jarpc

Latest version: v0.3.1

Safety actively analyzes 621688 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

What's new

* Library marked as typed

0.3.0

Breaking changes

* Library renamed to **jarpc**
* `Server.respond` -> `Request.reply`
* `Client.run` -> `Client.start`
* `Server.run` -> `Server.start`
* Removed Server argument in callbacks. It can be accessed using `Request.server`

What's new

* Introduced `Slient` mode
* Responses object can be either awaited or used as async iterator
* Custom encoder support
* `wait_until_ready` method for all Connection modes
* `expect_responses` argument for `Client.call`
* Default values for clients (`default_expect_responses`, `default_timeout`)

Other

* Documentation: https://jarpc.rtfd.io
* PyPi release: https://pypi.org/project/jarpc

0.2.0

0.1.2

0.1.1

Breaking changes
run method of both client and server now runs handler directly. It means that it will block your application if called with await. You should create task to run it now.

What's new
Implemeted stop methods for client and server.

0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.