Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# ppp_connectors


A clean, modular set of Python connectors and utilities for working with both **APIs** and **DBMS backends**, unified by a centralized `Broker` abstraction and a consistent interface. Designed for easy testing, code reuse, and plug-and-play extensibility.

## ⚠️ **Deprecation notice**

**APIary** is the successor to the `ppp-connectors` package.
The original `ppp-connectors` package has been frozen at its final 0.x.x release
and will continue to remain available on PyPI for existing users.
New development and releases are published under the `apiary` package name.

## 📚 Table of Contents

Expand Down
Loading