Skip to main content

A professional collection of pre-built steps and states for the WPipe orchestration engine.

Project description

🧱 WPipe Steps

A professional collection of pre-built, production-ready steps and states for the WPipe orchestration engine.

WPipe Steps provides a comprehensive library of modular components ("Steps") that can be easily integrated into your WPipe pipelines. Instead of reinventing the wheel for common tasks like API calls, database queries, or notifications, simply import and use a pre-built step.


📂 Professional Structure

The library is organized into logical "Packs" based on functionality:

Pack Namespace Description
🌐 Connectivity wpipe_steps.connectivity HttpRequestStep: REST client.
GraphQLQueryStep: GraphQL executor.
WebhookTriggerStep: Webhook notifier.
SftpTransferStep: SFTP transfer.
RSSParserStep: RSS parser.
OAuth2AuthStep: OAuth2 manager.
📊 Database wpipe_steps.database MySQLQueryStep: MySQL/MariaDB SQL executor.
RedisCacheStep: Redis key-value store manager.
🛡️ Security wpipe_steps.security Nmap, Shodan, Vault, Inyection Filtering.
☁️ Infrastructure wpipe_steps.infrastructure AWS S3, Docker, Kubernetes, Terraform.
📧 Communication wpipe_steps.communication Telegram, Slack, Discord, SendGrid, Twilio.
📁 Data wpipe_steps.data CSV, JSON, PDF, Excel, Image Processing.
🎙️ Multimedia wpipe_steps.multimedia Audio Normalization, Whisper AI, TTS.
🤖 AI wpipe_steps.ai OpenAI, HuggingFace, Sentiment Analysis.
⚙️ System wpipe_steps.system Resource Monitoring, Shell Exec, Health Checks.

🚀 Quick Start

Installation

pip install wpipe-steps

Basic Usage

from wpipe import Pipeline
from wpipe_steps.connectivity import HttpRequestStep

# Create a pipeline
pipeline = Pipeline(pipeline_name="fetch_api")

# Use a pre-built step
pipeline.set_steps([
    HttpRequestStep.as_step(
        name="fetch_user",
        url="https://api.example.com/user/1",
        method="GET"
    )
])

pipeline.run({})

🛠️ Developer Guide: Creating a New Step

All steps should inherit from BaseStep located in wpipe_steps.core.base.

from wpipe_steps.core.base import BaseStep

class MyCustomStep(BaseStep):
    def execute(self, data):
        # Your logic here
        data["my_key"] = "my_value"
        return data

📢 Roadmap

Check the TODO.txt for the full list of planned steps for each pack.


Diseñado con ❤️ por William Rodriguez (wisrovi) para ingenieros que buscan máxima productividad.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wpipe_steps-0.9.0.tar.gz (83.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wpipe_steps-0.9.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file wpipe_steps-0.9.0.tar.gz.

File metadata

  • Download URL: wpipe_steps-0.9.0.tar.gz
  • Upload date:
  • Size: 83.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for wpipe_steps-0.9.0.tar.gz
Algorithm Hash digest
SHA256 8db5d879490080a02d91ceaa8d4863eb1982042529ce0717b2c23728bb1d5db6
MD5 a51a30926827a154ecc24094db5b5405
BLAKE2b-256 96672cb098d3ed51870b601b436ce23b1b96d41b2a7143224ce5001c0bc99ad1

See more details on using hashes here.

File details

Details for the file wpipe_steps-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: wpipe_steps-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for wpipe_steps-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f24624a0d72035e6a33646f3cabe31775965105881053eaa6d334b29139e1ada
MD5 a32ac1869e3a488c2a6e44f83da616b5
BLAKE2b-256 1b70fee5f7b741b1420f9c4d8d6ec23a1d56db49f29603f2ba6e8cafa1b2d302

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page