Timework

Latest version: v0.4.3

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.3

Install
bash
pip install timework

Usage
python
import timework as tw

Statement `with`
- **timework.Stopwatch:** measure execution time
Decorator ``
- **timework.timer:** measure execution time
- **timework.limit:** limit execution time

0.2.7

1. **Rewrite doc strings and fix some minor code style problems** following [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
2. **Support for type hints.**
The requirement is set to ***Python 3.5*** or later, according to [What’s New In Python 3.5](https://docs.python.org/3.9/whatsnew/3.5.html#pep-484-type-hints).
To work with *Python 3.4*, use `pip install timework==0.2.6`, or download the latest version from [GitHub](https://github.com/bugstop/timework-timeout-decorator).

0.0.3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.