Metadata-Version: 1.1
Name: pubmed2
Version: 0.0.6
Summary: search pubmeds quickly
Home-page: https://github.com/suqingdong/pubmed2
Author: suqingdong
Author-email: suqingdong@novogene.com
License: BSD License
Description: Install
        ------------
        
        1 install from pip
        
        .. code-block:: console
        
            pip install pubmed2
        
        2 install from source code
        
        .. code-block:: console
        
            git clone https://github.com/suqingdong/pubmed2.git
            cd pubmed2
            python setup.py install
        
        3 use it directly
        
        .. code-block:: console
        
            git clone https://github.com/suqingdong/pubmed2.git
            cd pubmed2/pubmed2
            pubmed -h
        
        
        Usage
        ------------
        
        .. code-block:: console
        
            pubmed 'ngs AND association'
            pubmed '(LVNC) AND (mutation OR variation)' -m 50 -mif 5
        
        
        FAQ
        ------------
        
        *Install failed?*
        
        - Windows maybe need `VCForPython <https://www.microsoft.com/en-us/download/details.aspx?id=44266>`_
        - Linux maybe need ``python-dev`` or ``python-devel``
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
