Metadata-Version: 2.4
Name: astroweave
Version: 0.0.1
Summary: Workflow engine for the Astro ecosystem — orchestrate crawl, AI, and rules pipelines
Author-email: Etoileint <etoileint@163.com>, Etoileint <littlestar@buaa.edu.cn>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Etoileint/AstroProject
Project-URL: Repository, https://github.com/Etoileint/AstroProject
Project-URL: Issues, https://github.com/Etoileint/AstroProject/issues
Project-URL: Documentation, https://github.com/Etoileint/AstroProject#readme
Keywords: workflow,orchestration,pipeline,dag,crawler,async,python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astrobasis>=0.1
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Dynamic: license-file

# astroweave <em>织霞</em>

> 织其华者，舞万丈霞

Workflow engine for the Astro ecosystem — orchestrate crawl, AI, and rules pipelines as composable DAG workflows.

## Status

Planning phase (ADR-0014). Placeholder package.

## Install

```bash
pip install astroweave
```

## License

Apache 2.0
