pydantic / pydantic-extra-typesLinks
Extra Pydantic types.
☆280Updated last week
Alternatives and similar repositories for pydantic-extra-types
Users that are interested in pydantic-extra-types are comparing it to the libraries listed below
Sorting:
- Convert Pydantic from V1 to V2 ♻☆342Updated last week
- Reusable constraint types to use with typing.Annotated☆574Updated last month
- pytest plugin to set environment variables in pytest.ini or pyproject.toml file☆192Updated last week
- pytest fixture to mock HTTPX☆416Updated 3 months ago
- pytest plugin for pretty printing the test summary.☆454Updated 3 months ago
- A streaming multipart parser for Python.☆434Updated last week
- python xml for humans☆217Updated last month
- Programmatic startup/shutdown of ASGI apps.☆240Updated last year
- An elegant HTTP Cache implementation for HTTPX and HTTP Core.☆285Updated last week
- Web tool for generating Pydantic models from JSON objects☆348Updated 2 years ago
- Pytest plugin to test alembic migrations (with default tests) and which enables you to write tests specific to your migrations.☆220Updated this week
- Python bindings to Rust UUID☆227Updated last month
- Implementation of Redis API in python without having a server running. Fully compatible with using redis-py.☆372Updated this week
- create temporary websites☆184Updated 8 months ago
- the missing toolbox for an async world☆325Updated this week
- Pythonic dependency injection☆324Updated last year
- A Flexible Service Locator for Python.☆373Updated last week
- Mock HTTPX with awesome request patterns and response side effects 🦋☆717Updated 4 months ago
- Poetry plugin to export the dependencies to various formats☆321Updated this week
- Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.☆186Updated 6 months ago
- YAML support for Pydantic models☆180Updated last week
- ☆251Updated this week
- PEP-484 typing stubs for SQLAlchemy 1.4☆157Updated last year
- Settings management using pydantic☆1,068Updated 2 weeks ago
- Run Typer scripts with completion, without having to create a package, using Typer CLI.☆370Updated last year
- JSON Formatter for Python Logging☆169Updated this week
- Asyncio compatible SDK for aws services.☆176Updated 9 months ago
- Implement the Health Check API pattern on your FastAPI application!☆182Updated 2 years ago
- Modern, type-safe OpenAPI schemas in Python using Pydantic 1.8+ and 2.x☆97Updated 3 months ago
- Simple Dependency injection framework for Python