limitlion icon indicating copy to clipboard operation
limitlion copied to clipboard

Results 4 limitlion issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for this convenient package! A tiny request. Could we export variable `throttle_script` inside `throttle.py`? I plan to write unit tests using [fakeredis](https://github.com/cunla/fakeredis-py). However fakeredis does not support `redis.replicate_commands()`....

A simple throttle class might be a better interface to the existing throttle functions. The global [redis](https://github.com/closeio/limitlion/blob/master/limitlion/throttle.py#L19) instance limits the ability to use multiple instances easily and generally isn't a...

limition lion uses pkg_resources [here](https://github.com/closeio/limitlion/blob/9ad7021a4b04366d767556b35edbffe09077e102/limitlion/throttle.py#L108-L110), we should use the new APIs from stdlib instead, as pkg_resources was deprecated. From the pkg_resources docs: [setuptools.pypa.io/en/latest/pkg_resources.html](https://setuptools.pypa.io/en/latest/pkg_resources.html) > Use of pkg_resources is deprecated in...

good first issue