File: msgpack.py

package info (click to toggle)
python-msgspec 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,356 kB
  • sloc: javascript: 23,944; ansic: 20,540; python: 20,465; makefile: 29; sh: 19
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
from ._core import (
    Ext,
    MsgpackDecoder as Decoder,
    MsgpackEncoder as Encoder,
    msgpack_decode as decode,
    msgpack_encode as encode,
)