timeout-decorator
Execution limiter
Provides a decorator to limit the execution time of a given function
Timeout decorator for Python
631 stars
12 watching
95 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
decoratorspythonpython-decoratorstimeouttimeout-library
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility function to decorate and manage timeouts on promises. | 275 |
| | A plugin to enforce safe datetime usage in Python code | 34 |
| | An implementation of a time synchronization daemon in Micropython | 2 |
| | Decorator to mark outdated code as deprecated and provide a reason for its replacement | 310 |
| | A library for managing subprocesses in Python. | 1,702 |
| | A library that simplifies working with time zones and datetimes in Python. | 1,842 |
| | A flake8 plugin that prevents excessive bad code in Python | 4 |
| | A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| | Tools for measuring performance and functionality in Python functions | 328 |
| | Measures execution times of Nim code snippets | 35 |
| | A tool to abort requests that take too long by raising an exception after a specified timeout period | 880 |
| | A plugin to warn against using outdated datetime methods in Python code | 2 |
| | A rate limiting tool for FastAPI applications | 518 |
| | Enhances Rack::Timeout with safer service timeouts, dynamic timeouts, and custom error pages for Rails applications. | 362 |