Metadata-Version: 2.1
Name: pypubmed
Version: 1.0.2
Summary: A Python Toolkits for NCBI Pubmed
Home-page: https://github.com/suqingdong/pypubmed
Author: suqingdong
Author-email: 1078595229@qq.com
License: BSD License
Project-URL: Documentation, https://pypubmed.readthedocs.io
Project-URL: Tracker, https://github.com/suqingdong/pypubmed/issues
Description: # NCBI Pubmed Toolkits
        ---
        ## Requirements
        ---
        - Python3.6+
        
        ---
        ## Installation
        ```bash
        pip3 isntall pypubmed
        ```
        
        ---
        ## Usage
        ### `search`
        > search Pubmed with term
        ```bash
        pypubmed search --help
        ```
        
        ### `advance-search`
        > search Pubmed with term
        ```bash
        pypubmed advance-search --help
        ```
        
        ### `citations`
        > generate citations for given PMID
        ```bash
        pypubmed citations --help
        ```
        
        
        ---
        ## Documents
        > https://pypubmed.readthedocs.io/en/latest/
        
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
