Metadata-Version: 2.4
Name: agentic-blog
Version: 0.0.1
Summary: Agentic Blog — an agentic crawler for blogs (work in progress).
Project-URL: Homepage, https://github.com/tjdwls101010/Agentic-Blog
Project-URL: Repository, https://github.com/tjdwls101010/Agentic-Blog
Project-URL: Issues, https://github.com/tjdwls101010/Agentic-Blog/issues
Author: seongjin
License: MIT
License-File: LICENSE
Keywords: agent,agentic,blog,crawler
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Agentic Blog

An agentic crawler for blogs. **Work in progress.**

## Status

This is an initial placeholder release (`0.0.1`) published to establish the PyPI
publishing pipeline via GitHub Actions trusted publishing. Real functionality is
coming soon.

## Installation

```bash
pip install agentic-blog
```

## License

[MIT](LICENSE)
