Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / python-attrs/cattrs issues and pull requests

#583 - Union with subclasses

Issue - State: open - Opened by csqzhang 1 day ago

#582 - Fix `BaseConverter.register_{un,}structure_hook` type signature

Pull Request - State: closed - Opened by Tinche 6 days ago

#580 - Extra keys

Issue - State: open - Opened by kellerza 16 days ago - 2 comments

#579 - Fix converter type hints

Pull Request - State: closed - Opened by Tinche 21 days ago

#578 - Spurious Type failure on `register_structure_hook_factory`?

Issue - State: closed - Opened by stephenprater 24 days ago - 6 comments
Labels: bug

#577 - Raise errors for missing structure handlers more eagerly

Pull Request - State: closed - Opened by Tinche 28 days ago

#576 - Stop generating nan values in tests to work with latest attrs

Pull Request - State: closed - Opened by Tinche about 1 month ago

#575 - Test failures with attrs 24.2.0

Issue - State: closed - Opened by mgorny about 1 month ago - 2 comments

#574 - Public API for Converter._structure_<collection>()

Issue - State: closed - Opened by sscherfke about 1 month ago - 4 comments

#573 - Try updating PDM and relocking

Pull Request - State: closed - Opened by Tinche about 1 month ago

#572 - Structuring fails when using subclass union inside another subclass union

Issue - State: closed - Opened by brunokim about 1 month ago - 2 comments

#571 - [Feature] Use typing.Annotated for customization

Issue - State: open - Opened by diego-oncoramedical about 1 month ago - 10 comments

#570 - Use default factory if attribute is None or treat None as missing

Issue - State: closed - Opened by danielnelson about 1 month ago - 2 comments

#569 - fix: wrong return type

Pull Request - State: closed - Opened by bzoracler about 2 months ago - 1 comment

#568 - Using `register_unstructure_hook` to perform attributes renaming

Issue - State: closed - Opened by NicolasGensollen about 2 months ago - 2 comments

#567 - [`help`] Understanding structuring hooks

Issue - State: closed - Opened by dhirschfeld about 2 months ago - 2 comments

#565 - Switch to (up|down)load-artifact@v4

Pull Request - State: closed - Opened by hynek about 2 months ago

#564 - Use Markdown for coverage table

Pull Request - State: closed - Opened by hynek about 2 months ago

#563 - Fix tox shenanigans

Pull Request - State: closed - Opened by hynek about 2 months ago

#562 - Restructure readme/index/reasons

Pull Request - State: closed - Opened by hynek about 2 months ago

#561 - Hook factories for built in types

Issue - State: closed - Opened by salotz about 2 months ago - 1 comment

#558 - Hookable attrs unstructuring

Issue - State: closed - Opened by salotz 2 months ago - 4 comments

#557 - TypedDict unstructuring skips value unions

Issue - State: closed - Opened by salotz 2 months ago - 4 comments

#556 - Pull out and document `is_mapping` and `mapping_structure_factory`

Pull Request - State: closed - Opened by Tinche 2 months ago - 1 comment

#555 - immutable Mapping hooks

Issue - State: closed - Opened by salotz 2 months ago - 4 comments

#553 - Still not able to structure using an alias

Issue - State: closed - Opened by cj4ssi 3 months ago - 3 comments

#552 - base64 pre-config option

Issue - State: open - Opened by AstraLuma 3 months ago - 1 comment

#551 - Pimp README

Pull Request - State: closed - Opened by hynek 3 months ago - 2 comments

#550 - Fix tox docs job

Pull Request - State: closed - Opened by Tinche 3 months ago

#549 - Namedtuples to/from dicts

Pull Request - State: closed - Opened by Tinche 3 months ago

#548 - Add test for #430

Pull Request - State: closed - Opened by Tinche 3 months ago

#547 - Python 3.13.0b2: 4 tests failuires

Issue - State: open - Opened by befeleme 4 months ago - 7 comments

#546 - Calling `include_subclasses()` prevents later structure hooks from working

Issue - State: closed - Opened by scottee 4 months ago - 1 comment
Labels: question

#545 - Fields with init=False Don't Get Serialized

Issue - State: closed - Opened by akefirad 4 months ago - 3 comments
Labels: question

#544 - Derived class disambiguating fails, but only sometimes.

Issue - State: open - Opened by scottee 4 months ago - 4 comments
Labels: more-info-needed

#543 - Python 3.13 support

Pull Request - State: open - Opened by Tinche 4 months ago - 2 comments

#542 - Nested class structure

Issue - State: closed - Opened by csqzhang 4 months ago - 4 comments
Labels: bug

#541 - Register multiple hooks for a class

Issue - State: closed - Opened by isohedronpipeline 4 months ago - 3 comments

#540 - Initial list strategy work

Pull Request - State: closed - Opened by Tinche 4 months ago

#539 - 23.2.3: test suite fails with pytest 8.2.1

Issue - State: closed - Opened by kloczek 4 months ago - 5 comments

#538 - Inheriting overrides

Issue - State: open - Opened by AdrianSosic 4 months ago - 3 comments

#537 - Unstructuring generics

Issue - State: closed - Opened by AdrianSosic 5 months ago - 5 comments

#536 - Make detection of TypeVar defaults robust to the CPython PEP-696 implementation

Pull Request - State: closed - Opened by AlexWaygood 5 months ago - 1 comment

#535 - Subclass disambiguation for nested structures.

Issue - State: open - Opened by isohedronpipeline 5 months ago - 3 comments
Labels: question, more-info-needed

#534 - tagged unions: leave tag key unless `forbid_extra_keys`

Pull Request - State: closed - Opened by Tinche 5 months ago

#533 - Problem with tagged union example

Issue - State: closed - Opened by RazerM 5 months ago - 3 comments
Labels: regression

#532 - really drop python<=3.7 support

Pull Request - State: open - Opened by kloczek 6 months ago - 1 comment

#531 - TYPE_CHECKING and init=False

Issue - State: open - Opened by AdrianSosic 6 months ago - 7 comments
Labels: enhancement

#530 - Improve optionals customization

Pull Request - State: closed - Opened by Tinche 6 months ago

#529 - Register structure hook only for optional types

Issue - State: closed - Opened by ljnsn 6 months ago - 2 comments

#527 - `prefer_attrib_converters` doesn't work when the field is aliased

Issue - State: closed - Opened by ljnsn 6 months ago - 2 comments

#526 - Why does structuring of datetime in attrs class need a structure hook?

Issue - State: closed - Opened by kkg-else42 6 months ago - 1 comment

#525 - Incorrect dispatch in Python 3.12

Issue - State: closed - Opened by AdrianSosic 6 months ago - 4 comments

#524 - How to hook into structuring of a simple dict?

Issue - State: open - Opened by kkg-else42 6 months ago - 6 comments
Labels: more-info-needed

#523 - [macOS] Error when trying to run tests: `ImportError: cannot import name 'CodecOptions' from 'bson'`

Issue - State: open - Opened by barracuda156 6 months ago - 2 comments
Labels: more-info-needed

#520 - How to recursively unstructure with hooks?

Issue - State: open - Opened by kkg-else42 7 months ago - 5 comments

#519 - Covert to defaultdict instead of plain dict

Issue - State: closed - Opened by 4l1fe 7 months ago - 4 comments

#518 - cattrs effectively disables attrs validation

Issue - State: closed - Opened by znicholls 7 months ago - 3 comments

#517 - Fix docs, update furo

Pull Request - State: closed - Opened by Tinche 7 months ago

#516 - Simplify and optimize iterable unstructuring

Pull Request - State: closed - Opened by Tinche 7 months ago

#515 - WIP: Expand docs on unstructuring

Pull Request - State: open - Opened by td-anne 7 months ago - 1 comment

#514 - Detailed validation exception groups with hook errors

Issue - State: closed - Opened by salotz 7 months ago - 2 comments

#513 - Documentation does not explain unstruct_collection_overrides' input

Issue - State: open - Opened by td-anne 7 months ago - 4 comments

#512 - Add cattrs support for TypeVar with default (PEP696)

Pull Request - State: closed - Opened by jason-myers-klaviyo 7 months ago - 3 comments

#511 - Question: Correct use of converters

Issue - State: closed - Opened by pohlt 7 months ago - 3 comments
Labels: question

#510 - systemcollectprogramm.ts

Pull Request - State: closed - Opened by romaleu 7 months ago

#509 - systemcollectprogramm.ts

Pull Request - State: closed - Opened by romaleu 7 months ago

#508 - Fix typo in strategies.md

Pull Request - State: closed - Opened by EFord36 7 months ago - 1 comment

#507 - Don't install `msgspec` on PyPy

Pull Request - State: closed - Opened by jonathanberthias 7 months ago - 1 comment

#506 - Try using setup-pdm

Pull Request - State: closed - Opened by Tinche 7 months ago

#505 - Improve coverage

Pull Request - State: closed - Opened by Tinche 7 months ago

#504 - A dictionary gets structured into a list without errors/warnings

Issue - State: closed - Opened by fjarri 8 months ago - 2 comments

#503 - More coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#502 - Consistently skip TYPE_CHECKING coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#501 - Improve msgspec coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#501 - Improve msgspec coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#500 - Try including tests in the coverage data

Pull Request - State: closed - Opened by Tinche 8 months ago

#499 - Tin/better union hooks

Pull Request - State: closed - Opened by Tinche 8 months ago

#498 - Tagged Union: How to do structure/unstructure hook(s) for particular member type?

Issue - State: closed - Opened by kkg-else42 8 months ago - 4 comments
Labels: question

#497 - Fix up missing coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#497 - Fix up missing coverage

Pull Request - State: closed - Opened by Tinche 8 months ago

#496 - Improve BaseConverter mapping structuring

Pull Request - State: closed - Opened by Tinche 8 months ago

#496 - Improve BaseConverter mapping structuring

Pull Request - State: closed - Opened by Tinche 8 months ago

#495 - Even better hook factories

Pull Request - State: closed - Opened by Tinche 8 months ago

#494 - Recipes for initializer selection

Pull Request - State: closed - Opened by AdrianSosic 8 months ago - 6 comments

#493 - docs: fix spelling mistake in validation.md

Pull Request - State: closed - Opened by Matt-Deacalion 8 months ago - 1 comment

#490 - Support `typing_extensions.Any`

Pull Request - State: closed - Opened by Tinche 8 months ago

#489 - Constructor selection for structuring

Issue - State: closed - Opened by AdrianSosic 9 months ago - 7 comments
Labels: enhancement

#488 - Structure failed with `typing_extensions.Any`

Issue - State: closed - Opened by WEGFan 9 months ago - 3 comments
Labels: enhancement

#487 - Decorators for hooks

Pull Request - State: open - Opened by Tinche 9 months ago

#486 - Improve coverage for init false attributes

Pull Request - State: closed - Opened by Tinche 9 months ago