
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
The documentation including examples can be found here.
This is a package with handy ready-to-use decorators for daily scripting and maintaining packages. Decorator requests are highly appreciated, simply open an issue.
If you want to learn how to write your own decorators I recommand to head over to realpython and check out this article. In case you are looking for an wrapper to easily write decorators for your own, you might checkout pydecor.
This project is in an alpha stage, hence it is neither stable nor ready for production.
CAUTION: Starting from version 1.0.0 API-breaking changes will be made only in major releases. Until then, it can be changed in every minor release (see changelog).
Existing decorators:
copy_doc
: copy docstring of existing functioncopy_doc_params
: copy parameters of docstring of existing functiondeprecated
: print deprecated warning on callalias
: give multiple names to function, e.g. short and longlogging
: logging call of functionstime
: timeing execution of functionrun_once
: run function only once at first callpython3 -m pip install decorit
import decorit
# start decorating your functions
The doc is based on pdoc and can be created by
simply running bash create_doc.sh
from the docs folder. For dependencies see in the
CI action.
In alphabetical order:
FAQs
Handy ready-to-use decorators.
We found that decorit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.