validateur
Validator library
A Clojure(Script) validation library with functional validators and higher-order functions for validating data
Functional validations inspired by Ruby's ActiveModel
185 stars
10 watching
24 forks
Language: Clojure
last commit: almost 7 years ago clojureclojurescriptvalidationvalidations
Related projects:
Repository | Description | Stars |
---|---|---|
markwoodhall/clova | A minimal validation library for Clojure and ClojureScript | 16 |
theleoborges/bouncer | A validation DSL for Clojure & Clojurescript applications | 364 |
kwladyka/form-validator-cljs | Library to validate forms in ClojureScript using specification and functions. | 55 |
funcool/struct | A library providing a way to validate the structure of data in Clojure applications. | 119 |
guyskk/validr | A fast and extensible Python library for data validation | 212 |
fisxoj/sanity-clause | Library for defining data validation contracts in dynamically typed languages | 51 |
mmontone/clavier | A general purpose validation library for Common Lisp | 19 |
kowainik/validation-selective | A lightweight validation data type based on Applicative and Selective functors | 66 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
fulcrologic/guardrails | A tool for validating function calls with concise inline syntax | 240 |
w3c-validators/w3c_validators | A Ruby library providing a unified interface to online W3C validation services. | 94 |
matteocrippa/fossil | A TypeScript validation library for Deno projects | 4 |
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |
michaelklishin/neocons | A Clojure client for the Neo4J REST API, providing a feature-rich interface to the graph database | 204 |
shezadkhan137/required | A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. | 60 |