pydantic
Here are 53 public repositories matching this topic...
Document the API
Feature Request
It would be great to include API documentation. The Usage docs are great as a walkthrough, but when you want to go fast ("what is the name for the Field parameter for a constant value?"), API docs provide a faster answer.
Another use case: I want to inspect the __fields__ on a model, and had to read the code to get the attribute name I was looking for.
API docs would
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
May 21, 2020 - Python
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Jun 13, 2020 - Python
Better documentation
This project needs comprehensive documentation. Optimally, it would be stored on ReadTheDocs.
-
Updated
May 5, 2020 - Vue
-
Updated
May 6, 2020 - Python
-
Updated
Jun 24, 2020 - Python
-
Updated
Apr 20, 2020 - Python
-
Updated
Jun 19, 2020 - Python
Create User Guide
The documentation should include a guide how to use Motor-ODM.
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."


Describe the bug
Startup event handlers for sub-applications never trigger.
To Reproduce