{ "info": { "author": "Yinlin Chen, Tingting Jiang, Lee Hunter", "author_email": "ylchen@vt.edu, virjtt03@vt.edu, whunter@vt.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "# [VIVOHarvester](https://pypi.org/project/VIVOHarvester/)\n\n# Installation\n```\npip install VIVOHarvester\n```\nor\n```\ngit clone git@github.com:VTUL/VIVOHarvester.git\npython setup.py install\n```\n\n# Usage:\n* Harvest data from Elements (Default)\n```\nvivotool -f local.yml -t harvest -d 0\n```\n\n* Harvest data from Elements a day ago (Current time -1 day)\n```\nvivotool -f local.yml -t harvest -d 1\n```\n\n* Import RDF data into a VIVO instance\n```\nvivotool -f local.yml -t ingest\n```\n\n* Fetch user_map.csv\n```\nvivotool -f local.yml -t getuser\n```\nor\n```\nvivotool -f local.yml -t getuser -o yourpath/yourfilename\n```\n\n# Database creation\n* Create require database\n```\nvivotool -f local.yml -t db\n```\n\n# Upgrade to newer version\n```\npip uninstall VIVOHarvester\npip install VIVOHarvester==0.1.2 (e.g.)\n```\n\n# Testing\n```\npy.test --cov=vivotool test/\ncoverage report -m\ncoverage report\n```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/VTUL/VIVOHarvester", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "VIVOHarvester", "package_url": "https://pypi.org/project/VIVOHarvester/", "platform": "", "project_url": "https://pypi.org/project/VIVOHarvester/", "project_urls": { "Homepage": "https://github.com/VTUL/VIVOHarvester" }, "release_url": "https://pypi.org/project/VIVOHarvester/0.2.2/", "requires_dist": [ "nose", "rdflib", "xmltodict", "pyyaml", "lxml", "requests", "cryptography", "pytz", "pymysql" ], "requires_python": "", "summary": "VIVO harvester", "version": "0.2.2" }, "last_serial": 5092309, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "f11a3be30c13139931a5226668392025", "sha256": "00d2fb2d1147f285005e8ed1049bc750668701ea91d68763fb38d74a3611eef3" }, "downloads": -1, "filename": "VIVOHarvester-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f11a3be30c13139931a5226668392025", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42693, "upload_time": "2019-04-03T17:27:02", "url": "https://files.pythonhosted.org/packages/0b/4d/ff1f06fb0e07a32bc51a23dcf06a3caa327ceaf9faec12a178724e4922ea/VIVOHarvester-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8286d26e333406f8b351261997e95fb0", "sha256": "8b40c1978f0ab0e91fa3e7e6fd6fd2deda503c3365dca11d416cc8fd1dbf19c0" }, "downloads": -1, "filename": "VIVOHarvester-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8286d26e333406f8b351261997e95fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23481, "upload_time": "2019-04-03T17:27:03", "url": "https://files.pythonhosted.org/packages/25/17/bd8960ea9c215b4eedf00ca550cc8c006fe0c42c11035aaf0455ec83987e/VIVOHarvester-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f11a3be30c13139931a5226668392025", "sha256": "00d2fb2d1147f285005e8ed1049bc750668701ea91d68763fb38d74a3611eef3" }, "downloads": -1, "filename": "VIVOHarvester-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f11a3be30c13139931a5226668392025", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42693, "upload_time": "2019-04-03T17:27:02", "url": "https://files.pythonhosted.org/packages/0b/4d/ff1f06fb0e07a32bc51a23dcf06a3caa327ceaf9faec12a178724e4922ea/VIVOHarvester-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8286d26e333406f8b351261997e95fb0", "sha256": "8b40c1978f0ab0e91fa3e7e6fd6fd2deda503c3365dca11d416cc8fd1dbf19c0" }, "downloads": -1, "filename": "VIVOHarvester-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8286d26e333406f8b351261997e95fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23481, "upload_time": "2019-04-03T17:27:03", "url": "https://files.pythonhosted.org/packages/25/17/bd8960ea9c215b4eedf00ca550cc8c006fe0c42c11035aaf0455ec83987e/VIVOHarvester-0.2.2.tar.gz" } ] }