{ "info": { "author": "Core of Science", "author_email": "dev@coreofscience.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "================\nPython WoS tools\n================\n\n\n.. image:: https://img.shields.io/pypi/v/wostools.svg\n :target: https://pypi.python.org/pypi/wostools\n\n.. image:: https://img.shields.io/travis/coreofscience/python-wostools.svg\n :target: https://travis-ci.org/coreofscience/python-wostools\n\n.. image:: https://readthedocs.org/projects/python-wostools/badge/?version=latest\n :target: https://python-wostools.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://zenodo.org/badge/94160457.svg\n :target: https://zenodo.org/badge/latestdoi/94160457\n :alt: DOI: 10.5281/zenodo.1344261\n\nTranslates isi web of knowledge files into python objects.\n\n* Free software: MIT license\n* Documentation: https://python-wostools.readthedocs.io.\n\n\nQuickstart\n----------\n\nInstall the library by:\n\n.. code-block:: bash\n\n $ pip install wostools\n\nSay you want to grab the title of all the articles in an isi file, you can grab\n`this example file`_.\n\n.. code-block:: python\n\n >>> from wostools import CollectionLazy\n >>> collection = CollectionLazy('docs/examples/bit-pattern-savedrecs.txt')\n >>> for article in collection.articles:\n ... print(article.TI)\n Structural control of ultra-fine CoPt nanodot arrays via electrodeposition process\n Porphyrin-based Pt/Pd-containing metallopolymers: Synthesis, characterization, optical property and potential application in bioimaging\n Syntheses and Controllable Self-Assembly of Luminescence Platinum(II) Plane-Coil Diblock Copolymers\n # ...\n\nNever fear wostools cli is here. To help you do some common tasks right from\nyour terminal.\n\n.. code-block:: bash\n\n $ wostools --help\n $ # To build a citation graph full with properties\n $ wostools citation-graph docs/examples/bit-pattern-savedrecs.txt output.graphml\n\nFeatures\n--------\n\n* Just parses an isi web of knowledge file and produces a native python object.\n* Through the :code:`CollectionLazy` object it can do this using the minimum\n ammount of memory it can possibly do.\n* It has a cli to generate graphs and analyze stuff for you :smile:\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _`this example file`: docs/examples/bit-pattern-savedrecs.txt\n\n\n=======\nHistory\n=======\n\n0.2.0 (2018-08-12)\n------------------\n\n* Add support for all WOS fields.\n* Add graph building support.\n* Add a little cli for common tasks.\n\n0.1.1 (2018-05-10)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/coreofscience/python-wostools", "keywords": "wostools", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "wostools", "package_url": "https://pypi.org/project/wostools/", "platform": "", "project_url": "https://pypi.org/project/wostools/", "project_urls": { "Homepage": "https://github.com/coreofscience/python-wostools" }, "release_url": "https://pypi.org/project/wostools/0.2.3/", "requires_dist": [ "networkx (<3.0,>=2.0)", "click (<7.0,>=6.7)" ], "requires_python": "", "summary": "Translates isi web of knowledge files into python objects.", "version": "0.2.3" }, "last_serial": 4163537, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9bb3ab9098154ac1b917c8d0fc8e8ecd", "sha256": "4b451367fc4309a33cfa1954ac32e7af0beb96d573b0e0b473c4290398aecfa0" }, "downloads": -1, "filename": "wostools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9bb3ab9098154ac1b917c8d0fc8e8ecd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031, "upload_time": "2017-06-13T02:41:14", "url": "https://files.pythonhosted.org/packages/02/d9/0f1031aa5d0b4a0a3e714fe3d90a2b1470a3e7aff857f2505c5f87dddfd9/wostools-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fb8082e1f909fa3743f0080551a6dff8", "sha256": "83d8021459842d752343911bd26de5aa452eecca1f94dff9c74f79461c003ecd" }, "downloads": -1, "filename": "wostools-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fb8082e1f909fa3743f0080551a6dff8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2202, "upload_time": "2017-06-13T02:46:53", "url": "https://files.pythonhosted.org/packages/af/5f/8ab91ddd39416a51955e8a2214c7b3ff95c9f19f8a358e74afdef2123f9b/wostools-0.1.1.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "092595098cb6a1e981be2cedae2eccf5", "sha256": "7b4a43316ee45fd1487118dc11ca63e2b8b883531598e5c523546a4eb6212573" }, "downloads": -1, "filename": "wostools-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "092595098cb6a1e981be2cedae2eccf5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7334, "upload_time": "2018-08-13T04:40:27", "url": "https://files.pythonhosted.org/packages/e8/6c/5220bc8f592a994f690d5aed73856bbfdd46f3e966327e6d771870bedcfb/wostools-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "370cd6996e221022ae1282d43ebb0925", "sha256": "62b5fdac6fdf01a0339fe2429647066057a9850afb5a43d49862ac74d84bda5e" }, "downloads": -1, "filename": "wostools-0.2.1.tar.gz", "has_sig": false, "md5_digest": "370cd6996e221022ae1282d43ebb0925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13136, "upload_time": "2018-08-13T04:40:28", "url": "https://files.pythonhosted.org/packages/34/15/529e1f3ce29f5a3f7b5707c0f1f2c11f8e011cb53f3584c438dcfd2bf2de/wostools-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bdc0bd54c5f5565c55b433df51c70dc8", "sha256": "c3b1640712c1040a4fd0be30fd81e284a10649e63963697ab7201fba1b0eeabb" }, "downloads": -1, "filename": "wostools-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bdc0bd54c5f5565c55b433df51c70dc8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7335, "upload_time": "2018-08-13T04:52:17", "url": "https://files.pythonhosted.org/packages/6f/b7/b4104c3df75f904dc1ec4550eabf56aac1f2db71a4a82a2b48c713eaf77b/wostools-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "879ecbd257f4af81501a08579862e86a", "sha256": "b9e52e202e8f96af739cd05f5ed3b5ba89dd45063c999b79bef53e83e9917421" }, "downloads": -1, "filename": "wostools-0.2.2.tar.gz", "has_sig": false, "md5_digest": "879ecbd257f4af81501a08579862e86a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13144, "upload_time": "2018-08-13T04:52:18", "url": "https://files.pythonhosted.org/packages/28/a4/86c1dd3754b0bf217eadd3ddb297e8d202e7d01f0ac479179ea9e30b8131/wostools-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ae284dd7711bbba6a7006bb01f524cfd", "sha256": "5b69661a071b9e8a644ff35e5fb687ed5350c8a4577c24cd7934d539d5b403cb" }, "downloads": -1, "filename": "wostools-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae284dd7711bbba6a7006bb01f524cfd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7335, "upload_time": "2018-08-13T04:59:02", "url": "https://files.pythonhosted.org/packages/ec/e3/c1d3becc40233b10c1ec143bb6dd445ffd8faad33bef10788d33aaee2a99/wostools-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d19225e0d12c8c2979a68c21538015f", "sha256": "1c69ea453fbf245e82d45ca19bac75e047f7f05dd1745b4f26f427f600fc1c4a" }, "downloads": -1, "filename": "wostools-0.2.3.tar.gz", "has_sig": false, "md5_digest": "6d19225e0d12c8c2979a68c21538015f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13143, "upload_time": "2018-08-13T04:59:03", "url": "https://files.pythonhosted.org/packages/ca/89/314e6c233924a667bfe2e1ff858b254e2ee21753fe07d4eef3cea317abcf/wostools-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae284dd7711bbba6a7006bb01f524cfd", "sha256": "5b69661a071b9e8a644ff35e5fb687ed5350c8a4577c24cd7934d539d5b403cb" }, "downloads": -1, "filename": "wostools-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae284dd7711bbba6a7006bb01f524cfd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7335, "upload_time": "2018-08-13T04:59:02", "url": "https://files.pythonhosted.org/packages/ec/e3/c1d3becc40233b10c1ec143bb6dd445ffd8faad33bef10788d33aaee2a99/wostools-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d19225e0d12c8c2979a68c21538015f", "sha256": "1c69ea453fbf245e82d45ca19bac75e047f7f05dd1745b4f26f427f600fc1c4a" }, "downloads": -1, "filename": "wostools-0.2.3.tar.gz", "has_sig": false, "md5_digest": "6d19225e0d12c8c2979a68c21538015f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13143, "upload_time": "2018-08-13T04:59:03", "url": "https://files.pythonhosted.org/packages/ca/89/314e6c233924a667bfe2e1ff858b254e2ee21753fe07d4eef3cea317abcf/wostools-0.2.3.tar.gz" } ] }