Metadata-Version: 2.4
Name: fabricatio-team
Version: 0.1.1
Summary: An extension of fabricatio
Project-URL: Homepage, https://github.com/Whth/fabricatio
Project-URL: Repository, https://github.com/Whth/fabricatio
Project-URL: Issues, https://github.com/Whth/fabricatio/issues
Author-email: Whth <zettainspector@foxmail.com>
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: <3.14,>=3.12
Requires-Dist: fabricatio-core
Description-Content-Type: text/markdown

# `fabricatio-team`

[MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Python Versions](https://img.shields.io/pypi/pyversions/fabricatio-team)
[![PyPI Version](https://img.shields.io/pypi/v/fabricatio-team)](https://pypi.org/project/fabricatio-team/)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-team/week)](https://pepy.tech/projects/fabricatio-team)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-team)](https://pepy.tech/projects/fabricatio-team)
[![Build Tool: uv](https://img.shields.io/badge/built%20with-uv-orange)](https://github.com/astral-sh/uv)


An extension of fabricatio.

---

## 📦 Installation

This package is part of the `fabricatio` monorepo and can be installed as an optional dependency:

```bash
pip install fabricatio[team]

# or with uv
# uv pip install fabricatio[team]
```

Or install `fabricatio-diff` along with all other components of `fabricatio`:

```bash
pip install fabricatio[full]

# or with uv
# uv pip install fabricatio[full]
```

## 🔍 Overview

Provides essential tools for:

...



## 🧩 Key Features

...


## 🔗 Dependencies

Core dependencies:

- `fabricatio-core` - Core interfaces and utilities
  ...

## 📄 License

This project is licensed under the MIT License.