Metadata-Version: 2.1
Name: lifeblood-viewer
Version: 0.3.0
Summary: view the LIFEBLOOD !!
Home-page: https://github.com/pedohorse/lifeblood
Author: XAPKOHHEH
Project-URL: Bug Tracker, https://github.com/pedohorse/lifeblood/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: <3.11,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: imgui ~=2.0
Requires-Dist: glfw ~=2.5
Requires-Dist: PyOpenGL ~=3.1
Requires-Dist: PySide2 ~=5.15
Requires-Dist: lz4 ~=4.0
Requires-Dist: lifeblood ~=0.1
Requires-Dist: grandalf ~=0.7
Requires-Dist: numpy ~=1.21

[Documentation](https://pedohorse.github.io/lifeblood)

|master|dev|
|---|---|
|[![Tests](https://github.com/pedohorse/lifeblood/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/pedohorse/lifeblood/actions/workflows/python-app.yml)<br>[![Tests windows](https://github.com/pedohorse/lifeblood/actions/workflows/tests-win.yml/badge.svg?branch=master)](https://github.com/pedohorse/lifeblood/actions/workflows/tests-win.yml)|[![Tests](https://github.com/pedohorse/lifeblood/actions/workflows/python-app.yml/badge.svg?branch=dev)](https://github.com/pedohorse/lifeblood/actions/workflows/python-app.yml)<br>[![Tests windows](https://github.com/pedohorse/lifeblood/actions/workflows/tests-win.yml/badge.svg?branch=dev)](https://github.com/pedohorse/lifeblood/actions/workflows/tests-win.yml)|

![](icon/lifeblood.svg)

## Lifeblood
Lifeblood is a task/job management software package  
currently it aims for smaller teams, farms or even individual setups, but with scaling  always in mind.

In terms of CG industry it's a mini render farm manager, but actually it's more than that,  
It is a universal task automation tool.  
Rendering, simulating, caching - are all just tasks that can be automated.

it consists of **scheduler**, **workers** and **viewers**

a scheduler manages multiple workers, giving them tasks to complete.  
GUI tool is used to check on the state of scheduler and tasks and modify task
processing graph.

This system overview should be very familiar to anyone who saw at least one renderfarm.

check [documentation here](https://pedohorse.github.io/lifeblood)  
and also [video tutorials](https://pedohorse.github.io/lifeblood/tutorials.html)

### Features:
- instantly and easily deployable
- easy scaling in mind
- dynamic slots, worker resources management
- support for environment wrappers (allow you to integrate with existing packaging systems like rez)

### Features To Be Done:
- arbitrary resource requirements
- arbitrary token counting (for license management for example)
- worker capabilities (automatic versioned worker "groups")
- rez environment resolver
- cgroups environment resolver
  
### Even Further Future Features
- easy cloud deployment
- be integrateable (to some extent) with existing farm managers

## UNDER DEVELOPMENT

