Metadata-Version: 2.1
Name: distributaur
Version: 0.0.1
Summary: Simple task manager and job queue for distributed rendering. Built on celery and redis.
Home-page: https://github.com/RaccoonResearch/distributaur
Author: Raccoon Research
Author-email: shawmakesmagic@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: fsspec
Requires-Dist: argparse
Requires-Dist: numpy
Requires-Dist: black
Requires-Dist: celery
Requires-Dist: scipy
Requires-Dist: redis
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: huggingface-hub
Requires-Dist: mkdocs
Requires-Dist: mkdocs-material
Requires-Dist: mkdocstrings
Requires-Dist: pytest


A super simple way to distribute rendering tasks across multiple machines.


[![Lint and Test](https://github.com/RaccoonResearch/distributaur/actions/workflows/test.yml/badge.svg)](https://github.com/RaccoonResearch/distributaur/actions/workflows/test.yml)
[![PyPI version](https://badge.fury.io/py/distributaur.svg)](https://badge.fury.io/py/distributaur)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/RaccoonResearch/distributaur/blob/main/LICENSE)
[![forks - distributaur](https://img.shields.io/github/forks/RaccoonResearch/distributaur?style=social)](https://github.com/RaccoonResearch/distributaur)

# Installation

```bash
pip install distributaur
```

# Contributions Welcome

If you like this library and want to contribute in any way, please feel free to submit a PR and we will review it. Please note that the goal here is simplicity and accesibility, using common language and few dependencies.
