Metadata-Version: 2.3
Name: my-pubmed-package
Version: 0.1.0
Summary: A typed Python module and CLI to fetch PubMed papers affiliated with pharma/biotech companies.
License: MIT
Author: Deepak Singh ds4maths@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
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.31.0,<3.0.0)
Description-Content-Type: text/markdown

# My PubMed Package

This project fetches PubMed papers for a given query, identifies those with at least one author affiliated with a pharmaceutical or biotech company, and returns data in CSV or prints to console.

## Installation

Use [Poetry](https://python-poetry.org/) or install via pip from TestPyPI:

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

