Metadata-Version: 2.3
Name: pubmed-scraper-rashi
Version: 0.1.1
Summary: Fetch PubMed papers with non-academic authors
Author: Rashi Jain
Author-email: rjrashijain2709@gmail.com
Requires-Python: >=3.9
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.32.4)
Project-URL: Repository, https://github.com/Rashijain2709/pubmed-scraper
Description-Content-Type: text/markdown

# 🧬 PubMed Scraper

A Python CLI tool to fetch research papers from PubMed based on a search query, filtering results to only include those with at least one non-academic (pharmaceutical/biotech) author.

---

## 🚀 Features

- Fetches papers using the [PubMed E-utilities API](https://www.ncbi.nlm.nih.gov/books/NBK25501/)
- Filters authors affiliated with biotech/pharmaceutical companies
- Saves results as CSV or prints to console
- Supports full PubMed query syntax
- Easy CLI usage
- Installable as a Python package

---

## 🧪 Installation (from TestPyPI)

```bash
pip install --index-url https://test.pypi.org/simple/ pubmed-scraper
