25th April 2021
Projects⚑
- New: Add faker-optional to the dormant plant projects.
- New: Add seedling project to create factoryboy factories from pydantic models automatically.
Coding⚑
Python⚑
-
New: Add kivi and kivimd to the interesting libraries to explore.
kivi is used to create android/Linux/iOS/Windows applications with python. Use it with kivimd to make it beautiful, check the examples and the docs.
Faker⚑
-
New: Explain how to create
Optional
data.faker-optional
is a custom faker provider that acts as a wrapper over other Faker providers to return their value orNone
. Useful to create data of typeOptional[Any]
.