Skip to main content

Subscription library for Python Coders

Project description

ksubscribe

Python-Event-Based-Programming-Methodology



This is a library that help python coder to run event-based methodology.

You can subscribe an event from object to another object. Ksubscribe library is designed with Singleton design pattern. So, if you create more that one Ksubscribe object, the all object is actually same object.

!!!!
Subscriber class must have inform functions. You can see the examples in examples.

You can publish the event from subscriber like this

    self.slaveEventObject = Ksubscribe()
    def eventTwoSecond(self):
        self.slaveEventObject._publish(eventName="everyTwoSecond")

The ksubscribe library has these function that is mentioned in below.

    def _subscribeForAnEvent(self,subscriber,eventName:str)

    def _createAnEvent(self, eventName:str)

    def _publish(self,eventName:str,parameters=None)

    def _removeAnEvent(self,eventName:str)

    def _removeAllEvents(self):
    
```
<br/><br/>
You can check [example usage](https://github.com/bossman48/ksubscribe-example-usage#in-this-example-usage-of-ksubscribe-we-have-master-and-slave-class)

<br/><br/>
If you have any question, send mail to [me](kuzucu48@gmail.com)



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ksubscribe-1.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

ksubscribe-1.0.4-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page