271 skills found · Page 4 of 10
ksindi / Implements:snake: Pythonic interfaces using decorators
sarenehan / Cache To DiskLocal disk caching decorator for python functions.
0k / Kids.cacheKids python cache decorator and library.
mjhea0 / Python Decoratorsinto to python decorators
mplanchard / PydecorEasy peasy Python decorators
jasonrute / ModulizeA Python decorator for converting a function into a module. It also includes tools for combining multiple Python files into one.
kchmck / PyasyncinitPython class decorator to enable async `__init__`
CooledCoffee / DecoratedDecorator framework and common decorators for python.
girishsg24 / Moving Target Defense RHM Using SDNDeveloped a Moving Target Defense mechanism to prevent IP scanning from inside & outside the network. Controlled the packet flow in a SDN based on Random host mutation technique. Developed the a new routing mechanism using north bound API provided by controller using multithreading, decorators, event creation & event handling techniques. Performed extensive testing and evaluation on OpenFlow protocol & RYU controller using python
johnthagen / Sealed Typing PepA PEP to add a `@sealed` typing decorator to Python
nikhillingadhal1999 / AIPyMemTimeProfilerAIPyMemTimeProfiler gives you powerful insights into your Python code,no decorators, no setup, no hassle. Instantly track memory usage and execution time for every function in your app. Just run your script and get a clear, JSON-based performance report tailored to your codebase. Zero Code Changes. Maximum Visibility. Ideal for performance tuning.
pnpnpn / Retry DecoratorDecorator for retrying when exceptions occur
LitePy / PythonWrapA comprehensive collection of Python decorators and utility functions to enhance your development workflow.
smarie / Python Decopatchpython decorators made easy.
LostInDarkMath / Pedantic Python DecoratorsSome useful decorators for any situation. Includes runtime type checking.
palantir / TypedjsonrpcA typed decorator-based JSON-RPC library for Python
nvie / Vim BridgeA Python-to-Vim bridge decorator that allows transparent calls to Python functions in native Vim scripts.
TheMaverickProgrammer / C Python Like Class Member DecoratorsSecond experiment reimagining the way member functions can be decorated
gridsmartercities / Aws Lambda DecoratorsA set of Python decorators to simplify AWS lambda development
salabim / Easy PropertyIntuitive way to define a Python property with getter, setter, deleter, gestter_setter and documenter decorators