search pubmeds quickly


Keywords
crawler, ncbi, pubmed, python
License
BSD-3-Clause
Install
pip install pubmed2==0.0.8

Documentation

Install

1 install from pip

pip install pubmed2

2 install from source code

git clone https://github.com/suqingdong/pubmed2.git
cd pubmed2
python setup.py install

3 use it directly

git clone https://github.com/suqingdong/pubmed2.git
cd pubmed2/pubmed2
pubmed -h

Usage

pubmed 'ngs AND association'
pubmed '(LVNC) AND (mutation OR variation)' -m 50 -mif 5

FAQ

Install failed?

  • Windows maybe need VCForPython
  • Linux maybe need python-dev or python-devel