issues
search
python-attrs
/
cattrs
Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
829
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow field overrides via `Annotated`
#604
slykar
opened
3 days ago
1
More test coverage
#603
Tinche
closed
3 days ago
0
Specific container type isn't respected, e.g. list can populate set
#602
vreuter
closed
5 days ago
3
Enum misuse causes unhelpful error
#601
AstraLuma
opened
1 week ago
1
Modernize benchmark code
#600
Tinche
closed
1 week ago
0
Fix preconf mapping optimization
#599
Tinche
closed
2 weeks ago
0
Fix unstructuring literals with enums
#598
Tinche
closed
2 weeks ago
0
attrs structure hook factory: generate one-argument hooks
#597
Tinche
closed
2 weeks ago
0
Is there a way to recursively prefer `_cattrs_use_alias=True`?
#596
BrianPugh
closed
3 weeks ago
3
Subclass registration with generic decorator subclass fails
#595
Darkdragon84
opened
1 month ago
3
Converter parameter type hints
#594
declaresub
closed
1 month ago
2
pyright says that type of cattrs.preconf.json.make_converter is partially unknown
#593
declaresub
opened
1 month ago
3
More modernization
#592
Tinche
closed
1 month ago
0
Drop Python 3.8
#591
Tinche
closed
1 month ago
0
Bug with tracebacks on IPython when `detailed_validations=True`
#590
edthrn
closed
1 month ago
3
Potential issue with `*.pyc` files
#589
AdrianSosic
closed
1 month ago
12
Tin/defaultdicts
#588
Tinche
closed
2 weeks ago
0
Expose `mapping_unstructure_factory`
#587
Tinche
closed
1 month ago
0
include_subclasses doesn't work for classes with the same fields
#586
karpetrosyan
closed
1 month ago
3
Stop generating nan values in tests to work with latest attrs (round 2)
#585
natsukium
closed
1 month ago
3
Adding keys to unstructure dict
#584
isohedronpipeline
closed
1 month ago
5
Union with subclasses
#583
csqzhang
opened
2 months ago
1
Fix `BaseConverter.register_{un,}structure_hook` type signature
#582
Tinche
closed
2 months ago
0
Incorrect typing for register_structure_hook() and register_unstructure_hook()
#581
JimDabell
closed
2 months ago
3
Extra keys
#580
kellerza
opened
2 months ago
2
Fix converter type hints
#579
Tinche
closed
2 months ago
0
Spurious Type failure on `register_structure_hook_factory`?
#578
stephenprater
closed
2 months ago
6
Raise errors for missing structure handlers more eagerly
#577
Tinche
closed
2 months ago
0
Stop generating nan values in tests to work with latest attrs
#576
Tinche
closed
3 months ago
0
Test failures with attrs 24.2.0
#575
mgorny
closed
3 months ago
2
Public API for Converter._structure_<collection>()
#574
sscherfke
closed
2 months ago
4
Try updating PDM and relocking
#573
Tinche
closed
3 months ago
0
Structuring fails when using subclass union inside another subclass union
#572
brunokim
closed
3 months ago
2
[Feature] Use typing.Annotated for customization
#571
diego-oncoramedical
opened
3 months ago
12
Use default factory if attribute is None or treat None as missing
#570
danielnelson
closed
3 months ago
2
fix: wrong return type
#569
bzoracler
closed
3 months ago
1
Using `register_unstructure_hook` to perform attributes renaming
#568
NicolasGensollen
closed
3 months ago
2
[`help`] Understanding structuring hooks
#567
dhirschfeld
closed
3 months ago
2
`make_unstructure_dict_unstructure_fn` does not honor `use_class_methods`
#566
salotz
opened
3 months ago
0
Switch to (up|down)load-artifact@v4
#565
hynek
closed
3 months ago
0
Use Markdown for coverage table
#564
hynek
closed
3 months ago
0
Fix tox shenanigans
#563
hynek
closed
3 months ago
0
Restructure readme/index/reasons
#562
hynek
closed
3 months ago
0
Hook factories for built in types
#561
salotz
closed
3 months ago
1
Hooks for fields of attrs classes are being ignored when defining hook for class itself
#560
fortysix2ahead
closed
3 months ago
2
Unsupported type: typing.Union[int, typing.List[int], str]. Register a structure hook for it.
#559
wencan
closed
4 months ago
2
Hookable attrs unstructuring
#558
salotz
closed
4 months ago
4
TypedDict unstructuring skips value unions
#557
salotz
closed
4 months ago
4
Pull out and document `is_mapping` and `mapping_structure_factory`
#556
Tinche
closed
4 months ago
1
immutable Mapping hooks
#555
salotz
closed
4 months ago
4
Next