Skip to main content

No project description provided

Project description

Vulkan

Vulkan Lib

The vulkan library is the main entrypoint for Vulkan functionality.
It allows you to access all of Vulkan's functionality in a direct and flexible way.

Installation

Git

You will need to clone this repository using git. If you don't have it yet, you can install from this link: git.

Installing the Python Library

Currently, you need to install this package from source.\

git clone https://github.com/vulkanlabs/vulkan.git
cd vulkan
pip install .

Technical Overview

Defining and automating workflows

The main purpose of Vulkan is to facilitate creating, testing and scaling decision workflows. You define a flow as a sequence of interconnected steps, each expressed as a Python function.

Execution Environment

Each task (node) is executed in isolation, having access only to the inputs specified on its definition. The outputs of each node are serialized, being accessible to the user or other nodes. In this way, each node can be thought of as a function that runs on an independent, disposable environment, but with durable results.

Components (Reusable workflow parts)

We may want to create bits of logic that are shared between workflows - think data cleaning, validation.

While you can use a shared library to do that, it's possible to define a workflow that can be reused accross policies. Components can be configured on instantiation, and can have some configuration done on the definition. A simple example would be defining a component for querying an API: you can write the logic to query and treat data, configure the server parameters (endpoint, method, etc), and a user can later specify the data to be queried or the credentials to use.

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

vulkanlabs_vulkan-0.1.0.dev20251208205322.tar.gz (66.4 kB view details)

Uploaded Source

Built Distribution

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

vulkanlabs_vulkan-0.1.0.dev20251208205322-py2.py3-none-any.whl (98.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file vulkanlabs_vulkan-0.1.0.dev20251208205322.tar.gz.

File metadata

File hashes

Hashes for vulkanlabs_vulkan-0.1.0.dev20251208205322.tar.gz
Algorithm Hash digest
SHA256 ff360e2d7e72bf798f9a653b8e1fee8f837db14ad2f50d1c99572d986524ad64
MD5 ad6f9e7be96a2d3c283eec6c695efa8d
BLAKE2b-256 1ac8bc4ac7b7eb8c2aa1357802a48aac7d5699451aa947ab552ff0838abb69dc

See more details on using hashes here.

File details

Details for the file vulkanlabs_vulkan-0.1.0.dev20251208205322-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for vulkanlabs_vulkan-0.1.0.dev20251208205322-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 088f78d1cd5a915f1a7b2e2bdd24f981a1e98bcd90470fb2a4bd2a7d5a8fbeeb
MD5 73f7758f7c8df7e3ec60f18736b35bea
BLAKE2b-256 32aabc458a0af3b7718d0d87346ecf4c30749e180586a20e942d60aa257a1274

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