awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 dépôts

Awesome GitHub RepositoriesSingle Value Validators

Validating a single value against a rule without requiring a full data array.

Distinct from Allowed Value Validations: Distinct from Allowed Value Validations: validates any single value against any rule, not just allowed-value checks.

Explore 18 awesome GitHub repositories matching software engineering & architecture · Single Value Validators. Refine with filters or upvote what's useful.

Awesome Single Value Validators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yiminghe/async-validatorAvatar de yiminghe

    yiminghe/async-validator

    9,099Voir sur GitHub↗

    async-validator est une bibliothèque de validation de schéma JavaScript et un moteur de validation de données asynchrone. Il vérifie les structures d'objets complexes et les tableaux imbriqués en appliquant des règles récursives et une exécution non bloquante basée sur des promesses pour assurer l'intégrité des données. La bibliothèque fonctionne à la fois comme un validateur de contraintes d'objet et un pipeline de transformation de données. Elle permet l'assainissement, la coercition et le formatage des valeurs d'entrée via une séquence de fonctions qui s'exécutent avant et après le processus de validation principal. Le moteur couvre une gamme de capacités incluant la validation imbriquée récursive, l'application de contraintes de schéma standard et l'intégration de logique métier personnalisée via des fonctions de validation sur mesure. Il fournit également des outils pour la personnalisation des messages d'erreur et la localisation via des chaînes statiques ou des fonctions dynamiques.

    Applies sanitization and coercion transformations to input values before they are processed by validation rules.

    TypeScript
    Voir sur GitHub↗9,099
  • evcc-io/evccAvatar de evcc-io

    evcc-io/evcc

    6,856Voir sur GitHub↗

    evcc is an open-source home energy management system and solar charging optimization engine. It coordinates solar inverters, electric vehicle chargers, home batteries, and smart devices to route surplus solar energy to load points, optimizing energy use and minimizing grid costs. The platform functions as a multi-protocol charger orchestrator and ISO 15118-2 plug and charge controller, enabling automatic vehicle identification and battery state retrieval. It distinguishes itself through a plugin-based device abstraction layer and protocol-agnostic drivers that unify control across diverse har

    Provides a value only when a separate boolean validation signal is true.

    Gobatterychargereebus
    Voir sur GitHub↗6,856
  • awslabs/aws-sam-localAvatar de awslabs

    awslabs/aws-sam-local

    6,734Voir sur GitHub↗

    aws-sam-local est un émulateur basé sur Docker utilisé pour exécuter et déboguer des fonctions AWS Lambda et des configurations API Gateway sur une machine locale. Il fournit un environnement d'exécution local qui imite le runtime AWS Lambda, permettant la vérification du code de fonction et des mocks d'applications serverless avant le déploiement dans le cloud. Le projet utilise un orchestrateur de runtime pour gérer des conteneurs éphémères, répliquant l'environnement d'exécution isolé des fonctions cloud. Il inclut un simulateur d'API Gateway serverless et des outils de mocking d'événements pour synthétiser des payloads depuis des sources telles que Kafka et d'autres déclencheurs cloud. L'outil soutient le cycle de développement global pour le Serverless Application Model en permettant le prototypage local d'API serverless et la simulation de diverses sources d'événements cloud. Il fournit un environnement de débogage pour identifier les erreurs dans les fonctions serverless avec un contrôle total sur l'état d'exécution.

    Validates entire event structures against specifications to ensure correctness of context attributes.

    Python
    Voir sur GitHub↗6,734
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Voir sur GitHub↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Validates a value against property constraints before it is assigned to the object.

    PHPcomponentphpsymfony
    Voir sur GitHub↗6,607
  • jezen/is-thirteenAvatar de jezen

    jezen/is-thirteen

    6,183Voir sur GitHub↗

    is-thirteen est une bibliothèque de validation de nombres et un vérificateur d'égalité numérique conçu pour vérifier si une entrée donnée est égale à la valeur treize. Il fonctionne comme un outil de classification de données qui identifie cette valeur spécifique à travers des flux d'entrées numériques, textuelles et visuelles. Le projet inclut un classificateur de nombres basé sur l'image qui utilise le deep learning et l'analyse par réseau de neurones pour identifier des représentations visuelles du nombre treize au sein d'images téléchargées. La bibliothèque couvre une variété de méthodes de validation, incluant l'égalité arithmétique exacte, la correspondance de valeur approximative dans des plages de tolérance définies, le parsing de notation scientifique et la correspondance de motifs linguistiques pour les formes écrites du nombre.

    Validates a single input value against the rule of equaling thirteen.

    JavaScript
    Voir sur GitHub↗6,183
  • respect/validationAvatar de Respect

    Respect/Validation

    6,027Voir sur GitHub↗

    Respect/Validation is a PHP validation library that operates on single input values through a fluent, chainable rule system. Each validator instance builds a linear constraint pipeline by appending rules to an internal stack, executing them sequentially and short-circuiting on the first failure. The library captures validation failures as structured exceptions, enabling callers to inspect detailed error metadata programmatically and respond with meaningful messages. The library distinguishes itself through its exception-based error handling model, which provides programmatic access to validat

    Operates on one input value at a time, composing rules into a linear constraint pipeline.

    PHP
    Voir sur GitHub↗6,027
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Validates individual values against rules without requiring a full data array.

    PHPcodeignitercodeigniter4framework-php
    Voir sur GitHub↗5,924
  • cloudevents/specAvatar de cloudevents

    cloudevents/spec

    5,801Voir sur GitHub↗

    CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT

    Defines validation rules for checking events against specification version and attribute requirements.

    Pythonserverlessspecification
    Voir sur GitHub↗5,801
  • python-attrs/attrsAvatar de python-attrs

    python-attrs/attrs

    5,799Voir sur GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Runs user-defined validator functions each time an attribute is set, catching invalid data early and preventing corrupt object state.

    Python
    Voir sur GitHub↗5,799
  • microsoft/typespecAvatar de microsoft

    microsoft/typespec

    5,781Voir sur GitHub↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Validates values against built-in constraints like minLength and maxValue using decorators.

    Javajson-schemaopenapi3protobuf
    Voir sur GitHub↗5,781
  • day8/re-frameAvatar de day8

    day8/re-frame

    5,532Voir sur GitHub↗

    re-frame est un framework fonctionnel pour construire des applications monopages (SPA) en ClojureScript. Il fournit une base de données centralisée et immuable qui sert de source unique de vérité pour l'état global de l'application, imposant un flux de données unidirectionnel strict où les événements déclenchent des transitions d'état et des mises à jour de vue. Le framework se distingue par un graphe de signaux réactifs et un pipeline de middleware basé sur des intercepteurs. En traitant la logique applicative comme une séquence d'événements pilotés par les données et d'effets de bord déclaratifs, il découple la logique métier de la couche de vue. Cette architecture permet aux développeurs de gérer des transitions d'état complexes et des opérations externes via des fonctions pures, garantissant que les effets de bord sont exécutés par un interpréteur séparé plutôt que par des appels impératifs. Le système inclut une suite complète de capacités pour gérer l'architecture applicative, notamment la dérivation de données réactives, la réconciliation de vue basée sur les abonnements et la gestion d'état pilotée par les événements. Il prend en charge des flux de développement avancés tels que le traçage d'événements, la mise en point d'état et la possibilité de simuler (stub) des effets de bord pour des tests isolés. Le projet est conçu pour une intégration avec React, utilisant la réconciliation du DOM virtuel pour mettre à jour efficacement les interfaces utilisateur. Il fournit un ensemble robuste d'utilitaires pour gérer les préoccupations transversales, les graphes de flux de données complexes et coordonner les opérations asynchrones au sein d'un pipeline d'événements séquentiel et prévisible.

    Enforces structural contracts on event tags during development to ensure architectural consistency.

    Clojureclojurescriptre-framereact
    Voir sur GitHub↗5,532
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Voir sur GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Enforces strict data structures for event payloads at runtime to ensure type safety and consistency across distributed service components.

    Go
    Voir sur GitHub↗5,499
  • rudderlabs/rudder-serverAvatar de rudderlabs

    rudderlabs/rudder-server

    4,437Voir sur GitHub↗

    Rudder Server est une plateforme de données client et un pipeline de routage d'événements conçu pour collecter, transformer et router les données d'événements client depuis diverses sources vers des entrepôts de données et des outils métier. Il fonctionne comme un résolveur d'identité client, liant les identifiants de multiples sources pour construire un graphe d'identité unifié et des profils client comportementaux complets. Le système se différencie par des capacités de reverse ETL, qui poussent les segments et audiences client traités depuis les entrepôts de données vers des applications tierces opérationnelles. Il fournit également un plan de données conteneurisé pour les déploiements Kubernetes, permettant la gestion de l'infrastructure de données en tant que code. La plateforme couvre un large éventail de capacités de gestion de données, y compris la transformation d'événements en temps réel, la validation de schéma via des catalogues de données et la gouvernance de la confidentialité. Celles-ci incluent des outils pour gérer le consentement des utilisateurs, appliquer la résidence des données au sein de régions géographiques spécifiques et masquer les informations personnellement identifiables en transit. L'installation et le déploiement des composants du plan de données sont gérés à l'aide de charts Helm.

    Checks incoming events against a central tracking plan to block malformed data and ensure quality.

    Gobigquerycdpcustomer-data
    Voir sur GitHub↗4,437
  • go-ozzo/ozzo-validationAvatar de go-ozzo

    go-ozzo/ozzo-validation

    4,072Voir sur GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Checks a single primitive value against a sequence of rules and returns the first error.

    Gogogolangozzo
    Voir sur GitHub↗4,072
  • sindresorhus/owAvatar de sindresorhus

    sindresorhus/ow

    3,868Voir sur GitHub↗

    ow is a type-safe schema validation library for TypeScript that verifies data integrity at runtime. It functions as a runtime validation framework and type guard utility, ensuring that JavaScript values match expected types and schemas before they are processed. The library synchronizes runtime data checks with static TypeScript type definitions, allowing users to extract type definitions directly from validation predicates. This integration enables type narrowing, where a successful validation result refines the variable type for safer usage in the code. The framework uses a chainable API t

    Verifies that a single value matches a specific predicate and triggers an error upon failure.

    TypeScriptjavascriptnodejsnpm-package
    Voir sur GitHub↗3,868
  • google/promisesAvatar de google

    google/promises

    3,828Voir sur GitHub↗

    This project is a promise-based concurrency framework and asynchronous task library for Swift and Objective-C. It functions as a workflow orchestrator that uses monadic transformations to chain operations and propagate results through a state machine. The library specializes in transforming traditional completion-handler APIs into promise-based structures to enable sequential execution. It provides mechanisms for coordinating simultaneous background processes, including the ability to aggregate results from multiple tasks or synchronize operations through racing and waiting. The framework co

    Checks resolved values against predicates and rejects the asynchronous chain if the value is invalid.

    Objective-Cframeworkfutureslibrary
    Voir sur GitHub↗3,828
  • ansman/validate.jsAvatar de ansman

    ansman/validate.js

    2,599Voir sur GitHub↗

    Validate.js is a JavaScript library designed for declarative data validation and form processing. It provides a framework for verifying complex objects and individual data points against structured constraint schemas, ensuring that application state and user input meet defined requirements. The library distinguishes itself through its support for asynchronous validation, allowing for verification tasks that require external data sources or server-side checks. It includes a built-in utility for extracting and normalizing data from web forms, which cleans input by removing whitespace and empty

    Provides shorthand utilities for checking individual data points against specific constraints without requiring a full schema.

    JavaScript
    Voir sur GitHub↗2,599
  • serverless/event-gatewayAvatar de serverless

    serverless/event-gateway

    1,647Voir sur GitHub↗

    The Event Gateway is a unified routing layer designed to connect HTTP requests and cloud events to serverless functions across multiple providers and infrastructure environments. It functions as a centralized platform for managing event-driven architectures, enabling developers to register, map, and trigger remote functions in response to incoming web traffic or asynchronous system events. The platform distinguishes itself through a plugin-based middleware pipeline that allows for custom logic execution during the request lifecycle, enabling developers to intercept, validate, or transform eve

    Validates incoming event payloads against registered structural schemas to ensure data consistency across distributed services.

    Godataflowevent-drivenevent-router
    Voir sur GitHub↗1,647
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Allowed Value Validations
  5. Single Value Validators

Explorer les sous-tags

  • Availability ValidationsValidations that determine if a value should be provided based on a separate boolean signal. **Distinct from Single Value Validators:** Specifically manages the conditional availability of a value rather than validating the value itself against a rule.
  • Event Schema ValidatorsCheck events against specification version requirements and validate context attribute values for correctness. **Distinct from Single Value Validators:** Distinct from Single Value Validators: validates entire event structures against a spec, not individual values against arbitrary rules.
  • Pre-Assignment Value ValidationsTests whether a prospective value would satisfy a property's constraints before setting it on the object. **Distinct from Single Value Validators:** Distinct from Single Value Validators: validates a value against property constraints before assignment, not just against a rule.
  • Pre-Validation TransformationsData transformations applied to input values before they are processed by validation rules. **Distinct from Single Value Validators:** Specifically targets the coercion and sanitization of values prior to validation rules, distinct from simple single-value rule checks.
  • Promise Result ValidatorsValidators that check a resolved promise value against a predicate to determine if the chain should be rejected. **Distinct from Single Value Validators:** Specifically validates the resolved value of a promise to control the flow of an async chain.
  • Validator CompositionCombines multiple validation functions using logical AND, OR, or NOT operations into a single validator. **Distinct from Single Value Validators:** Distinct from Single Value Validators: composes validators logically rather than validating a single value against one rule.