{ "info": { "author": "Tjelvar Olsson", "author_email": "tjelvar.olsson@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Add HTTP support to dtool for read only access to datasets\n==========================================================\n\n.. image:: https://badge.fury.io/py/dtool-http.svg\n :target: http://badge.fury.io/py/dtool-http\n :alt: PyPi package\n\n.. image:: https://travis-ci.org/jic-dtool/dtool-http.svg?branch=master\n :target: https://travis-ci.org/jic-dtool/dtool-http\n :alt: Travis CI build status (Linux)\n\n.. image:: https://codecov.io/github/jic-dtool/dtool-http/coverage.svg?branch=master\n :target: https://codecov.io/github/jic-dtool/dtool-http?branch=master\n :alt: Code Coverage\n\n- GitHub: https://github.com/jic-dtool/dtool-http\n- Free software: MIT License\n\n\nFeatures\n--------\n\n- Publish dtool datasets by making them accessible via HTTP(S)\n- Interact with dtool datasets over HTTP(S)\n- Copy a dataset over HTTP(S)\n\n\nInstallation\n------------\n\nTo install the dtool-http package.\n\n.. code-block:: bash\n\n cd dtool-http\n python setup.py install\n\n\nUsage\n-----\n\nTo publish a dataset hosted in Amazon S3 or Microsoft Azure Storage use the\n``dtool_publish_dataset`` command line utility::\n\n $ dtool_publish_dataset azure://jicinformatics/c58038a4-3a54-425e-9087-144d0733387f\n Dataset accessible at: https://jicinformatics.blob.core.windows.net/c58038a4-3a54-425e-9087-144d0733387f\n\n\nTo show the descriptive metadata of the published dataset:: \n\n $ dtool readme show https://jicinformatics.blob.core.windows.net/c58038a4-3a54-425e-9087-144d0733387f\n ---\n description: Enterobacteria phage lambda, complete genome\n creation_date: 2018-02-06\n accession: NC_001416.1\n link: https://www.ncbi.nlm.nih.gov/nuccore/NC_001416.1\n reference: |\n Nucleotide [Internet]. Bethesda (MD):\n National Library of Medicine (US),\n National Center for Biotechnology Information; [1988] - .\n Accession No. NC_001416.1, Enterobacteria phage lambda, complete genome\n [cited 2018 Feb 06]\n Available from: https://www.ncbi.nlm.nih.gov/nuccore/NC_001416.1\n\n\nTo copy the dataset to local disk::\n\n $ dtool copy https://jicinformatics.blob.core.windows.net/c58038a4-3a54-425e-9087-144d0733387f ~/my_datasets\n Dataset copied to:\n file:///Users/olssont/my_datasets/lamda-phage-genome\n\n\nServing a directory of datasets over HTTP\n-----------------------------------------\n\nThere is a simple utility for serving datasets in a directory over HTTP called\n``dtool_serve_direcotry``. This is mainly useful for testing purposes.\n\nUsage::\n\n $ dtool_serve_directory ~/my_datasets\n\nThe default port used is 8081. To show the descriptive metadata in the README\none can use dtool::\n\n $ dtool readme show http://localhost:8081/lamda-phage-genome\n ---\n description: Enterobacteria phage lambda, complete genome\n creation_date: 2018-02-06\n accession: NC_001416.1\n link: https://www.ncbi.nlm.nih.gov/nuccore/NC_001416.1\n reference: |\n Nucleotide [Internet]. Bethesda (MD):\n National Library of Medicine (US),\n National Center for Biotechnology Information; [1988] - .\n Accession No. NC_001416.1, Enterobacteria phage lambda, complete genome\n [cited 2018 Feb 06]\n Available from: https://www.ncbi.nlm.nih.gov/nuccore/NC_001416.1\n\n\nRelated packages\n----------------\n\n- `dtoolcore `_\n- `dtool-cli `_\n- `dtool-info `_\n- `dtool-s3 `_\n- `dtool-azure `_", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jic-dtool/dtool-http/tarball/0.5.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jic-dtool/dtool-http", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dtool-http", "package_url": "https://pypi.org/project/dtool-http/", "platform": "", "project_url": "https://pypi.org/project/dtool-http/", "project_urls": { "Download": "https://github.com/jic-dtool/dtool-http/tarball/0.5.1", "Homepage": "https://github.com/jic-dtool/dtool-http" }, "release_url": "https://pypi.org/project/dtool-http/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "Add HTTP read only dataset support to dtool", "version": "0.5.1", "yanked": false, "yanked_reason": null }, "last_serial": 10716434, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b61414c9b8b85dd765058e5c535ba306", "sha256": "fd201fe67d04e009f3993071d11059a77fc78d01e517beb9b71a3cbbf9232c87" }, "downloads": -1, "filename": "dtool-http-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b61414c9b8b85dd765058e5c535ba306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5490, "upload_time": "2018-07-05T12:53:46", "upload_time_iso_8601": "2018-07-05T12:53:46.467914Z", "url": "https://files.pythonhosted.org/packages/cd/f4/b5eaa9fd7d3bd9a668c0a03d8c8060502f16d0690e941d2b01e0417ff20c/dtool-http-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "69b85b17430a88c7e2ef3ee946d69fdc", "sha256": "c25e817606ace9039ef963fc7cc615c43489b23f8a4d2f8f17898727e11c9742" }, "downloads": -1, "filename": "dtool-http-0.2.0.tar.gz", "has_sig": false, "md5_digest": "69b85b17430a88c7e2ef3ee946d69fdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5571, "upload_time": "2018-07-09T13:58:43", "upload_time_iso_8601": "2018-07-09T13:58:43.462810Z", "url": "https://files.pythonhosted.org/packages/e8/64/c33ccc7b0bf5f551c3ddf71cc03be6f851fe03833435e1583338eb2b475f/dtool-http-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "ff6412c88215348f7d22ca4c983fc87b", "sha256": "77f657a5f9104663a0b7eddd569a3369d99e679218754b4c41c5303cea543049" }, "downloads": -1, "filename": "dtool-http-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ff6412c88215348f7d22ca4c983fc87b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5566, "upload_time": "2019-03-29T11:25:11", "upload_time_iso_8601": "2019-03-29T11:25:11.323599Z", "url": "https://files.pythonhosted.org/packages/12/f8/7d5263d30bad51bb96771d967cac2b541441f399f7272ad50967f0ef84cb/dtool-http-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "ae199753a96a20dd62346054155dcc4b", "sha256": "8514dc02179b48e01c24f0268ae90c5a16d86e97f61c339466f2e0bb8e31d57b" }, "downloads": -1, "filename": "dtool-http-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ae199753a96a20dd62346054155dcc4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5538, "upload_time": "2019-04-25T16:56:44", "upload_time_iso_8601": "2019-04-25T16:56:44.121756Z", "url": "https://files.pythonhosted.org/packages/6a/c9/8a5842a252f7ec19602442055aab70163712f393f2ba5cc6c9c9cdc5686b/dtool-http-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a98dc945568643cc3030d444858ff9f6", "sha256": "9f6c577185a30cfe37d41d4e64aa74a1d9f28632fbdfbdddbde32a8fdd815ad2" }, "downloads": -1, "filename": "dtool-http-0.4.0.tar.gz", "has_sig": false, "md5_digest": "a98dc945568643cc3030d444858ff9f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5663, "upload_time": "2019-10-31T08:52:12", "upload_time_iso_8601": "2019-10-31T08:52:12.727810Z", "url": "https://files.pythonhosted.org/packages/28/d8/703559676a3d364c42a3c093ac33c2cb0a3285b9f1d93d58a29373243eee/dtool-http-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "38151702220f2f1a463cf1b56f53e4d9", "sha256": "02f581435369252d53e8c283cd5d3726404c0bf1858a1ddebdf15cd8e9a58b8e" }, "downloads": -1, "filename": "dtool-http-0.5.0.tar.gz", "has_sig": false, "md5_digest": "38151702220f2f1a463cf1b56f53e4d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5687, "upload_time": "2020-03-19T16:26:57", "upload_time_iso_8601": "2020-03-19T16:26:57.374006Z", "url": "https://files.pythonhosted.org/packages/30/a1/c9d107cb46273c679389f6297d76b9b5e948bb34b5b599a5133d8686b366/dtool-http-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d67c4555772a78f4d1b31591b4d2b07b", "sha256": "4f3950b82ff3d6823124ee3b3e0a328aac3043ec6e992bc2169db5debf96ed49" }, "downloads": -1, "filename": "dtool-http-0.5.1.tar.gz", "has_sig": false, "md5_digest": "d67c4555772a78f4d1b31591b4d2b07b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7227, "upload_time": "2021-06-22T23:33:58", "upload_time_iso_8601": "2021-06-22T23:33:58.129414Z", "url": "https://files.pythonhosted.org/packages/e2/f4/d0c8246ba23f0e5ac96e50548c372938bd1c2ba504872828f705e3cd0409/dtool-http-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d67c4555772a78f4d1b31591b4d2b07b", "sha256": "4f3950b82ff3d6823124ee3b3e0a328aac3043ec6e992bc2169db5debf96ed49" }, "downloads": -1, "filename": "dtool-http-0.5.1.tar.gz", "has_sig": false, "md5_digest": "d67c4555772a78f4d1b31591b4d2b07b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7227, "upload_time": "2021-06-22T23:33:58", "upload_time_iso_8601": "2021-06-22T23:33:58.129414Z", "url": "https://files.pythonhosted.org/packages/e2/f4/d0c8246ba23f0e5ac96e50548c372938bd1c2ba504872828f705e3cd0409/dtool-http-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }