Skip to content

Commit 87baf88

Browse files
author
Sylvain MARIE
committed
2 parents f7b0598 + a160372 commit 87baf88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
!!! success "`pyfields` now has its own [`@autoclass`](#b-autoclass) with sensible defaults, to complement the existing [`@autofields`](#a-autofields) feature! No need to import it from `autoclass` anymore."
1010

11+
!!! success "New [`marshmallow-pyfields`](https://smarie.github.io/python-marshmallow-pyfields/) project brings `pyfields` to the famous [`marshmallow`](https://marshmallow.readthedocs.io/en/stable/) ORM ecosystem!"
12+
1113
`pyfields` provides a simple and elegant way to define fields in python classes. With `pyfields` you explicitly define all aspects of a field (default value/factory, type, validators, converters, documentation...) in a single place, and can refer to it from other places.
1214

1315
It is designed with **development freedom** as primary target:

0 commit comments

Comments
 (0)