Skip to content

Commit

Permalink
description changed
Browse files Browse the repository at this point in the history
  • Loading branch information
chessenjoyer17 committed Jan 13, 2025
1 parent c482cbb commit 2a142e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bazario

**Bazario** is a lightweight handler routing library designed for modular applications, implementing the CQRS (Command and Query Responsibility Segregation) pattern. It simplifies development by providing centralized handling of requests (Requests) and events (Notifications), with efficient handler routing and support for both synchronous and asynchronous operations.
**Bazario** is a lightweight handler routing library designed for modular applications. It simplifies development by providing centralized mechanisms for handling requests (Requests) and events (Notifications), with efficient handler routing and support for both synchronous and asynchronous operations.

### Key Features
- **Request Handling**: A streamlined mechanism for handling requests with clear separation of responsibilities
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ where = ["src"]

[project]
name = "bazario"
version = "0.2.6"
version = "0.2.7"
readme = "README.md"
authors = [{ name = "Alim Abrekov", email = "[email protected]" }]
description = "Lightweight handler routing library for modular apps."
Expand Down

0 comments on commit 2a142e7

Please sign in to comment.