msgspec - a fast & friendly JSON/MessagePack library

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • msgspec

    A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML

  • I wrote this for speeding up the RPC messaging in dask, but figured it might be useful for others as well. The source is available on github here: https://github.com/jcrist/msgspec.

  • pydantic

    Data validation using Python type hints

  • It's the serialization library I've always wanted for Python - some of the developer ergonomics of Pydantic (type checking, mypy/pyright integration, rich typing support), but without any of the performance costs.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • MessagePack

    MessagePack serializer implementation for Java / msgpack.org[Java]

  • Encode messages as JSON or MessagePack.

  • Dask

    Parallel computing with task scheduling

  • I wrote this for speeding up the RPC messaging in dask, but figured it might be useful for others as well. The source is available on github here: https://github.com/jcrist/msgspec.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to take inputs from an ascii file in Python

    2 projects | /r/learnpython | 16 Dec 2022
  • pydantic VS marshmallow - a user suggested alternative

    2 projects | 21 Sep 2022
  • utype VS pydantic - a user suggested alternative

    2 projects | 15 Feb 2024
  • Ask HN: Will we see a TypeScript for Python?

    2 projects | news.ycombinator.com | 26 Feb 2023
  • How do you manage typing between Django backend and a TypeScript frontend?

    4 projects | /r/django | 16 Jan 2023