awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
alecthomas avatar

alecthomas/voluptuous

0
View on GitHub↗
1,845 stars·223 forks·Python·BSD-3-Clause·9 viewspypi.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.

Star history

Star history chart for alecthomas/voluptuousStar history chart for alecthomas/voluptuous

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does alecthomas/voluptuous do?

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

What are the main features of alecthomas/voluptuous?

The main features of alecthomas/voluptuous are: Data Validation.

What are some open-source alternatives to alecthomas/voluptuous?

Open-source alternatives to alecthomas/voluptuous include: 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.

Open-source alternatives to Voluptuous

Similar open-source projects, ranked by how many features they share with Voluptuous.
  • ianstormtaylor/superstructianstormtaylor avatar

    ianstormtaylor/superstruct

    7,141View on 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
    View on GitHub↗7,141
  • jquense/yupjquense avatar

    jquense/yup

    23,673View on 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
    View on GitHub↗23,673
  • colinhacks/zodcolinhacks avatar

    colinhacks/zod

    43,036View on 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
    View on GitHub↗43,036
  • keleshev/schemakeleshev avatar

    keleshev/schema

    2,943View on GitHub↗

    Schema validation just got Pythonic

    Python
    View on GitHub↗2,943
  • See all 30 alternatives to Voluptuous→