Shay Palachy's personal common Python 3 utility functions and classes.
Project description
Shay Palachy’s personal common Python 3 utility functions and classes.
from palpyutil.decorators import lazy_property
@lazy_property
def some_big_calc(param_array):
sub_res = [big_func(param) for param in param_array]
return sum(sub_res)
Installation
Install palpyutil with:
pip install palpyutil
Credits
Created by Shay Palachy (shay.palachy@gmail.com).
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
palpyutil-0.0.3.tar.gz
(18.1 kB
view details)
File details
Details for the file palpyutil-0.0.3.tar.gz
.
File metadata
- Download URL: palpyutil-0.0.3.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e08b4dc62da1b018813216103a18b05f2fbd9794706a753cb9c1710169988b9 |
|
MD5 | 10386be6e5c786e1bf69120c2dadde24 |
|
BLAKE2b-256 | 868bf610235db4252a56e421af326d811e348bd47cffab7c5eb27370c8b339e4 |