Metadata-Version: 2.4
Name: fw-nodes-github
Version: 0.0.1a1
Summary: GitHub nodes for Flowire workflow automation
License-Expression: MIT
Requires-Python: >=3.13
Requires-Dist: flowire-sdk>=0.0.1a1
Requires-Dist: httpx>=0.26.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# fw-nodes-github

GitHub nodes for [Flowire](https://github.com/flowire) workflow automation.

## Nodes

- **GitHub Get Repo** — Get details about a GitHub repository by URL or owner/repo

## Installation

```bash
uv pip install fw-nodes-github
```

Enable in your Flowire backend `.env`:

```
INSTALLED_NODE_PACKAGES=fw-nodes-core,fw-nodes-github
```
