All Projects → FelixTheC → strongtyping

FelixTheC / strongtyping

Licence: other
Decorator which checks whether the function is called with the correct type of parameters.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to strongtyping

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 :).
Stars: ✭ 30 (-64.71%)
Mutual labels:  property, typechecking
laravel-decorator
Easily decorate your method calls with laravel-decorator package
Stars: ✭ 125 (+47.06%)
Mutual labels:  decorator
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+38.82%)
Mutual labels:  type-checking
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (-62.35%)
Mutual labels:  decorator
typeforce
Another biased type checking solution for Javascript
Stars: ✭ 22 (-74.12%)
Mutual labels:  type-checking
discord-nestjs
👾 NestJS package for discord.js
Stars: ✭ 173 (+103.53%)
Mutual labels:  decorator
Avalonia.PropertyGenerator
Avalonia.PropertyGenerator generates the appropriate CLR members for Avalonia property definitions.
Stars: ✭ 20 (-76.47%)
Mutual labels:  property
textarea-autosize
Autosizes textarea to size of it's contents.
Stars: ✭ 73 (-14.12%)
Mutual labels:  decorator
typescript-retry-decorator
lightweight typescript retry decorator with 0 dependency.
Stars: ✭ 50 (-41.18%)
Mutual labels:  decorator
typist-json
A simple runtime JSON type checker.
Stars: ✭ 25 (-70.59%)
Mutual labels:  type-checking
typescript-lazy-get-decorator
Lazily evaluates a getter on an object and caches the returned value
Stars: ✭ 33 (-61.18%)
Mutual labels:  decorator
react-reflorp
Basically a simple ORM using Refetch, but the data is stored in Redux. Feel free to open an issue if you have a question or feature request.
Stars: ✭ 45 (-47.06%)
Mutual labels:  decorator
property-information
Info on the properties and attributes of the web platform
Stars: ✭ 27 (-68.24%)
Mutual labels:  property
check-all
Multiple checkbox selection helper.
Stars: ✭ 70 (-17.65%)
Mutual labels:  decorator
Decor.NET
A simple way to decorate a class with additional functionality using attributes.
Stars: ✭ 29 (-65.88%)
Mutual labels:  decorator
singleton decorator
A testable singleton decorator
Stars: ✭ 39 (-54.12%)
Mutual labels:  decorator
pyrser
A PEG Parsing Tool
Stars: ✭ 32 (-62.35%)
Mutual labels:  type-checking
object.omit
Return a copy of an object without the given keys.
Stars: ✭ 79 (-7.06%)
Mutual labels:  property
flow-webpack-plugin
A webpack plugin allowing to call Flow type checker.
Stars: ✭ 36 (-57.65%)
Mutual labels:  typechecking
micropython-stubs
Stubs of common micropython modules to aid in code completion, static typechecking and overall development
Stars: ✭ 46 (-45.88%)
Mutual labels:  type-checking

PyPI version Python application Python tox image Code style: black Imports: isort Documentation Status

Strong Typing

Decorator which checks at Runtime whether the function is called with the correct type of parameters.
And raises TypeMisMatch if the used parameters in a function call where invalid.

Docs have been moved to 'readthedocs'

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].