-
Start Cattr when windows restarts, or does cattr run as a service?
-
Cattrs (https://pypi.org/project/cattrs/) is a powerful library for automatic serialisation/ deserialisation of hierarchical data. It seems to me that it could be valuable to use it to implement the …
-
Originally a conversation from: https://github.com/python-attrs/cattrs/issues/397
I would propose that this code be broken out into its own repo distinct from uapi and cattrs.
While I do have an…
-
# Bug report
### Bug description:
```python
from dataclasses import dataclass
@dataclass
class a:
a: float
nan = float('nan')
```
### Python 3.12.3
```pycon
>>> nan == nan
Fa…
-
* cattrs version: 22.2.0
* Python version: 3.9.13
* Operating System: Ubuntu 20.04.1
### Description
I was glad to see https://github.com/python-attrs/cattrs/pull/231 which fixes the structuri…
-
I have been trying to run cattr on Kubernetes for several days, but I keep encountering the following error message:
```
/package/admin/s6-overlay/libexec/preinit: notice: /var/run is not a symlin…
-
Root cause I believe is: https://github.com/python-attrs/cattrs/issues/321
Repro:
```python
import json
from uapi.openapi import SchemaBuilder, IntegerSchema
from uapi.attrschema import build…
-
Pyright flags the code below with "Type of "make_converter" is partially unknown".
```
converter = cattrs.preconf.json.make_converter()
```
The problem is the type of the parameter unstruct_coll…
-
As of March 2022, cattrs has [switched to calendar versioning](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md#2210-2022-04-03). The upper bound here now restricts us to pretty old version…
-
### Description
I would appreciate a feature that lets you switch the default expose-strategy for nested Objects.
### Proposed solution
I'd like to define my Classes like:
```ts
class Child {
…
mptr updated
6 months ago