kalaspuff / perfect

🎁 [not yet built] The perfect decorator - a utility library which makes it simpler to create your own flexible decorators with argument support and power them with attachments to any kind of methods in a class, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perfect

pypi Made with Python Type hinted - mypy validated MIT License Code coverage

A utility library which makes it simpler to create flexible decorators by just decorating them with the @perfect decorator.

Installation with pip

Like you would install any other Python package, use pip, poetry, pipenv or your weapon of choice.

$ pip install perfect

Usage and examples

@perfect decorator

About

🎁 [not yet built] The perfect decorator - a utility library which makes it simpler to create your own flexible decorators with argument support and power them with attachments to any kind of methods in a class, etc.

License:MIT License


Languages

Language:Python 95.5%Language:Makefile 4.5%