powerful and useful decorations
Project description
Description
I wrote some decorators that are commonly used in my daily work. And I gave an example if the decorator is often used.
Installing
Install and update using pip:
pip install useful-decoration
Simples
from useful_decoration.decorations import element_mapping
class Person:
def __init__(self, name):
self.name = name
@element_mapping(factor_name="factor")
def calculate(self):
return 10
if __name__ == '__main__':
p = Person(name='frank')
print(p.calculate()) # {'factor': 10}
Contributes
Welcome, you can join this repo to enhance this repo together. you can pull request to me. please don’t hesitate to contact with me if you have any questions .
Links
pypi address https://pypi.org/project/useful-decoration/
Documentation: https://useful-decoration.readthedocs.io/en/latest/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for useful_decoration-1.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d24e6389be119cf342eb617afa1f6897535c344acd0a3b5d2e2540344790d4e1 |
|
MD5 | 4da231701f31be5b238c80a3756740a2 |
|
BLAKE2b-256 | 6a200c62efc6ffb78771ff041fe1b599518c0c4a34e17f4ca30641bc0101b126 |