runtime-typechecking
There are 40 repositories under runtime-typechecking topic.
arktypeio/arktype
TypeScript's 1:1 validator, optimized from editor to runtime
beartype/beartype
Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.
nalexn/ViewInspector
Runtime introspection and unit testing of SwiftUI views
enthought/traits
Observable typed attributes for Python classes
Stewori/pytypes
Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
davidfstr/trycast
trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.
sampersand/squire
The medieval language held together by twine.
typeetfunc/runtypes-generate
Transform runtypes type to jsverify arbitrary for generate sample of data
smarie/python-autoclass
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
BCG-X-Official/pytools
Foundational tools for BCG X's data science packages.
moshegottlieb/ts-json-object
JSON object validation for typescript
kawmra/typist-json
A simple runtime JSON type checker.
thegenuinegourav/Moodifier
Android Application which will intensify your current mood. :pensive: :arrow_right: :smile:
sinclairzx81/servicebox
Typed Web Services for NodeJS
evdama/is-it-check
A tiny general purpose runtime check library for js and ts.
beartype/pytest-beartype
A pytest plugin to automatically run `beartype` on your test cases.
thk2b/duck-check
A minimalist runtime type checking utility for duck typing
beartype/bearboto3
Facilitates using beartype runtime type-checking with the AWS SDK.
gmazovec/flow-typer
Declarative static and runtime type checking with Flow
spieIbug/ts-typed
Typed is a lighweight library that aims to add typings at runtime for typescript projects.
chenshuangsmart/SafeMutableArray
thread safe mutableArray(使用 runtime 交换底层实现方法,从而避免奔溃)
rho-contracts/rho-contracts
Higher-order contracts and runtime schema checking for JavaScript
ehmpathy/domain-objects
A simple, convenient way to represent domain objects, leverage domain knowledge, and add runtime validation in your code base.
NoriSte/typescript-is-type
A Typescript-safe runtime type check function
OADA/formats
Simplified approach to OADA formats that actually uses JSON Schema
sciexp/python-nix-template
❄️ (om)nix template for python workspace monorepos +/- pyo3 extension modules with uv2nix and flake-parts 🐍
dzucconi/glass-cube
Runtime type generation
GervinFung/guard-data
Safely guard dynamic data, especially JSON data as intended type by performing data validation first and take alternative action in case data cannot be casted
GervinFung/parse-dont-validate
Validating data acts as a gatekeeper, parsing them into meaningful data types adds valuable information to raw data
ManiGhazaee/ts-runtime-typechecker
A command line tool that generates ts/js typechecker functions from typescript types.
tsdotnet/reflection
A set of classes and utilities for JavaScript type inspection and validation.
ahmedheltaher/typed-environment-loader
typed-environment-loader is a lightweight utility for loading environment variables in a typed manner, ensuring type safety and consistency in your Node.js applications.
jeffmcmahan/Function.check
For runtime type declaration and type checking in plain javascript.
Piterden/constructor-decorator
Constructor sugar with types checking
zeluisping/itz
Typescript runtime object type assertion
zenflow/ts-interface-builder-macro-demo
Demo using `ts-interface-builder/macro`