pydantic
Here are 60 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
Jul 13, 2020 - Kotlin
-
Updated
May 21, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jun 27, 2020 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
May 5, 2020 - Vue
Better documentation
This project needs comprehensive documentation. Optimally, it would be stored on ReadTheDocs.
-
Updated
Jul 14, 2020 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Apr 20, 2020 - Python
-
Updated
Jul 15, 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."
Description
How can I use socket.io instead of the plain websocket integration? I guess this is more a question belonging to starlette.
Currently migrating from a flask application using flask-socketio / python-socketio
Any hint is appreciated. Thx.