
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
An RPC Transport Library
It provides an asynchronous multi-channel order-preserving message and data streaming transport for upper RPC layers (e.g., Apache Thrift) by wrapping lower transport implementations (e.g., ZeroMQ).
It aims to follow the latest coding style and conventions in Python asyncio.
Corpus callosum is a bundle of neuron fibers that connects two cerebral hemispheres of a human brain.
Python 3.11 or higher.
To install the core:
$ pip install -U pip setuptools
$ pip install callosum
You may add extra dependencies like:
$ pip install 'callosum[zeromq,redis,thrift,snappy]'
Please check out the examples directory.
Create a virtual environment or an isolated Python environment using your favorite tool.
Inside it, run editable installation as follows:
$ pip install -U pip setuptools
$ pip install -U -r requirements/dev.txt
task_done()
call to the output queue of rpc.Peer
instances to avoid potential missing wakeup on joined coroutines (#16)zsock_opts
handling when explicitly specified by the library users, as previously it caused argument errors in binders and connectors (#18)repr()
of exceptions in RPC user/internal errors for better application-level error logging (#15)upper.rpc
: Support server-side cancellation and propagation to clients by adding the CANCELLED
RPC message type (#14)SEQ_BITS
and clarify the roles of cleanup()
and cancel()
methods in the schedulers.FIX: wrong typing of RPCMessage.body
field
IMPROVE: Add debug_rpc
option to rpc.Peer
for logging exceptions in RPC
scheduler and user-defined handlers explicitly.
Update dependencies and remove unused ones.
FAQs
Callosum RPC Library
We found that callosum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.