Metadata-Version: 2.3
Name: paperfetch
Version: 0.1.0
Summary: Python script to fetch research papers from PubMed API and save as CSV.
Author: RasiJeon
Author-email: rasijeon@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# PubMed Paper Fetcher

This Python program fetches research papers from PubMed based on a user-specified query, filters papers with authors affiliated with pharmaceutical or biotech companies, and outputs the results as a CSV file.

## 🚀 Features
- ✅ Fetches research papers from PubMed API.
- ✅ Filters papers with authors from pharmaceutical/biotech companies.
- ✅ Saves the output as a CSV file.
- ✅ Command-line interface (CLI) built using Python argparse.
- ✅ Easy to use with Poetry for dependency management.

---

## 📥 Installation

1. **Clone the repository**:
   ```bash
   git clone https://github.com/yourusername/pubmed-paper-fetcher.git
   cd pubmed-paper-fetcher

