Skip to main content

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

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)

Uploaded Source

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

Hashes for palpyutil-0.0.3.tar.gz
Algorithm Hash digest
SHA256 3e08b4dc62da1b018813216103a18b05f2fbd9794706a753cb9c1710169988b9
MD5 10386be6e5c786e1bf69120c2dadde24
BLAKE2b-256 868bf610235db4252a56e421af326d811e348bd47cffab7c5eb27370c8b339e4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page