Metadata-Version: 1.2
Name: pgsignals
Version: 0.1.3
Summary: Allows handle PostgreSQL notifies via listener as regular Django signal.
Home-page: https://github.com/gtors/django-pgsignals/
Author: gtors
Author-email: andrey.torsunov@gmail.com
License: mit
Description: # Django PostgreSQL Signals
        
        This django app allows you to pass events about database changes directly into Djagno as regular signal.
        
        
        # Install
        
        ## Pypi
        
        ```
        pip install pgsignals
        ```
        
        ## Github
        
        ```
        pip install git+https://github.com/gtors/pgsignals#egg=pgsignals-0.1
        ```
        
        # Usage
        
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
