``sendlib``
===========
``sendlib`` is a lightweight library for serializing messages, usually to be
sent over a socket, pipe, or other stream. Sendlib is specialized for
sending messages which are read serially, unlike other serialization formats
often used (like JSON_, YAML_, or XML_).
.. _JSON: http://json.org/
.. _YAML: http://yaml.org/
.. _XML: http://www.w3.org/standards/xml/
Why not JSON, YAML, or XML? ``sendlib`` natively supports reading messages
one piece at a time, to keep memory footprint small, and has native support
for sending and receiving file-like objects with the ``data`` type.
If your application needs to send and receive large data blobs, especially
if your application can process that data without random access, ``sendlib``
may be a good fit to reduce memory usage. On the other hand, if you need
random access to fields within your message, have small messages, or have
messages with, or complex nesting structures, then ``sendlib`` may not be
for you.
Contents
--------
.. toctree::
:maxdepth: 2
designobjectives
tutorial
api
===========
``sendlib`` is a lightweight library for serializing messages, usually to be
sent over a socket, pipe, or other stream. Sendlib is specialized for
sending messages which are read serially, unlike other serialization formats
often used (like JSON_, YAML_, or XML_).
.. _JSON: http://json.org/
.. _YAML: http://yaml.org/
.. _XML: http://www.w3.org/standards/xml/
Why not JSON, YAML, or XML? ``sendlib`` natively supports reading messages
one piece at a time, to keep memory footprint small, and has native support
for sending and receiving file-like objects with the ``data`` type.
If your application needs to send and receive large data blobs, especially
if your application can process that data without random access, ``sendlib``
may be a good fit to reduce memory usage. On the other hand, if you need
random access to fields within your message, have small messages, or have
messages with, or complex nesting structures, then ``sendlib`` may not be
for you.
Contents
--------
.. toctree::
:maxdepth: 2
designobjectives
tutorial
api
Release files for sendlib 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sendlib-0.2.1.tar.gz | 16.2 kB | Details |
Release files / sendlib-0.2.1.tar.gz
| Download URL | sendlib-0.2.1.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2e6f5381eaa5060dd25586b156f97dfe326a8cd83d7bb384531a50c2b94f3dfa
|
|
BLAKE2b-256 checksum How to use checksums |
e784751e0c97a9d6b465440c0ea5ccf2851168f146e48be143f1a81215ef2338
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |