Szczepan Cieślik

Results 18 issues of Szczepan Cieślik

We need simple pyproject.toml, for starters, something simple like https://github.com/django/django/blob/main/pyproject.toml DOD: - [ ] we have pyproject.toml in the project

Dictionary (schemaless) field is first most needed field for jsonmodels: - https://github.com/jazzband/jsonmodels/pull/84 - https://github.com/jazzband/jsonmodels/pull/141 And there are good reasons to having one - for example we could have a list...

Primarly jsonmodels was created before dataclasses era - so the question is - how could we use advantages of dataclasses for our own sake? - auto generate model from dataclass?...

We need schemaless fields that can handle non-strict json data - lets imagine we are trying to handle 3rd party api that was not designed with jsonmodels first - such...

Probably also add it to generated schema.

enhancement

enhancement

For now there is possibility to generate wrong json schema and not notice that is wrong - it's first step to create own standard - test have to prevent this.

enhancement