{ "info": { "author": "Raf Guns", "author_email": "raf.guns@uantwerpen.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "# wosfile\n\n[![Build Status](https://travis-ci.org/rafguns/wosfile.svg?branch=master)](https://travis-ci.org/rafguns/wosfile)\n[![Coverage Status](https://coveralls.io/repos/rafguns/wosfile/badge.svg?branch=master&service=github)](https://coveralls.io/github/rafguns/wosfile?branch=master)\n\n**wosfile** is a Python package designed to read and handle data exported from Thomson Reuters Web of Science\u00e2\u201e\u00a2. It supports both tab-delimited files and so-called 'plain text' files.\n\nPros:\n* It has no requirements beyond Python 3.6+ and the standard library.\n* Completely iterator-based, so useful for working with large datasets. At no point should we ever have more than one single record in memory.\n* Simple API: usually one needs just one function `wosfile.records_from()`.\n\nCons:\n* Pure Python, so might be slow.\n* At the moment, wosfile does little more than reading WoS files and generating *Record* objects for each record. While it does some niceties like parsing address fields, it does not have any analysis functionality.\n\n## Other Python packages\n\nThe following packages also read WoS files (+ sometimes much more):\n* [WOS+](https://pypi.org/project/WOSplus/)\n* [metaknowledge](https://pypi.org/project/metaknowledge/)\n* [wostools](https://pypi.org/project/wostools/)\n\nOther packages query WoS directly through the API and/or by scraping the web interface:\n* [pywos](https://pypi.org/project/pywos/) (elsewhere called [wos-statistics](https://github.com/refraction-ray/wos-statistics))\n* [wos](https://pypi.org/project/wos/)\n* [wosclient](https://pypi.org/project/wosclient/)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rafguns/wosfile", "keywords": "", "license": "New BSD License", "maintainer": "", "maintainer_email": "", "name": "wosfile", "package_url": "https://pypi.org/project/wosfile/", "platform": "any", "project_url": "https://pypi.org/project/wosfile/", "project_urls": { "Homepage": "http://github.com/rafguns/wosfile" }, "release_url": "https://pypi.org/project/wosfile/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Handle Thomson Reuters Web of Science\u2122 export files", "version": "0.4.1" }, "last_serial": 5503136, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "5566990ec8f9e2cd0fde16dad80039fa", "sha256": "e9b9d6322ca32b2b11b6d2282c0418d08cce62e4280d7a329388c6afa8994be0" }, "downloads": -1, "filename": "wosfile-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5566990ec8f9e2cd0fde16dad80039fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8734, "upload_time": "2019-07-08T21:03:30", "url": "https://files.pythonhosted.org/packages/5e/f6/832a89731b7a46a7dac55e3d208465cab71dc41d4611777947d17b14f7ba/wosfile-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2678141db1e108ef5ec09dd920497d06", "sha256": "18fac36a8e8a2bc2306aa86a997c512885fe57cf6a028ab83b23798f4f97cb13" }, "downloads": -1, "filename": "wosfile-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2678141db1e108ef5ec09dd920497d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6728, "upload_time": "2019-07-08T21:03:32", "url": "https://files.pythonhosted.org/packages/22/ef/40691e395cf7893003c621d849467f3851b45b5b5144c7743295da994e6a/wosfile-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5566990ec8f9e2cd0fde16dad80039fa", "sha256": "e9b9d6322ca32b2b11b6d2282c0418d08cce62e4280d7a329388c6afa8994be0" }, "downloads": -1, "filename": "wosfile-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5566990ec8f9e2cd0fde16dad80039fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8734, "upload_time": "2019-07-08T21:03:30", "url": "https://files.pythonhosted.org/packages/5e/f6/832a89731b7a46a7dac55e3d208465cab71dc41d4611777947d17b14f7ba/wosfile-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2678141db1e108ef5ec09dd920497d06", "sha256": "18fac36a8e8a2bc2306aa86a997c512885fe57cf6a028ab83b23798f4f97cb13" }, "downloads": -1, "filename": "wosfile-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2678141db1e108ef5ec09dd920497d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6728, "upload_time": "2019-07-08T21:03:32", "url": "https://files.pythonhosted.org/packages/22/ef/40691e395cf7893003c621d849467f3851b45b5b5144c7743295da994e6a/wosfile-0.4.1.tar.gz" } ] }