All Projects β†’ tangshuang β†’ tyshemo

tangshuang / tyshemo

Licence: other
A javascript runtime data type checking system and morden reactive state management model.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tyshemo

metaschema
Schema definition and validation πŸ’‘
Stars: ✭ 25 (-64.29%)
Mutual labels:  schema, validate
System Runtime
A JavaScript library that runs systems
Stars: ✭ 83 (+18.57%)
Mutual labels:  schema, model
Mithril Data
A rich data model library for Mithril javascript framework
Stars: ✭ 17 (-75.71%)
Mutual labels:  schema, model
Schm
Composable schemas for JavaScript and Node.js
Stars: ✭ 498 (+611.43%)
Mutual labels:  schema, validate
Password Validator
Validates password according to flexible and intuitive specification
Stars: ✭ 224 (+220%)
Mutual labels:  schema, validate
System Designer
A low-code development platform for creating systems
Stars: ✭ 578 (+725.71%)
Mutual labels:  schema, model
Vue Rawmodel
RawModel.js plugin for Vue.js v2. Form validation has never been easier!
Stars: ✭ 79 (+12.86%)
Mutual labels:  schema, model
Fastest Validator
⚑️ The fastest JS validator library for NodeJS
Stars: ✭ 923 (+1218.57%)
Mutual labels:  schema, validate
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (+178.57%)
Mutual labels:  schema, model
Framework
Strongly-typed JavaScript object with support for validation and error handling.
Stars: ✭ 136 (+94.29%)
Mutual labels:  schema, model
Skema
πŸ›° Skema provides a handy & composable way to validate / transform / purify the input data.
Stars: ✭ 359 (+412.86%)
Mutual labels:  schema, model
godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (-40%)
Mutual labels:  schema, model
Structure
A simple schema/attributes library built on top of modern JavaScript
Stars: ✭ 292 (+317.14%)
Mutual labels:  schema, model
Meteor Astronomy
Model layer for Meteor
Stars: ✭ 608 (+768.57%)
Mutual labels:  schema, model
fefe
Validate, sanitize and transform values with proper TypeScript types and zero dependencies.
Stars: ✭ 34 (-51.43%)
Mutual labels:  schema, validate
Awesome Python Models
A curated list of awesome Python libraries, which implement models, schemas, serializers/deserializers, ODM's/ORM's, Active Records or similar patterns.
Stars: ✭ 124 (+77.14%)
Mutual labels:  schema, model
reach-schema
Functional schema-driven JavaScript object validation library.
Stars: ✭ 34 (-51.43%)
Mutual labels:  schema, validate
modelsafe
A type-safe data modelling library for TypeScript
Stars: ✭ 13 (-81.43%)
Mutual labels:  schema, model
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (+127.14%)
Mutual labels:  model
python-valid8
Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
Stars: ✭ 24 (-65.71%)
Mutual labels:  validate

TySheMo

TySheMo is a javascript runtime data type checking system and morden reactive state management model. It provides different level of objects to describe data's type and structure, and make it easy to ensure data type in complex js code business. Different from other type system, TySheMo provides a atomic programing practice to build a data type system (checker). Based on its type description system, it provides very easy validation approach and uppredictable checking rules or methods. And, the most creative highlight thing is that, TySheMo provides a type based reactive state management model which is easy to control data change, vlaidation and formulation.

MIT License

Copyright 2019 tangshuang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].