About Anaconda Help Download Anaconda

A small Python library to limit the resources used by a function by executing it inside a subprocess.

copied from cf-staging / pynisher

Installers

  • linux-64 v0.6.3
  • osx-64 v0.6.3
  • linux-ppc64le v0.6.3
  • linux-aarch64 v0.6.3
  • osx-arm64 v0.6.3
  • noarch v1.0.10

conda install

To install this package run one of the following:
conda install conda-forge::pynisher

Description

The pynisher is a little module intended to limit a functions resources. It starts a new process, sets the desired limits, and executes the function inside it. In the end, it returns the function return value. If, for any reason, the function call is not successful, None is returned.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy