{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Provides event interfaces and implementations for server process lifecycle events (startup, database opening, etc.) designed to work with zope.event.","skillfed_tags":["zope-ecosystem","event-driven"],"use_cases":["Trigger initialization logic when a Zope server starts up by subscribing to IProcessStarting events.","Perform cleanup or resource allocation when a database connection is opened during process startup.","Coordinate multi-component startup sequences in a Zope application using process lifecycle events.","Integrate custom event handlers into Zope's application initialization pipeline.","Build monitoring or logging that tracks when Zope processes transition through lifecycle stages."],"what_it_does":"zope.processlifetime defines event interfaces and implementations for key moments in a server process's lifecycle\u2014startup, database opening, and shutdown. It is part of the Zope ecosystem and is typically used alongside zope.event to notify subscribers when these lifecycle transitions occur. The package is minimal and focused: it provides the event contracts (interfaces) and basic implementations, leaving the actual event dispatch to zope.event. It depends on setuptools and zope.interface, making it lightweight to integrate into Zope-based applications.\n\nThe package is actively maintained and supports modern Python versions (3.9 through 3.13). It recently migrated from pkg_resources to PEP 420 native namespaces in version 4.0, indicating ongoing modernization. With no known security vulnerabilities and a stable API, it is suitable for applications that need to hook into Zope's process lifecycle events.","worth_installing":"Yes, if you are building or maintaining a Zope application that needs to hook into process lifecycle events. The package is lightweight, actively maintained, has no security vulnerabilities, and integrates cleanly with zope.event. Install only if you are already using Zope; it has no value outside that ecosystem."},"id":"zope-processlifetime","links":{"html":"https://skillfed.io/packages/zope-processlifetime","md":"https://skillfed.io/packages/zope-processlifetime.md","pypi":"https://pypi.org/project/zope-processlifetime/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-09-12","license_spdx":null,"license_treatment":"unclear","name":"zope.processlifetime","python_support":"supports_current","summary":"Zope process lifetime events"},"popularity":{"monthly_downloads":142802,"position":11201,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0"}
