Skip to main content

Deppy: A Python dependency executor that builds and executes DAGs efficiently, optimizing workflows with concurrency and flexibility. Perfect for managing complex dependent tasks effortlessly.

Project description

Deppy

Coverage Code Quality

🚀 Deppy is a cutting-edge dependency executor for Python that empowers developers to design, build, and execute DAGs (Directed Acyclic Graphs) efficiently, effectively, and effortlessly.

Deppy is a versatile tool for designing complex workflows, including:

  • 📊 ETL Pipelines: Seamlessly extract, transform, and load data across systems.

🌟 Features:

  • 🛠️ Graph Building: Create complex workflows with minimal effort.
  • Optimized Execution: Executes dependencies in the optimal order, leveraging threads and concurrency for maximum performance.
  • 🖼️ Graph Visualization: Gain insights into your workflows with intuitive visual representations of your DAGs.
  • 🔄 Flexible Workflow Design: Seamlessly supports synchronous, asynchronous, and hybrid workflows.
  • 🎯 Advanced Utilities: Packed with tools to streamline and supercharge your development experience.
  • 🛡️ Reliable: Comprehensive test coverage ensures stability and reliability.

📦 Installation

Deppy has support for python 3.11 and above.

To install Deppy, simply run:

pip install dep-python

If you want to use the helpers which have external dependencies, you can install them by running:

pip install 'dep-python[<helper>]'

Supported helpers with external dependencies are:

  • asyncclient
  • dlt

🚀 Quick Start

A quick and easy example to get you started with Deppy:

from deppy import Deppy

def get_list():
    return ["world!", "everyone!", "deppy!"]

def say_hello(to):
    return f"Hello {to}"

deppy = Deppy()

get_list_node = deppy.add_node(func=get_list)
say_hello_node = deppy.add_node(func=say_hello)
deppy.add_edge(get_list_node, say_hello_node, input_name="to", loop=True)

result = deppy.execute()
print(result.query(say_hello_node))  # ['Hello world!', 'Hello everyone!', 'Hello deppy!']

📖 Documentation

For detailed usage and advanced features, dive into our comprehensive documentation.


📂 Examples

The Examples folder contains practical demonstrations to help you get started quickly. Each example showcases how to use Deppy effectively in real-world scenarios. 🛠️


⚡ Transform your workflow management with Deppy today!

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

dep_python-1.1.5.tar.gz (225.6 kB view details)

Uploaded Source

Built Distribution

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

dep_python-1.1.5-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

Details for the file dep_python-1.1.5.tar.gz.

File metadata

  • Download URL: dep_python-1.1.5.tar.gz
  • Upload date:
  • Size: 225.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.12

File hashes

Hashes for dep_python-1.1.5.tar.gz
Algorithm Hash digest
SHA256 e0e48bc1dbeb9c99f2d588d9901f757c014c451d6f11dfc4b360630a261dfe00
MD5 6e4dd58541ea1b3b99415d9aa8d2bff0
BLAKE2b-256 2cd1b9efe5963457652050f3d123b32c1ebec46e94baf817c61d657dd85e0a4d

See more details on using hashes here.

File details

Details for the file dep_python-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: dep_python-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 30.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.12

File hashes

Hashes for dep_python-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3e963ea470a0c0c1011a88e43a73ca842268c9657d9d06b2f1fc01c6102e2887
MD5 0cc6694a9139c6fa1557b4e4cdd39c06
BLAKE2b-256 f3872d63ac501cea7c6bde7505393a16069b8b257239521c7faf876343c4b1ce

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