Metadata-Version: 1.1
Name: scopus
Version: 0.4.4.dev2
Summary: Python-based API-Wrapper to access Scopus
Home-page: https://scopus.readthedocs.io/en/latest/
Author: Michael E. Rose
Author-email: Michael.Ernst.Rose@gmail.com
License: MIT
Description: Python-based API-Wrapper to access Scopus
        
        Documentation: https://scopus.readthedocs.io
        
        .. raw:: html
        
           <a href="https://badge.fury.io/py/scopus">
             <img src="https://badge.fury.io/py/scopus.svg" alt="PyPI version" height="18">
           </a>
        
           <a href='http://scopus.readthedocs.org/en/latest/?badge=latest'>
            <img src='https://readthedocs.org/projects/scopus/badge/?version=latest' alt='Documentation Status' />
           </a>
        
           <a href='https://img.shields.io/pypi/pyversions/scopus.svg'>
             <img src='https://img.shields.io/pypi/pyversions/scopus.svg' alt='Python version' />
           </a>
        
           <a href='https://img.shields.io/pypi/l/scopus.svg'>
             <img src='https://img.shields.io/pypi/l/scopus.svg' alt='Licence' />
           </a>
        
        Installation
        ============
        
        Install stable version from PyPI:
        
        .. code:: bash
        
            pip install scopus
        
        or development version from GitHub repository:
        
        .. code:: bash
        
            pip install git+git://github.com/scopus-api/scopus
        
        Change log
        ==========
        
        Please see `CHANGES.rst <CHANGES.rst>`_.
        
        Contributing
        ============
        
        Please see `CONTRIBUTING.rst <CONTRIBUTING.rst>`_. For a list of contributors see
        `AUTHORS.rst <AUTHORS.rst>`_.
        
        License
        =======
        
        MIT License; see `LICENSE <LICENSE>`_.
        
        
Keywords: scopus
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
