Metadata-Version: 2.4
Name: tigrbl_spec
Version: 0.1.0.dev9
Summary: Planning-stage Tigrbl specification package for shared interfaces, protocol definitions, and compatibility targets.
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: tigrbl,spec,sdk,standards,planning
Author: Jacob Stewart
Author-email: jacob@swarmauri.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown

![Tigrbl Branding](https://github.com/swarmauri/swarmauri-sdk/blob/a170683ecda8ca1c4f912c966d4499649ffb8224/assets/tigrbl.brand.theme.svg)

<p align="center">
    <a href="https://pypi.org/project/tigrbl_spec/">
        <img src="https://img.shields.io/pypi/dm/tigrbl_spec" alt="PyPI - Downloads"/></a>
    <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec/">
        <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec.svg"/></a>
    <a href="https://pypi.org/project/tigrbl_spec/">
        <img src="https://img.shields.io/pypi/pyversions/tigrbl_spec" alt="PyPI - Python Version"/></a>
    <a href="https://pypi.org/project/tigrbl_spec/">
        <img src="https://img.shields.io/pypi/l/tigrbl_spec" alt="PyPI - License"/></a>
    <a href="https://pypi.org/project/tigrbl_spec/">
        <img src="https://img.shields.io/pypi/v/tigrbl_spec?label=tigrbl_spec&color=green" alt="PyPI - tigrbl_spec"/></a>
</p>

## Features

- Provides a planning-stage home for Tigrbl shared specifications.
- Captures protocol and interface intent for future package consumers.
- Declares Python 3.10 through 3.12 support.

## Installation

### uv

```bash
uv add tigrbl_spec
```

### pip

```bash
pip install tigrbl_spec
```

## Usage

Import `tigrbl_spec` to access shared specification artifacts as they are introduced,
including compatibility contracts and cross-package interface definitions.

