Coder Social home page Coder Social logo

zopefoundation / zope.event Goto Github PK

View Code? Open in Web Editor NEW
44.0 71.0 16.0 152 KB

Event publishing / dispatch, used by Zope Component Architecture

Home Page: http://zopeevent.readthedocs.io

License: Other

Python 100.00%
event framework python dispatch subscribe publish maintained

zope.event's Introduction

zope.event

Latest Version Documentation Status

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 synchronous 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 http://zopeevent.readthedocs.io/ for the documentation.

zope.event's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zope.event's Issues

Deprecated setuptools parameter

PROBLEM REPORT

What I did:

I installed this package on gentoo

What I expect to happen:

Just that the package would install without anything specific

What actually happened:

I got a QA warning saying the following:

  • Messages for package dev-python/zope-event-5.0:

  • Log file: /var/log/portage/build/dev-python/zope-event-5.0:20240503-195705.log

  • QA Notice: setuptools warnings detected:

  •  The namespace_packages parameter is deprecated.
    

What version of Python and Zope/Addons I am using:

I was on python3.11 and python3.12 on Gentoo and compiling from sources.

LICENSE file missing from latest release

Tools such as pip-licenses use the LICENSE file included in uploaded Python packages to generate license reports. The latest release of zope.event does not have a LICENSE file included.

Could a new release of zope.event be released using the latest wheel library that pulls in the LICENSE file automatically?

Documentation - Sync vs. Async

Hey,
If I'm not mistaken, the basic event system is synchronous (meaning that after dispatch, the process will wait until all subscribers have processed the event). This may be worth mentioning in the README and documentation.

Add support for Python 3.6

And modernize/standardize tox.ini/.travis.yml. (I don't see any reason we can't use coverage and zope.testrunner here too. I mean, there's not much to cover, but still. That wouldn't seem to introduce any circular dependencies.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.