CONTRIBUTING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/reference.rst
docs/tips.rst
docs/examples/AbstractRetrieval.rst
docs/examples/AffiliationSearch.rst
docs/examples/AuthorRetrieval.rst
docs/examples/AuthorSearch.rst
docs/examples/CitationOverview.rst
docs/examples/ContentAffiliationRetrieval.rst
docs/examples/ScopusSearch.rst
docs/examples/SerialTitle.rst
docs/reference/scopus.AbstractRetrieval.rst
docs/reference/scopus.AffiliationSearch.rst
docs/reference/scopus.AuthorRetrieval.rst
docs/reference/scopus.AuthorSearch.rst
docs/reference/scopus.CitationOverview.rst
docs/reference/scopus.ContentAffiliationRetrieval.rst
docs/reference/scopus.ScopusSearch.rst
docs/reference/scopus.SerialTitle.rst
docs/reference/scopus.report.rst
docs/tips/KeyError.rst
docs/tips/affiliations.rst
docs/tips/errors.rst
docs/tips/migration1.rst
docs/tips/updates.rst
meta/AUTHORS.rst
meta/CHANGES.rst
meta/RoseJohn2019_scopus.pdf
scopus/__init__.py
scopus/abstract_citations.py
scopus/abstract_retrieval.py
scopus/affiliation_retrieval.py
scopus/affiliation_search.py
scopus/author_retrieval.py
scopus/author_search.py
scopus/exception.py
scopus/scopus_search.py
scopus/serial_title.py
scopus.egg-info/PKG-INFO
scopus.egg-info/SOURCES.txt
scopus.egg-info/dependency_links.txt
scopus.egg-info/not-zip-safe
scopus.egg-info/pbr.json
scopus.egg-info/requires.txt
scopus.egg-info/top_level.txt
scopus/classes/__init__.py
scopus/classes/retrieval.py
scopus/classes/search.py
scopus/tests/README.md
scopus/tests/__init__.py
scopus/tests/test_AbstractRetrieval.py
scopus/tests/test_AffiliationSearch.py
scopus/tests/test_AuthorRetrieval.py
scopus/tests/test_AuthorSearch.py
scopus/tests/test_CitationOverview.py
scopus/tests/test_ContentAffiliationRetrieval.py
scopus/tests/test_ScopusSearch.py
scopus/tests/test_SerialTitle.py
scopus/utils/__init__.py
scopus/utils/constants.py
scopus/utils/create_config.py
scopus/utils/get_content.py
scopus/utils/parse_content.py
scopus/utils/startup.py