cattrs
lupin is a Python JSON object mapper
Our great sponsors
cattrs | lupin is a Python JSON object mapper | |
---|---|---|
4 | 0 | |
469 | 22 | |
6.4% | - | |
9.2 | 3.6 | |
18 days ago | 3 months ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cattrs
-
Taking JSON input for "posts", "tags" etc. How to escape '\' charecter or detect carefully?
I'm fond of attrs and cattrs myself, attrs make creating data classes a snap, writing all of the stupid code python requires to have a dataclass. Note the new built in dataclass is actually a limited copy of attrs. https://www.attrs.org/en/stable/ and https://github.com/python-attrs/cattrs
-
apischema v0.17 - I've developed the fastest typed JSON (de)serialization library, and you can also build your GraphQL schema with it
This month, I've released version 0.17, and it's now blazing fast; there is in fact no more comparison with Pydantic, which more than 5x slower (up to 30x in serialization). It's also faster than alternatives like mashumaro or cattrs. (See the quick benchmark result in documentation, and the code)
- cattrs – an open source Python library for structuring and unstructuring data
-
I use attrs instead of pydantic
```
Cattrs has some problems with generics [1] [2]. Dacite and marshmallow-dataclasses don't support generics well either, with some issues around Union types.
They do work well for simple python types but what I'd like to see is guarantee that the serialisation operation is completely reversible and if not raise warning/exception.
lupin is a Python JSON object mapper
We haven't tracked posts mentioning lupin is a Python JSON object mapper yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
pydantic - Data parsing and validation using Python type hints
Fast JSON schema for Python - Fast JSON schema validator for Python.
serpy - ridiculously fast object serialization
datamodel-code-generator - Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
jsons - 🐍 A Python lib for (de)serializing Python objects to/from JSON
hjson-py - Hjson for Python
Trafaret - Ultimate transformation library that supports validation, contexts and aiohttp.
PyValico - Small python wrapper around https://github.com/rustless/valico
PyLD - JSON-LD processor written in Python