awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alecthomas avatar

alecthomas/voluptuous

0
View on GitHub↗
1,845 stele·223 fork-uri·Python·BSD-3-Clause·3 vizualizăripypi.org/project/voluptuous↗

Voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

Features

  • Data Validation - Validation of JSON and YAML data structures.
  • Data Validation - Data validation library for complex structures.

Istoric stele

Graficul istoricului de stele pentru alecthomas/voluptuousGraficul istoricului de stele pentru alecthomas/voluptuous

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face alecthomas/voluptuous?

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

Care sunt principalele funcționalități ale alecthomas/voluptuous?

Principalele funcționalități ale alecthomas/voluptuous sunt: Data Validation.

Care sunt câteva alternative open-source pentru alecthomas/voluptuous?

Alternativele open-source pentru alecthomas/voluptuous includ: jquense/yup — Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as… mafintosh/is-my-json-valid — A JSONSchema validator that uses code generation to be extremely fast. colinhacks/zod — Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… keleshev/schema — Schema validation just got Pythonic. nettofarah/property-validator — :white_check_mark: Easy property validation for JavaScript, Node and Express.

Alternative open-source pentru Voluptuous

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Voluptuous.
  • ianstormtaylor/superstructAvatar ianstormtaylor

    ianstormtaylor/superstruct

    7,141Vezi pe GitHub↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    Vezi pe GitHub↗7,141
  • jquense/yupAvatar jquense

    jquense/yup

    23,673Vezi pe GitHub↗

    Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def

    TypeScript
    Vezi pe GitHub↗23,673
  • colinhacks/zodAvatar colinhacks

    colinhacks/zod

    43,036Vezi pe GitHub↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    TypeScriptruntime-validationschema-validationstatic-types
    Vezi pe GitHub↗43,036
  • keleshev/schemaAvatar keleshev

    keleshev/schema

    2,943Vezi pe GitHub↗

    Schema validation just got Pythonic

    Python
    Vezi pe GitHub↗2,943
  • Vezi toate cele 30 alternative pentru Voluptuous→