pydantic
Here are 331 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Python
-
Updated
May 25, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
May 29, 2022 - Python
Document features
add documents include examples on each feature.
-
Updated
Jun 3, 2022 - Python
There two official example projects:
- FastAPI Demo - Beanie and FastAPI collaboration demonstration. CRUD and Aggregation.
- Indexes Demo - Regular and Geo Indexes usage example wrapped to a microservice.
Both should:
- Show, how to use current Beanie syntax
- Contain unit tests
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining
-
Updated
Jun 1, 2022 - Python
Starlette's ASGI types use MutableMapping[str, Any] which is not too different from just typing them dict. This package is fully spec compliant and would help in implementing additional ASGI functionality, as it would allow us to see exactly which keys are available/required to support a feature. There is currently a PR for Starlette that addres
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 4, 2022 - Rust
-
Updated
Jun 2, 2022 - Python
-
Updated
Jun 3, 2022 - Kotlin
-
Updated
Apr 23, 2022 - Python
Hi, is it true? I got an error:
E pydantic_factories.exceptions.ParameterError: Unsupported type: <class 'xxx.xxx.models.UrlValue'>
E
E Either extend the providers map or add a factory function for this model field-
Updated
May 13, 2022 - Python
-
Updated
May 29, 2022 - Python
-
Updated
May 18, 2022 - Python
Improve this page
Add a description, image, and links to the pydantic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pydantic topic, visit your repo's landing page and select "manage topics."


First check