Commonpy

Latest version: v1.12.4

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

Scan your dependencies

Page 8 of 8

0.0.6

* Add a new module, `network_utils`.
* Start a collection of exceptions that may be returned by this package.
* Add additional dependency requirements to `requirements.txt`.

0.0.5

* Add a new module, `module_utils`.
* Add functions to the `file_utils` module.
* The package `__init__.py` file no longer imports the individual modules. (Users are expected to use the approach `from commonpy.modulename import functionname`.)

0.0.4

Changed the order of arguments to function `config_interrupt` in the `interrupt` module to be in a more convenient order for most use cases.

0.0.3

This release adds the module `interrupt`. This module includes `wait(...)`, a replacement for `sleep(...)` that is interruptible and works with multiple threads. It also provides methods to cause an interruption (including doing it by issuing a <kbd>^C</kbd> to the program), check whether an interruption occurred, and other related operations.

0.0.2

Fixed some issues with the `README.md` file and started adding some documentation about the functions.

0.0.1

First release of various utilities developed for other Caltech Library projects over the last couple of years.

Page 8 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.