An open API service providing repository metadata for many open source software ecosystems.

Topic: "python-decorators"

pnpnpn/timeout-decorator

Timeout decorator for Python

Language: Python - Size: 43.9 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 645 - Forks: 94

milaan9/07_Python_Advanced_Topics

You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.

Language: Jupyter Notebook - Size: 197 KB - Last synced at: 7 months ago - Pushed at: almost 2 years ago - Stars: 300 - Forks: 242

zmitchell/annotation-abuse

Rust-like macros in Python by abusing type annotations

Language: HTML - Size: 4.35 MB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 63 - Forks: 2

pnpnpn/retry-decorator

Decorator for retrying when exceptions occur

Language: Python - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 27 - Forks: 12

LostInDarkMath/pedantic-python-decorators

Some useful decorators for any situation. Includes runtime type checking.

Language: Python - Size: 1.08 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 24 - Forks: 2

gridsmartercities/aws-lambda-decorators

A set of Python decorators to simplify AWS lambda development

Language: Python - Size: 337 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 5

adriangs1996/wintry

Python web framework in a new way, a cooler way. Winter is comming

Language: Python - Size: 1.29 MB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 19 - Forks: 0

andrewgazelka/smart-cache

🗃 Python caching library that is persistent and uses bytecode analysis to determine re-evaluation

Language: Python - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 2

GrgoMariani/Python-Decorators

A list of useful python decorators

Language: Python - Size: 34.2 KB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 1

ahawker/decorstate

Simple "state machines" with Python decorators.

Language: Python - Size: 38.1 KB - Last synced at: 8 months ago - Pushed at: over 8 years ago - Stars: 12 - Forks: 0

Ailln/torbjorn

🔨提供一些实用的 Python 装饰器

Language: Python - Size: 17.6 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

XevoInc/argexec

Expose your Python functions to the command line with one easy step!

Language: Python - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

abeltavares/pysertive

✔️ Assertive python design by contract toolkit for software validation. Simplify preconditions, postconditions, and invariants with easy-to-use decorators.

Language: Python - Size: 98.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

XevoInc/dynamic_dispatch

dynamic dispatch decorator for classes and functions

Language: Python - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

MichaelKim0407/python-decorators

Short introduction to Python decorators

Language: Python - Size: 7.13 MB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 3

manas-shinde/python-decorators-generators

A collection of reusable, production-ready Python decorators and generators. Includes examples like logging, retries, caching, and more — all built following Python best practices.

Language: Python - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

vimtor/quickd

🐍💉 Decorator type-based dependency injection for Python

Language: Python - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

mcrespoae/metrit

Python decorator for comprehensive monitoring of CPU, RAM, and I/O usage of functions.

Language: Python - Size: 73.2 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

gh0st-work/blacksheep_decorators

Example implementation of decorators DI (Dependency injection) in blacksheep at a non-framework level.

Language: Python - Size: 18.6 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

jorenham/classy-decorators

Hassle-free creation of decorators for functions and methods, OO-style.

Language: Python - Size: 58.6 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

jonhillmtl/memoize

A Python decorator allowing a method or function's return value to be memoized.

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

reity/barriers

Python decorator for including/removing type checks, value/bounds checks, and other code blocks within the compiled bytecode of functions and methods.

Language: Python - Size: 75.2 KB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

rubada/Learn-Python-Professionally-Part-One

Language: Python - Size: 125 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 2

asuiu/retry Fork of invl/retry

easy to use retry decorator in python

Language: Python - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

courseworks/AUT_AP_2024_Spring_HW5

The fifth assignment for AUT's Advanced Programming course (Spring 2024), focusing on the principles of Object-Oriented Programming (OOP), Python Decorators, and Asynchronous Programming. Enhance your skills in OOP with practical applications, master decorators for dynamic functions, and learn async programming for concurrent tasks.

Size: 75.2 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

artinmohajeri/Decorators-Function-Run-Time-Python

Language: Python - Size: 1000 Bytes - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

serdaralkancode/python-features-examples

Python Features Example

Language: Jupyter Notebook - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

blakeaw/ObjectiveLearner

Get more out of objective function evaluations made during model calibrations.

Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

KrishothKumar/Python_Practice

Python Try

Language: Python - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

vyahello/python-decorators-cheetsheet

📚 Contains a set of tips and tricks for python decorators

Language: Python - Size: 7.81 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Nouman-blip/typesafex

Prevent your Python code from lying, before it ships. Runtime contracts. Type enforcement. Safety you can trust , even when static types can't help.

Language: Python - Size: 58.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Wcoder547/beyond-basics-python

🚀 A curated collection of Advanced Python Coding Notes — perfect for learners progressing from beginner to advanced. Includes real-world examples, clean code practices, and deep dives into Python’s powerful features.

Language: Python - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ohorbatiuk/goit-algo-hw-05 📦

Модуль 5. Функціональне програмування та вбудовані модулі Python

Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mianfg/pvv

Minimal Python decorator to enforce type validation from type hints

Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jha-shubham01/python-decorator

This project shows how create a Python decorator and use it

Language: Python - Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tanaychaulinsec/Python

Python concept and features

Language: Python - Size: 10.7 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

stivenramireza/python-learning

Building strong foundations in Python.

Language: Python - Size: 85.9 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

madhur02/Python-Tutorial

Learn Python programming from scratch with Exercises.

Language: Jupyter Notebook - Size: 77.1 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Paebbels/SphinxExtensions

Extensions for the Sphinx documentation tool.

Language: Python - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/higher-order-functions-and-decorators

This article covers some background on higher-order functions in Python, presents an overview of how Python decorators are defined and used, and illustrates their utility via a few use cases.

Language: Jupyter Notebook - Size: 77.1 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Mhmd-Hisham/OptivolutionPy

A flexible genetic algorithm library written purely in Python3.

Language: Python - Size: 2.45 MB - Last synced at: 27 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Related Topics
python 25 decorators 10 python3 9 python-decorator 7 python-library 5 python-generators 5 python-lambda 4 type-checking 3 validation 3 python-package 3 python-closure 3 python-3 3 exception-handling 2 retry 2 retry-library 2 pypi-package 2 libraries 2 type-safety 2 pypi 2 python38 2 python-utility 2 python-functional 2 lambda-functions 2 pypi-packages 2 decorator 2 python-files 2 python-3-8 2 python-objects 2 python-lists 2 python-functions 2 python-iterators 2 lists 1 machine-learning 1 linear-regression 1 python-dictionaries 1 functional-programming 1 python-testing 1 python-syntax-converter 1 bounds-checking 1 datetime 1 python-oop 1 python-programming 1 python-classes 1 python-debugger 1 python-modules 1 python-tuple 1 python-scripts 1 lcd 1 kwargs 1 object 1 odd-numbers 1 previous-and-next-prime 1 gcd 1 prime-numbers 1 python-retry 1 retry2 1 advanced-programming 1 assignment 1 even-numbers 1 asynchronous-programming 1 class 1 homework 1 python-async 1 args 1 sensitivity-analysis 1 model-calibrations 1 multithreading 1 python-dev 1 python-tips 1 data-science 1 evolutionary-algorithms 1 factory-pattern 1 genetic-algorithm 1 genetic-algorithms 1 oop 1 oops-in-python 1 optimization-algorithms 1 pure-python 1 documentation-generator 1 documentation-tool 1 sphinx-doc 1 sphinx-extension 1 bug-prevention 1 code-quality 1 contracts 1 developer-productivity 1 developer-tools 1 plugin-architecture 1 runtime-safety 1 runtime-validation 1 static-analysis 1 testing-tools 1 functional-python 1 higher-order-functions 1 python-articles 1 python-introduction 1 python-exceptions 1 python-sys 1 client-server-architecture 1 network-socket 1