Skip to content

Commit

Permalink
Merge pull request #4 from Capsize-Games/w4ffl35-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
w4ffl35 authored Feb 11, 2024
2 parents dc96b29 + 5e5aaaa commit 954e703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Upload Python Package](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml)

![image](https://github.com/Capsize-Games/PyQt6-mediator-mixin/assets/25737761/8282b463-9cf7-46cf-836a-2efb6db30a36)

`PyQt6 Mediator Mixin` is a Python library that enhances PyQt6's signal-slot mechanism by implementing the mediator pattern. This pattern allows classes to emit and receive signals without knowing about each other, leading to more modular and maintainable code.

Key features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PyQt6-mediator-mixin',
version="1.0.2",
version="1.0.3",
author="Capsize LLC",
description="A PyQt6 mediator mixin",
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand Down

0 comments on commit 954e703

Please sign in to comment.