repology_client.utils#
Utility functions and classes.
- class repology_client.utils.limit(calls: int, period: float)#
Bases:
object
Decorator to set a limit on requests per second.
Based on this StackOverflow answer.
Utility functions and classes.
Bases: object
Decorator to set a limit on requests per second.
Based on this StackOverflow answer.