An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with decorator

A curated list of projects in awesome lists tagged with decorator .

https://github.com/github/hotkey

Trigger an action on an element with a keyboard shortcut.

decorator shortcuts

Last synced: 11 May 2025

https://github.com/nytimes/react-tracking

🎯 Declarative tracking for React apps.

decorator hacktoberfest react track tracking

Last synced: 10 Apr 2025

https://github.com/shaypal5/cachier

Persistent, stale-free, local and cross-machine caching for Python functions.

cache cache-storage cachemanager caching decorator decorators memoization memoize mongodb pickle python

Last synced: 17 Aug 2025

https://github.com/python-cachier/cachier

Persistent, stale-free, local and cross-machine caching for Python functions.

cache cache-storage cachemanager caching decorator decorators memoization memoize mongodb pickle python

Last synced: 12 Dec 2025

https://github.com/odavid/typeorm-transactional-cls-hooked

A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS

decorator nestjs transaction typeorm typescript

Last synced: 15 May 2025

https://github.com/robclancy/presenter

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.

decorator laravel php presenter

Last synced: 15 May 2025

https://github.com/kata198/func_timeout

Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads

decorator function pydoc python stop stoppablethread thread

Last synced: 13 Jun 2025

https://github.com/spencer-luo/pydesignpattern

Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.

adapter callback clone command composite decorator design-pattern factory filter iterator mediator objectpool observer principle proxy python refactor responsibility singleton strategy

Last synced: 09 Apr 2025

https://github.com/fjodor-rybakov/discord-nestjs

👾 NestJS package for discord.js

bot decorator discord nest nestjs typescript

Last synced: 15 May 2025

https://github.com/karlicoss/cachew

Transparent and persistent cache/serialization powered by type hints

cache dataclass decorator mypy namedtuple python-decorator serialization sqlite sqlite-database

Last synced: 08 Apr 2025

https://github.com/storybookjs/storybook-addon-console

storybook-addon. Redirects console output into action logger panel

console decorator storybook storybook-addon storybooks

Last synced: 06 Oct 2025

https://github.com/easywebapp/webcell

Web Components engine based on VDOM, JSX, MobX & TypeScript

decorator ecmascript jsx mobx mvvm spa typescript vdom web-component webapp

Last synced: 16 May 2025

https://github.com/EasyWebApp/WebCell

Web Components engine based on VDOM, JSX, MobX & TypeScript

decorator ecmascript jsx mobx mvvm spa typescript vdom web-component webapp

Last synced: 13 May 2025

https://github.com/github/session-resume

Annotate fields to be persisted on navigation away from the current page

decorator

Last synced: 16 May 2025

https://github.com/bitranox/wrapt_timeout_decorator

Python Powerful Timeout Decorator that can be used safely on classes, methods, class methods

cross-platform crossplatform decorated-functions decorator multiprocess multiprocessing pipe pipes python python3 timeout timeout-library timeouts wrapper wrappers

Last synced: 15 May 2025

https://github.com/woowabros/nestjs-library-crud

Automatically generate CRUD Rest API based on NestJS and TypeOrm

crud crud-generator decorator nest nestjs pagination restful-api swagger typeorm typescript

Last synced: 07 Apr 2025

https://github.com/smarie/python-makefun

Dynamically create python functions with a proper signature.

args compile create decorate decorator definition dynamic function generate generation make signature wrapper

Last synced: 16 May 2025

https://github.com/github/combobox-nav

Attach combobox navigation behavior to <input> or <textarea>.

autocomplete combobox decorator

Last synced: 05 Apr 2025

https://github.com/ionelmc/python-aspectlib

An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.

aop aspect-oriented-framework aspect-oriented-programming debugging decorator decorators monkey-patching python

Last synced: 05 Apr 2025

https://github.com/h2non/riprova

Versatile async-friendly retry package with multiple backoff strategies

async-await asyncio backoff decorator python resiliency resilient retry

Last synced: 20 Aug 2025

https://github.com/Wscats/performance-decorator

🏇User behavior & Function execution tracking solution - 大型前端项目的用户行为跟踪,函数调用链分析,断点调试共享化和复用化实践

ast decorator function-tracer performance-analysis weblog

Last synced: 27 Apr 2025

https://github.com/wscats/performance-decorator

🏇User behavior & Function execution tracking solution - 大型前端项目的用户行为跟踪,函数调用链分析,断点调试共享化和复用化实践

ast decorator function-tracer performance-analysis weblog

Last synced: 14 Apr 2025

https://github.com/felixthec/strongtyping

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

decorator docstring-checker property python runtime-checking setter-getter type-checking typechecking typing-decorator

Last synced: 12 Apr 2025

https://github.com/FelixTheC/strongtyping

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

decorator docstring-checker property python runtime-checking setter-getter type-checking typechecking typing-decorator

Last synced: 13 May 2025

https://github.com/github/textarea-autosize

Autosizes textarea to size of it's contents.

decorator

Last synced: 02 Sep 2025

https://github.com/felipeelias/resubject

Resubject makes easy to decorate your objects

decorator rails ruby simpledelegator

Last synced: 22 Jul 2025

https://github.com/vcfvct/typescript-retry-decorator

lightweight typescript retry decorator with 0 dependency.

annotation decorator retry typescript

Last synced: 14 Apr 2025

https://github.com/adrinalin4ik/nestjs-graphql-tools

NestJS Graphql Tools is a flexible solution that provides a bunch of decorators for solving problems like n+1 request, filtering, sorting, pagination, polymorphic relation, graphql field extraction. It is fully based on decorators. To use it you can just add a decorator to your resolver.

auto dataloader decorator graphql graphql-tools hasura nestjs polymorphic query resolver tools typeorm

Last synced: 24 Oct 2025

https://github.com/github/check-all

Multiple checkbox selection helper.

decorator

Last synced: 04 Apr 2025

https://github.com/dimo414/bash-cache

Transparent caching layer for bash functions; particularly useful for functions invoked as part of your prompt.

bash cache decorator memoization profilegem prompt shell terminal

Last synced: 16 Mar 2025

https://github.com/maxim/portrayal

A minimal builder for struct-like classes in Ruby

decorator domain-object presenter ruby serializable struct

Last synced: 04 Apr 2025

https://github.com/enkot/catch-decorator

Allows you to handle exceptions in ECMAScript/Typescript classes with only one annotation

catch decorator errors handling javascript

Last synced: 16 May 2025

https://github.com/gahjelle/pyplugs

Decorator based plugin architecture for Python

decorator plugin plugins python

Last synced: 21 Aug 2025

https://github.com/jesusthehun/storybook-addon-remix-react-router

Use your app router in your stories. A decorator made for Remix React Router and Storybook

addon decorator react remix router storybook

Last synced: 12 Apr 2025

https://github.com/rsokl/custom_inherit

A Python package that provides tools for inheriting docstrings in customizable ways.

decorator docstring-inheritance documentation-tool inheritance-styles metaclass numpy-styled-docstrings python

Last synced: 24 Oct 2025

https://github.com/irustm/angular-canvas

Angular canvas renderer with support DefaultDomRenderer.

canvas-element canvas-renderer decorator

Last synced: 14 Jul 2025

https://github.com/github/remote-form

Submit forms via AJAX with ease

ajax decorator form microlibrary

Last synced: 05 Apr 2025

https://github.com/smarie/python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.

decorator incremental modular parameter parametrize pytest result share state step test

Last synced: 15 Mar 2025

https://github.com/JesusTheHun/storybook-addon-remix-react-router

Use your app router in your stories. A decorator made for Remix React Router and Storybook

addon decorator react remix router storybook

Last synced: 17 Jul 2025

https://github.com/fnando/burgundy

A simple wrapper for objects (think of Burgundy as a decorator/presenter) in less than 150 lines.

decorator presenter ruby view-object

Last synced: 08 May 2025

https://github.com/RyanMyrvold/Performance-Decorators

Elevate your application's performance with 🚀 Performance Decorators! This comprehensive TypeScript library offers powerful tools for performance monitoring and optimization, making it easier to track and resolve bottlenecks in both Node.js and browser environments.

browser browser-performance code-optimization debugging-tool decorator developer-tools node-js open-source performance-monitoring performance-optimization typescript

Last synced: 20 Nov 2025

https://github.com/mtamme/nproxy

NProxy is a library for .NET to create lightweight dynamic proxies

adapter aop aspect-oriented-programming bridge decorator dotnet dotnetframework dynamic-proxy facade mixin

Last synced: 07 May 2025

https://github.com/tomat/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.

decorator react redux refetch

Last synced: 01 Jul 2025

https://github.com/wscats/dependency-injection

🌀Dependency injection to achieve inversion of control -《从零开始实现依赖注入框架》

decorator depedency-injection ioc vscode

Last synced: 14 Apr 2025

https://github.com/lawrence-laz/decor.net

A simple way to decorate a class with additional functionality using attributes.

aop aspect-oriented-programming csharp decorator dynamic-proxy middleware netcore netstandard

Last synced: 11 Jul 2025

https://github.com/easydevv/pyhunt

Lightweight Python logging tool for visual call tracing, tree-structured colored logs, and easy debugging with a simple decorator. Optimized for both standard and AI-generated codebases.

ai colored-log debug decorator developer-tool logging stacktrace terminal trace tree-structure

Last synced: 25 Jun 2025

https://github.com/bjerkio/nestjs-oso

Simplify implementation of oso with NestJS.

decorator library nestjs oso register

Last synced: 06 Apr 2025

https://github.com/smarie/pytest-patterns

A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.

benchmark case concerns data decorator design file fixture incremental modular parameter parametrize pattern pytest result separate share state step test

Last synced: 20 Mar 2025

https://github.com/2214962083/vue-superman

monorepo for vue utils, but not only vue. such as render vue jsx in template; mock decorator for class to generate faker data; vue online playground and more....

class-mock components decorator faker fakerjs monaco-editor playground sandbox vue vue-next vue-playground vue-xrender vue3 vuepress vuepress-plugin vuepress-plugin-sandbox

Last synced: 08 Sep 2025

https://github.com/github/quote-selection

Install a shortcut to append selected text to a <textarea> as a Markdown quote.

decorator keep markdown

Last synced: 14 Apr 2025

https://github.com/alorel/typescript-lazy-get-decorator

Lazily evaluates a getter on an object and caches the returned value

cache decorator get getter lazy lazy-get lazy-getter memoise memoize typescript

Last synced: 14 Apr 2025

https://github.com/lefttwixwand/moderncqrs

This repository shows, how to implement CQRS architecture pattern, using Autofac and MediatR libraries.

autofac autofac-container autofac-di cqrs csharp decorator decorator-pattern decorators dotnet mediator-pattern mediatr mediatr-library

Last synced: 07 Apr 2025

https://github.com/kas-elvirov/regexify-string

Strings decorator with: React components, HTML tags etc.

decorator html-tags react-components regex

Last synced: 11 Apr 2025

https://github.com/smarie/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.

arg args argument check checker contract decorate decorator input python valid validate validation validator value

Last synced: 16 Mar 2025

https://github.com/ljunb/rn-beginner-guidance-decorator

🚀更快捷地为 React Native App 添加新手引导组件。

beginner-s-guide decorator react-native

Last synced: 18 Oct 2025

https://github.com/aigoncharov/singleton

Singleton decorator. No constructor monkeypatching. Zero dependencies. Built with TypeScript.

decorator singleton typescript

Last synced: 23 Mar 2025

https://github.com/kibae/typeorm-auditing

TypeORM Auditing: Create history tables and manage changes of entity automatically.

auditing decorator nodejs orm typeorm typescript

Last synced: 11 Jul 2025

https://github.com/vitorluizc/vue-loadable

⏳ Improve your loading state control with pretty simple methods and helpers.

async asynchronous decorator interceptor loadable loading loading-indicator loading-state promise vue vue-mixin vue-plugin vuex

Last synced: 14 Jul 2025

https://github.com/archergu/einf

A simple electron main process framework

decorator electron framework ipc metadata

Last synced: 20 Aug 2025

https://github.com/conformist-mw/django-query-counter

Simple tool to count Django db queries in the management commands and views (as decorator or middleware)

debug decorator django duplicated-queries middleware

Last synced: 03 Apr 2025

https://github.com/pustovitdmytro/logger-decorator

provides a unified and simple approach for class and function logging

decorator js logging node

Last synced: 07 May 2025

https://github.com/enricobacis/limit

python decorator that limits the calling rate of a function

decorator python rate-limit

Last synced: 13 Apr 2025

https://github.com/foxbenjaminfox/vue-async-computed-decorator

A vue-class-component decorator for vue-async-computed

decorator vue

Last synced: 16 Jun 2025

https://github.com/nf1s/pydantic-webargs

A library for parsing and validating http requests for Flask web framework using pydantic library

decorator flask flask-extension json json-parser parser pydantic web webargs

Last synced: 15 Apr 2025

https://github.com/fjodor-rybakov/nestjs-dynamic-providers

💉 Inject providers into module by glob pattern

decorator dynamic glob inject module nest nestjs pattern providers typescript

Last synced: 07 Sep 2025

https://github.com/doxiaodong/mobx-di

Importing store directly by Inject

decorator di inject mobx

Last synced: 15 Apr 2025

https://github.com/dimpiax/StyleDecorator

Easy string decoration with styles

attributedstring cocoapods decorator ios library style swift-3

Last synced: 02 Aug 2025

https://github.com/dimpiax/styledecorator

Easy string decoration with styles

attributedstring cocoapods decorator ios library style swift-3

Last synced: 10 Apr 2025

https://github.com/kibae/typeorm-sharding-repository

TypeORM Sharding Repository: Enables TypeORM to be utilized in a distributed database environment.

decorator distributed distributed-database nodejs rangesharding sharding typeorm typescript

Last synced: 11 Jul 2025

https://github.com/grgomariani/python-decorators

A list of useful python decorators

bdd console debug decorator dfa python-decorators

Last synced: 24 Apr 2025

https://github.com/python-useful-helpers/logwrap

logwrap is a helper for logging in human-readable format function arguments and call result on function call

decorator log-message pretty-print py3 python python-3 python3

Last synced: 10 Apr 2025

https://github.com/lig/decoratorium

Decorator class implementation for Python

decorator decorators library python python3

Last synced: 15 Oct 2025

https://github.com/stephendolan/decorator

A simple Crystal shard for decorating objects

crystal crystal-lang decorator decorator-pattern decorators

Last synced: 12 May 2025

https://github.com/kevinfjiang/funcnotify

Automatically notifies you of start and completion using environment variables

beginner-friendly decorator environment-variables neural-network nn notify python python3 slack teams twilio wechat

Last synced: 06 Oct 2025

https://github.com/harryxiong24/koa-decorator

Koa-decorator is a package that provides a set of decorators to simplify the creation and management of routes in Koa.js applications.

decorator ioc koa nodejs typescript

Last synced: 12 Apr 2025

https://github.com/paulhenri-l/eloquent-builder-decorator

Allows you to decorate Laravel query builders

decorator eloquent laravel query-builder

Last synced: 16 Oct 2025

https://github.com/today-/effector-react-inject

Inject Effector's state to React components simple way

decorator effector react

Last synced: 01 Nov 2025

https://github.com/pdabrowski6/tuner

A pure implementation of the decorator pattern

decorator decorator-pattern ruby ruby-gem ruby-on-rails

Last synced: 15 Apr 2025

https://github.com/glangzh/eventbus-cjs

eventbus-cjs 是一个基于JavaScript装饰器(Decorator)实现的通信库, 支持Vue / React等常用框架, 支持node.js

annotations decorator event eventbus eventbus-cjs

Last synced: 10 Apr 2025

https://github.com/brennerm/deco-shell-command

Decorator that automagically converts a function into a shell command call

decorator shell

Last synced: 05 May 2025

https://github.com/toksdotdev/adonis-class-validator

🚧 Easily validate AdonisJS request data using a class decorated schema.

adonis decorator validator-schema

Last synced: 11 May 2025