The Wayback Machine - https://web.archive.org/web/20220604134737/https://github.com/topics/pydantic
Skip to content
#

pydantic

Here are 331 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
enhancement good first issue confirmed
prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

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

topic: docs good first issue kind/docs level/beginner
starlite
relsunkaev
relsunkaev commented Mar 23, 2022

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

enhancement good first issue

Improve this page

Add a description, image, and links to the pydantic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pydantic topic, visit your repo's landing page and select "manage topics."

Learn more