Metadata-Version: 2.4
Name: atipflow
Version: 0.1.0
Summary: Visual flow orchestration platform for Python data pipelines
Requires-Python: >=3.12
Requires-Dist: aiofiles>=23.0
Requires-Dist: aiokafka>=0.12
Requires-Dist: aiosmtplib>=3.0
Requires-Dist: aiosqlite>=0.20
Requires-Dist: anthropic>=0.40
Requires-Dist: boto3>=1.34
Requires-Dist: croniter>=2.0.0
Requires-Dist: cryptography
Requires-Dist: fastapi[standard]
Requires-Dist: faststream[nats]
Requires-Dist: httpx>=0.27.0
Requires-Dist: jq>=1.6.0
Requires-Dist: jsonpath-ng>=1.6.0
Requires-Dist: jsonschema>=4.20.0
Requires-Dist: motor>=3.3
Requires-Dist: nats-py>=2.13.1
Requires-Dist: openai>=1.50
Requires-Dist: redis>=5.0
Requires-Dist: sqlalchemy[asyncio]>=2.0
Requires-Dist: typer
Requires-Dist: uvicorn[standard]
Provides-Extra: dev
Requires-Dist: fakeredis>=2.20; extra == 'dev'
Requires-Dist: mongomock-motor>=0.0.21; extra == 'dev'
Requires-Dist: moto[s3]>=5.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Description-Content-Type: text/markdown

# atipflow

Visual flow orchestration platform for Python data pipelines.

## Quick Start

```bash
pip install atipflow
atipflow start
```

Then open http://localhost:8080 in your browser.

## Development

```bash
# Install dependencies
uv sync --all-extras

# Start backend (dev mode)
make dev-backend

# Start frontend (dev mode)
make dev-frontend

# Build distributable wheel
make build

# Run tests
make test
```
# In developmet