pydantic topic

List pydantic repositories

litestar

5.4k
Stars
367
Forks
21
Watchers

Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs

ormsgpack

222
Stars
15
Forks
Watchers

Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]

pydantic

23.6k
Stars
2.1k
Forks
131
Watchers

Data validation using Python type hints

fastapi_contrib

604
Stars
30
Forks
Watchers

Opinionated set of utilities on top of FastAPI

spectree

317
Stars
74
Forks
Watchers

API spec validator and OpenAPI document generator for Python web frameworks.

fastapi-jsonrpc

275
Stars
27
Forks
Watchers

JSON-RPC server based on fastapi

json2python-models

169
Stars
12
Forks
Watchers

Generate Python model classes (pydantic, attrs, dataclasses) based on JSON datasets with typing module support

rocketry

3.2k
Stars
102
Forks
Watchers

Modern scheduling library for Python

pydantic-pycharm-plugin

425
Stars
14
Forks
Watchers

PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.

fastapi-code-generator

929
Stars
99
Forks
Watchers

This code generator creates FastAPI app from an openapi file.