跳转到主要内容

Web of Science 文章匹配检索客户端

项目描述

Web of Science API客户端

https://img.shields.io/pypi/v/wosclient.svg https://img.shields.io/travis/iplweb/wosclient.svg Documentation Status Updates

IPLweb为Python 3.6开发的Web of Science文章匹配检索客户端。

本产品与Clarivate Analytics没有任何形式的赞助或关联。

功能

  • 查询Web of Science核心集的文章匹配检索API

  • 内部使用requests处理网络流量和生成器节省内存,Click处理命令行

  • 支持Python 3.6。

示例使用

请查阅原始README文件https://github.com/Clarivate-SAR/wos-amr。安装后,"wosclient"模块提供了一个名为"lookup_ids"的命令,其行为应与Clarivate-SAR仓库中的原始模块中的"lookup_ids.py"示例相似。尽管有一些小的改进,例如默认将输出文件设置为stdout,您也可以在命令行中传递用户名和密码,查看它。

$ lookup_ids --help                                                                                                     (env: wosclient) 2 
Usage: lookup_ids [OPTIONS] INFILE

Options:
--outfile PATH
--password TEXT  API password
--user TEXT      API username
--help           Show this message and exit.

$ # These are completely optional, you will be prompted:
# export WOS_USER=username
# export WOS_PASSWORD=Password

$ lookup_ids tests/example.csv
User [username]:
Password [password]:
id,ut,doi,pmid,times cited,source
# ... after a second
0,WOS:000276621200002,10.1016/j.bbr.2009.10.030,19883697,123,http://gateway.webofknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcApp=PARTNER_APP&SrcAuth=LinksAMR&KeyUT=WOS:000276621200002&DestLinkType=FullRecord&DestApp=ALL_WOS&UsrCustomerID=536ab1eb96204d8944f0b2ff5513dbea
1,WOS:000299789100009,10.1080/09602011.2011.621275,22011016,40,http://gateway.webofknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcApp=PARTNER_APP&SrcAuth=LinksAMR&KeyUT=WOS:000299789100009&DestLinkType=FullRecord&DestApp=ALL_WOS&UsrCustomerID=536ab1eb96204d8944f0b2ff5513dbea
2,WOS:000300816600006,10.1016/j.neuropsychologia.2011.12.011,22223077,25,http://gateway.webofknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcApp=PARTNER_APP&SrcAuth=LinksAMR&KeyUT=WOS:000300816600006&DestLinkType=FullRecord&DestApp=ALL_WOS&UsrCustomerID=536ab1eb96204d8944f0b2ff5513dbea

致谢

此包是用Cookiecutteraudreyr/cookiecutter-pypackage项目模板创建的。

历史

0.1.0 (2018-04-18)

  • 首次在PyPI上发布。

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于 安装软件包 的信息。

源代码发行版

wosclient-0.1.5.tar.gz (12.7 kB 查看哈希值)

上传时间 源代码

构建发行版

wosclient-0.1.5-py2.py3-none-any.whl (6.8 kB 查看哈希值)

上传时间 Python 2 Python 3

支持