Metadata-Version: 2.4
Name: axiom-news-summarizer
Version: 1.0.0
Summary: AI-powered news summarizer CLI tool by AXIOM Systems
Author-email: Manuel Echepares / AXIOM Systems <axiom@systemstech.com>
License: MIT
Project-URL: Homepage, https://github.com/axiom-systemstech/axiom-news-summarizer
Project-URL: Repository, https://github.com/axiom-systemstech/axiom-news-summarizer
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: newspaper3k>=0.2.8
Requires-Dist: transformers>=4.36.0
Requires-Dist: torch>=2.1.0
Requires-Dist: feedparser>=6.0.10
Requires-Dist: rich>=13.7.0
Dynamic: license-file


# 📰 AXIOM News Summarizer

> **AI-powered intelligence from your terminal**

Intelligent news summarization tool by AXIOM Systems. Fetches latest news and generates concise AI summaries using Facebook's BART model.

## ✨ AXIOM Features

- 🎯 **Terminal-native** - Pure CLI intelligence
- 🧠 **BART AI summaries** - Facebook's state-of-the-art model
- ⚡ **Real-time fetch** - Google News RSS integration
- 🎨 **Rich UI** - Colored panels and progress bars
- 📦 **One-command install** - `pip install axiom-news-summarizer`

## 🚀 Quick Install

```bash
pip install axiom-news-summarizer
```
💻 Usage
bash
axiom-news-summarizer elecciones
axiom-news-summarizer tecnologia
axiom-news-summarizer deportes

## 🛠️ Development
```bash
git clone https://github.com/axiom-systemstech/axiom-news-summarizer.git
cd axiom-news-summarizer
pip install -e .
pytest tests/
```

## 📄 License
MIT © Manuel Echepares / AXIOM Systems
