This is the first release of pg-async-events, a simple event notification and subscription service using PostgreSQL. It provides an easy-to-use, asynchronous API for leveraging PostgreSQL's LISTEN/NOTIFY mechanism in Python projects.
Features:
Asynchronous event handling using asyncio and asyncpg.
Real-time notifications via PostgreSQL's LISTEN/NOTIFY.
Simple API for subscribing to and publishing events.
This version is intended to provide the basic functionality needed to integrate event-driven architecture into applications with minimal setup.