Python-application

Latest version: v2.8.0

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

Scan your dependencies

Page 6 of 7

1.0.9

------------------------

* Better method to determine the default host IP address.
* Renamed host_ip to default_host_ip for clarity.
* Renamed application/util.py to application/system.py

1.0.8

------------------------

* Added LICENSE and ChangeLog.
* Rephrased some docstrings and descriptions.
* Added docstring to the Process class.
* Do not automatically import the timing module when the debug
module is imported.
* Made Process and Signals singletons.
* Updated util module description.
* Removed some obsolete commented code.
* Added some usage examples.
* Do not compress .py and .ini example files.
* Renamed mixed case functions in the configuration module to use
names with underscores for consistency.
* Renamed argument otype to type in the get_option function.
* Renamed thisHostIP to host_ip.
* Generalized configuration handling by adding the ConfigFile class.
With this multiple distinct configuration files can eb handled at the
same time and it makes it easier to specify the configuration file name
from the application than the less flexible module file name attribute.
* Removed configuration module functions which were made obsolete by the
addition of ConfigFile.
* Replaced _dataTypes attribute on ConfigSection with _datatypes.

1.0.7

------------------------

* In setup.py take the long description from README.

1.0.6

------------------------

* Added missing import in the queue module.

1.0.5

------------------------

* Added methods for controlling the event processing workflow
- pause/unpause/resume - to control event processing
- accept_events/ignore_events - to control event acceptance
- empty - to purge events already on the queue
* Allow unhandled events in a CumulativeEventQueue to be preserved.
* Capture unhandled exceptions from a queue's event handler.
* Fixed some docstrings and error messages in the queue module.

1.0.4

------------------------

* Added application.python.queue module.

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.