About Anaconda Help Download Anaconda

conda-forge / packages / ratelimiter 1.2.0

Simple Python module providing rate limiting.

Installers

Info: This package contains files in non-standard labels.
  • osx-64 v1.2.0
  • win-64 v1.2.0
  • linux-64 v1.2.0
  • win-32 v1.2.0
  • noarch v1.2.0

conda install

To install this package run one of the following:
conda install conda-forge::ratelimiter
conda install conda-forge/label/cf201901::ratelimiter
conda install conda-forge/label/cf202003::ratelimiter

Description

This package provides the ratelimiter module, which ensures that an operation will not be executed more than a given number of times on a given period. This can prove useful when working with third parties APIs which require for example a maximum of 10 requests per second.


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