Puranjay Savar Mattas 9a59044400
All checks were successful
PR Title Checker / Validate PR Title Format (pull_request) Successful in 1s
PR Management Bot / pr-bot (pull_request) Successful in 6s
EC-21: FIX: 422 Unprocessable Entity for PR Management Workflow
2026-02-22 23:29:45 +00:00
2026-02-18 15:29:18 +00:00
2026-02-18 15:29:18 +00:00
2026-02-18 15:29:18 +00:00
2026-02-18 15:29:18 +00:00
2026-02-20 13:13:59 +00:00
2026-02-18 16:10:54 +00:00
2026-02-18 15:29:18 +00:00

📦 Evercatch Python

Official Python SDK for Evercatch webhook infrastructure platform.


🧭 Overview

This repository contains the official Python SDK for the Evercatch platform. Its purpose is to provide a simple and convenient interface for developers to interact with the Evercatch API, manage webhooks, and handle events within their Python applications.

⚠️ This SDK is currently under active development and is not yet ready for production use. The package published on PyPI is a placeholder to reserve the name.


🛠️ Tech Stack

The final technology stack is being determined. The planned stack is as follows:

Layer Technology
Language Python
Framework None (Standard Library + Minimal Dependencies)
Key Dependencies httpx or requests (for HTTP), Pydantic (for data models)

🚀 Getting Started

Prerequisites

  • Python 3.12+

Installation (Future)

Once released, the package will be available on PyPI:

# This will not work until the first official release
pip install evercatch

Local Development

The repository can be cloned for contribution or testing once development is further along.

# Clone the repo
git clone https://git.psmattas.com/Evercatch/evercatch-python.git

cd evercatch-python

# Note: The project is not yet functional.

🌿 Branching & Commits

All work follows the Evercatch contribution guide defined in the org README.

Branch format: EC-ID-short-description Commit format: EC-00: type(scope): message

See Evercatch Org README for full conventions.


⚙️ CI/CD

Automated via Jenkins. Merges to main trigger staging deployments.

Pipeline Status
Build Build Status
Lint Lint Status
Test Test Status

📄 License

Copyright © 2026 Evercatch. Proprietary and confidential. Unauthorised distribution is strictly prohibited.

Description
Official Python SDK for Evercatch webhook infrastructure platform.
Readme MIT 73 KiB
Languages
Markdown 100%