| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python312-application | Distribution: openSUSE Tumbleweed |
| Version: 3.0.3 | Vendor: openSUSE |
| Release: 3.1 | Build date: Tue May 13 15:46:31 2025 |
| Group: Development/Libraries/Python | Build host: reproducible |
| Size: 390557 | Source RPM: python-application-3.0.3-3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/AGProjects/python3-application | |
| Summary: Basic building blocks for Python applications | |
This module provides some basic components that can be used to simplify building Python applications. The components included by this package encapsulate the functionality to handle the following tasks: - UNIX process management (forking, signal handling, pid file creation) - A very simple to use interface to handle .ini configuration files. - An extensible system logger for console and/or syslog. - Miscellaneous utilities and helpers. - Memory troubleshooting and execution timing. - Communicate inside the application using a notification system. - Manage the version number for applications, modules and packages.
LGPL-2.1-or-later
* Tue May 13 2025 Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
* Mon Aug 30 2021 Matej Cepl <mcepl@suse.com>
- Add examples_to_py3k.patch to remove py2k shebangs
(gh#AGProjects/python3-application#2).
* Fri Aug 27 2021 Martin Hauke <mardnh@gmx.de>
- Update to version 3.0.3
* Fixed writing process pid.
- Update to version 3.0.2
* Fixed queue.
- Update to version 3.0.1
* Fixed crash when using capture_output function.
- Update to version 3.0.0
* Migrate to python3.
- Update to version 2.8.0
* Fixed issue with the syslog handler and null bytes in messages.
* Call handleError on SyslogHandler when exception happens during
emit.
* Added some utility functions for setting up the log system
+ Added set_handler function to set the main handler used by
logging (it will replace all existing handlers on the root
logger).
+ Added capture_output function to capture and divert standard
output and standard error to the logging system.
* Replaced start_syslog with use_syslog and deprecated the
former.
* Improved detection of non-interactive mode.
* Renamed IfNotInteractive to WhenNotInteractive.
* Use the real path for runtime and config directories (follow
symlinks).
* Added daemon property on Process to check if it's in daemon
mode or not.
* Check exc_type instead of exc_value in the context manager's
__exit__ .
* Added module level log function to the log module similar to
logging.log .
* Use the with statement instead of try/finally.
* Fixed broad exception statement.
* Normalize names for descriptor method arguments.
* Removed docstrings from internal functions.
* Refactored configuration and runtime settings on Process.
* Make the local_root undefined when running from system binary
paths.
* Only ignore OSError in unlink wrapper.
* Use the new octal notation for file modes.
* Fixed spelling in exception message.
* Ordered imports alphabetically.
* Explicitly use python2 in shebang lines.
* Sun Nov 17 2019 Martin Hauke <mardnh@gmx.de>
- Convert inline changelog to python-application.changes
- Drop patch (obsolete)
* python-application-1.0.9.dif
* Thu Sep 27 2007 poeml@suse.de
- fixed build, adding python-application-1.0.9.dif
Mon Sep 24 00:00:00 UTC 2007 - Peter Nixon
- Initial release
/usr/lib/python3.12/site-packages/application /usr/lib/python3.12/site-packages/application/__info__.py /usr/lib/python3.12/site-packages/application/__init__.py /usr/lib/python3.12/site-packages/application/__pycache__ /usr/lib/python3.12/site-packages/application/__pycache__/__info__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/__info__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/__pycache__/notification.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/notification.cpython-312.pyc /usr/lib/python3.12/site-packages/application/__pycache__/process.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/process.cpython-312.pyc /usr/lib/python3.12/site-packages/application/__pycache__/system.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/system.cpython-312.pyc /usr/lib/python3.12/site-packages/application/__pycache__/version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/__pycache__/version.cpython-312.pyc /usr/lib/python3.12/site-packages/application/configuration /usr/lib/python3.12/site-packages/application/configuration/__init__.py /usr/lib/python3.12/site-packages/application/configuration/__pycache__ /usr/lib/python3.12/site-packages/application/configuration/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/configuration/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/configuration/__pycache__/datatypes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/configuration/__pycache__/datatypes.cpython-312.pyc /usr/lib/python3.12/site-packages/application/configuration/datatypes.py /usr/lib/python3.12/site-packages/application/debug /usr/lib/python3.12/site-packages/application/debug/__init__.py /usr/lib/python3.12/site-packages/application/debug/__pycache__ /usr/lib/python3.12/site-packages/application/debug/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/debug/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/debug/__pycache__/memory.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/debug/__pycache__/memory.cpython-312.pyc /usr/lib/python3.12/site-packages/application/debug/__pycache__/timing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/debug/__pycache__/timing.cpython-312.pyc /usr/lib/python3.12/site-packages/application/debug/memory.py /usr/lib/python3.12/site-packages/application/debug/timing.py /usr/lib/python3.12/site-packages/application/log /usr/lib/python3.12/site-packages/application/log/__init__.py /usr/lib/python3.12/site-packages/application/log/__pycache__ /usr/lib/python3.12/site-packages/application/log/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/log/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/log/extensions /usr/lib/python3.12/site-packages/application/log/extensions/__init__.py /usr/lib/python3.12/site-packages/application/log/extensions/__pycache__ /usr/lib/python3.12/site-packages/application/log/extensions/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/log/extensions/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/log/extensions/twisted /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__init__.py /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__pycache__ /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__pycache__/twisted.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/log/extensions/twisted/__pycache__/twisted.cpython-312.pyc /usr/lib/python3.12/site-packages/application/log/extensions/twisted/twisted.py /usr/lib/python3.12/site-packages/application/notification.py /usr/lib/python3.12/site-packages/application/process.py /usr/lib/python3.12/site-packages/application/python /usr/lib/python3.12/site-packages/application/python/__init__.py /usr/lib/python3.12/site-packages/application/python/__pycache__ /usr/lib/python3.12/site-packages/application/python/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/decorator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/decorator.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/descriptor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/descriptor.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/queue.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/queue.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/threadpool.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/threadpool.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/weakref.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/application/python/__pycache__/weakref.cpython-312.pyc /usr/lib/python3.12/site-packages/application/python/decorator.py /usr/lib/python3.12/site-packages/application/python/descriptor.py /usr/lib/python3.12/site-packages/application/python/queue.py /usr/lib/python3.12/site-packages/application/python/threadpool.py /usr/lib/python3.12/site-packages/application/python/types.py /usr/lib/python3.12/site-packages/application/python/weakref.py /usr/lib/python3.12/site-packages/application/system.py /usr/lib/python3.12/site-packages/application/version.py /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/INSTALLER /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/METADATA /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/RECORD /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/REQUESTED /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/WHEEL /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/licenses /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/licenses/LICENSE /usr/lib/python3.12/site-packages/python3_application-3.0.3.dist-info/top_level.txt /usr/share/doc/packages/python312-application /usr/share/doc/packages/python312-application/ChangeLog /usr/share/doc/packages/python312-application/NEWS /usr/share/doc/packages/python312-application/README /usr/share/doc/packages/python312-application/examples /usr/share/doc/packages/python312-application/examples/README /usr/share/doc/packages/python312-application/examples/config.ini /usr/share/doc/packages/python312-application/examples/config.py /usr/share/doc/packages/python312-application/examples/debug.py /usr/share/doc/packages/python312-application/examples/notification.py /usr/share/doc/packages/python312-application/examples/process.py /usr/share/doc/packages/python312-application/examples/singleton.py /usr/share/licenses/python312-application /usr/share/licenses/python312-application/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 25 22:22:47 2025