/usr/share/pyshared/zope.event-3.5.1.egg-info/PKG-INFO is in python-zope.event 3.5.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | Metadata-Version: 1.0
Name: zope.event
Version: 3.5.1
Summary: Very basic event publishing system
Home-page: http://pypi.python.org/pypi/zope.event
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zope.event`` README
=====================
The ``zope.event`` package provides a simple event system, including:
- An event publishing API, intended for use by applications which are
unaware of any subscribers to their events.
- A very simple event-dispatching system on which more sophisticated
event dispatching systems can be built. For example, a type-based
event dispatching system that builds on ``zope.event`` can be found in
``zope.component``.
Please see ``doc/index.rst`` for the documentation.
``zope.event`` Changelog
========================
3.5.1 (2011-08-04)
------------------
- Added Sphinx documentation.
3.5.0 (2010-05-01)
------------------
- Added change log to ``long-description``.
- Support for Python 3.x.
3.4.1 (2009-03-03)
------------------
- A few minor cleanups.
3.4.0 (2007-07-14)
------------------
- Initial release as a separate project.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|