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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file useful_decoration-1.1.5.tar.gz.
File metadata
- Download URL: useful_decoration-1.1.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c84c31ca897f50476ec449a50afcbdf2325df3a0c94f2699bcf1f0777a7fb348
|
|
| MD5 |
b0458a6d88e121d138b3915cff3a46b3
|
|
| BLAKE2b-256 |
c2906bc9c7492d833e2cefa954873ad3ebcc2c283751b4d05f32a3d698e75194
|
File details
Details for the file useful_decoration-1.1.5-py3-none-any.whl.
File metadata
- Download URL: useful_decoration-1.1.5-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f4792b82961910d8b9f660e751e1d78aa2f3811025e46b7bed9900981f5aaf5
|
|
| MD5 |
5145159d93b319592f21357056e3a542
|
|
| BLAKE2b-256 |
d734a1b63dcf51bf94d6286376411e3b61b1de387c5945e957c1ab59a837efa3
|