Metadata-Version: 2.1
Name: brood
Version: 0.2.0
Summary: A flexible concurrent command runner.
Home-page: https://github.com/JoshKarpel/brood
License: MIT
Author: Josh Karpel
Author-email: josh.karpel@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: GitPython (>=3.1.20,<4.0.0)
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: gitignore-parser (>=0.0.8,<0.0.9)
Requires-Dist: identify (>=2.2.13,<3.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: rich (>=10.9.0,<11.0.0)
Requires-Dist: rtoml (>=0.7.0,<0.8.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Requires-Dist: watchdog (>=2.1.5,<3.0.0)
Description-Content-Type: text/markdown

# Brood

[![PyPI](https://img.shields.io/pypi/v/brood)](https://pypi.org/project/brood/)
[![PyPI - License](https://img.shields.io/pypi/l/brood)](https://pypi.org/project/brood/)

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/JoshKarpel/brood/main.svg)](https://results.pre-commit.ci/latest/github/JoshKarpel/brood/main)
[![codecov](https://codecov.io/gh/JoshKarpel/brood/branch/main/graph/badge.svg?token=2sjP4V0AfY)](https://codecov.io/gh/JoshKarpel/brood)

[![GitHub issues](https://img.shields.io/github/issues/JoshKarpel/brood)](https://github.com/JoshKarpel/brood/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/JoshKarpel/brood)](https://github.com/JoshKarpel/brood/pulls)

A flexible concurrent command runner,
inspired by [Concurrently](https://github.com/open-cli-tools/concurrently) and powered by [Rich](https://github.com/willmcgugan/rich).


## Platform Support

Brood currently supports POSIX systems like Linux and MacOS.
You can try to run it on Windows, but it probably won't work!

