Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page