Metadata-Version: 2.4
Name: tigrcorn
Version: 0.1.0.dev6
Summary: Planning-stage Tigrbl package that provides foundational utilities and conventions for tigrcorn workflows.
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: tigrbl,tigrcorn,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/tigrcorn/">
        <img src="https://img.shields.io/pypi/dm/tigrcorn" alt="PyPI - Downloads"/></a>
    <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrcorn/">
        <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrcorn.svg"/></a>
    <a href="https://pypi.org/project/tigrcorn/">
        <img src="https://img.shields.io/pypi/pyversions/tigrcorn" alt="PyPI - Python Version"/></a>
    <a href="https://pypi.org/project/tigrcorn/">
        <img src="https://img.shields.io/pypi/l/tigrcorn" alt="PyPI - License"/></a>
    <a href="https://pypi.org/project/tigrcorn/">
        <img src="https://img.shields.io/pypi/v/tigrcorn?label=tigrcorn&color=green" alt="PyPI - tigrcorn"/></a>
</p>

## Features

- Defines a planning-stage namespace for tigrcorn capabilities.
- Establishes a package foundation for future Tigrbl-oriented extensions.
- Targets Python 3.10 through 3.12.

## Installation

### uv

```bash
uv add tigrcorn
```

### pip

```bash
pip install tigrcorn
```

## Usage

Use `tigrcorn` as a base package for importing shared constants, compatibility helpers,
and future extension points as the project evolves.

