{ "info": { "author": "James Wettenhall", "author_email": "james.wettenhall@monash.edu", "bugtrack_url": null, "classifiers": [], "description": "mytardisclient\n--------------\n|travis| |codecov| |readthedocs| |pyup| |python3|\n\n.. |travis| image:: https://travis-ci.org/mytardis/mytardisclient.svg?branch=master\n :target: https://travis-ci.org/mytardis/mytardisclient\n \n.. |codecov| image:: https://codecov.io/gh/mytardis/mytardisclient/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/mytardis/mytardisclient/commits\n\n.. |readthedocs| image:: https://readthedocs.org/projects/mytardisclient/badge/?version=latest\n :target: https://mytardisclient.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |pyup| image:: https://pyup.io/repos/github/mytardis/mytardisclient/shield.svg\n :target: https://pyup.io/repos/github/mytardis/mytardisclient/\n :alt: Updates\n \n.. |python3| image:: https://pyup.io/repos/github/mytardis/mytardisclient/python-3-shield.svg\n :target: https://pyup.io/repos/github/mytardis/mytardisclient/\n :alt: Python 3\n\nCommand Line Interface and Python classes for interacting with MyTardis's REST API.\n\nInstall::\n\n pip install mytardisclient\n\nInstall latest development version::\n\n pip install git+https://github.com/mytardis/mytardisclient.git@master#egg=mytardisclient\n\nExample\n~~~~~~~\n\nDetermine the location of the configuration file where the MyTardis URL is specified::\n\n >>> from mtclient.conf import config\n >>> config.path\n '/Users/james/.config/mytardisclient/mytardisclient.cfg'\n >>> config.url\n 'https://mytardis.example.com'\n\nUse mytardisclient's Dataset model class to look up a public dataset\n(with ID 125) from the MyTardis server, using its RESTful API::\n\n >>> from mtclient.models.dataset import Dataset\n >>> Dataset.objects.get(id=125)\n \n\nThe syntax is intended to be similar to Django ORM syntax, however it is not\nnearly as powerful yet.\n\nTests\n~~~~~\n\nTests can be run with::\n\n pytest --cov=mtclient\n\nor::\n\n pytest --cov=mtclient --cov-report=html\n\nBuilding Documentation\n~~~~~~~~~~~~~~~~~~~~~~\n\nDocumentation can be built with::\n\n cd docs/\n make html", "description_content_type": "text/x-rst", "docs_url": "https://pythonhosted.org/mytardisclient/", "download_url": "https://github.com/mytardis/mytardisclient/archive/0.3.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mytardis/mytardisclient", "keywords": "mytardis,REST", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "mytardisclient", "package_url": "https://pypi.org/project/mytardisclient/", "platform": "", "project_url": "https://pypi.org/project/mytardisclient/", "project_urls": { "Download": "https://github.com/mytardis/mytardisclient/archive/0.3.4.tar.gz", "Homepage": "http://github.com/mytardis/mytardisclient" }, "release_url": "https://pypi.org/project/mytardisclient/0.3.4/", "requires_dist": null, "requires_python": "", "summary": "Command Line Interface and Python classes for interacting with MyTardis's REST API.", "version": "0.3.4" }, "last_serial": 5575341, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "69f38747102f0321124105daf3435ef6", "sha256": "e261f8462ad2206e91aab410295ae5d74a40cbd7e25502745f2e2b97b497d9eb" }, "downloads": -1, "filename": "mytardisclient-0.0.1.tar.gz", "has_sig": false, "md5_digest": "69f38747102f0321124105daf3435ef6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5217, "upload_time": "2015-11-25T22:03:17", "url": "https://files.pythonhosted.org/packages/e8/2c/18492f64e4430cb30e3345dd771887f9d4ddb9eca6c64a0c0358885eeb6e/mytardisclient-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "986d5dbc506298fc60933fe6839a88be", "sha256": "405a118d6cb50a2d05f1e657cd33b97ccc5a582a3089b374461762befbc1f76a" }, "downloads": -1, "filename": "mytardisclient-0.0.2.tar.gz", "has_sig": false, "md5_digest": "986d5dbc506298fc60933fe6839a88be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5262, "upload_time": "2015-11-26T16:53:59", "url": "https://files.pythonhosted.org/packages/c9/19/15a1d295f1dd87194a6b7c0c452bc1603b5c4d6d9685a5935a2eaa4b834f/mytardisclient-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8690bebbe879dd978e461f68a22f7ca2", "sha256": "6ce4834dae6e5e57914b1950ac6f46289e72f28d6d64f0a7060173b28c6d73d4" }, "downloads": -1, "filename": "mytardisclient-0.0.3.tar.gz", "has_sig": false, "md5_digest": "8690bebbe879dd978e461f68a22f7ca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5251, "upload_time": "2015-11-26T17:57:30", "url": "https://files.pythonhosted.org/packages/3d/b5/b912d0b5e44fcd85316a0efa7b1351d6289d8cc47a18a3528a64dd49c5c3/mytardisclient-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "aefc552f5b687a24f7582352aa268e7c", "sha256": "77bbdd21bed94e2f03f964b540669c86b800990e070b60f6ab02892d3de43bd4" }, "downloads": -1, "filename": "mytardisclient-0.0.4.tar.gz", "has_sig": false, "md5_digest": "aefc552f5b687a24f7582352aa268e7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44144, "upload_time": "2015-11-27T02:17:16", "url": "https://files.pythonhosted.org/packages/12/34/48f489ad3e4bd08556024c24030d12950ca29dd315732dd9ce2bb35d39e1/mytardisclient-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "75382ae94aa9b1fe2dc66fc62311ccbf", "sha256": "f6da4c09ac9e99b790f4f9f687438a66384e08d43fc616534d3484e28d6800ce" }, "downloads": -1, "filename": "mytardisclient-0.0.5.tar.gz", "has_sig": false, "md5_digest": "75382ae94aa9b1fe2dc66fc62311ccbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44132, "upload_time": "2015-11-27T02:24:02", "url": "https://files.pythonhosted.org/packages/36/5c/d904ddd69ce96ee028991674184430090be2a7d173300c318d940d5112c4/mytardisclient-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "98131b932f74167e7896288357c72102", "sha256": "fdfbdd4ad0e94afb46ed1e4dde467c24318646e33849c850ffa91254e9fc31e9" }, "downloads": -1, "filename": "mytardisclient-0.0.6.tar.gz", "has_sig": false, "md5_digest": "98131b932f74167e7896288357c72102", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44167, "upload_time": "2015-11-27T02:31:11", "url": "https://files.pythonhosted.org/packages/7f/05/a54459b6897da9711863521ae3bd129d89a6c7c937c905eb5eb95f6dc2ee/mytardisclient-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "4d6d6de3a39908ec3b8041116217082d", "sha256": "cac77b1bcccd1708ece4dfca1d57e6aaf25735c810fe8677985e93bcac099673" }, "downloads": -1, "filename": "mytardisclient-0.0.7.tar.gz", "has_sig": false, "md5_digest": "4d6d6de3a39908ec3b8041116217082d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44286, "upload_time": "2015-11-27T08:46:39", "url": "https://files.pythonhosted.org/packages/25/ec/78f3ba78d3ef2e1861b941737362838f95a1eb69decde7d10d7291e3e073/mytardisclient-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "9e5727aa97e2d393247ea10b3f244b03", "sha256": "f5e0a837debd4b91371233c90bd547131fda77427fb3348cdd65b0eadd9e3841" }, "downloads": -1, "filename": "mytardisclient-0.0.8.tar.gz", "has_sig": false, "md5_digest": "9e5727aa97e2d393247ea10b3f244b03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44298, "upload_time": "2015-11-27T08:57:49", "url": "https://files.pythonhosted.org/packages/c0/41/45adad477c01c3744c84731c8e8310b215fe78e9bd9e4683670e9a11dccf/mytardisclient-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "960da2b5f117c5c4827dc5eff850cb67", "sha256": "6b476400edc1cac57819b9fc461b5fe9781f12857beb57fe1b98128c27b26813" }, "downloads": -1, "filename": "mytardisclient-0.0.9.tar.gz", "has_sig": false, "md5_digest": "960da2b5f117c5c4827dc5eff850cb67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40807, "upload_time": "2015-11-27T09:09:10", "url": "https://files.pythonhosted.org/packages/26/33/43b4276b05b50a249a128ca58afe6946b7ab7810f678089b2e441ce9ce93/mytardisclient-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "64f94f6ab41a299a25b581261bf83b8b", "sha256": "6b4f5c87b48d9018b5eb50c4e1b3f2aa53555d3c93792a181df5eb1f2ac5096c" }, "downloads": -1, "filename": "mytardisclient-0.1.0.tar.gz", "has_sig": false, "md5_digest": "64f94f6ab41a299a25b581261bf83b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40837, "upload_time": "2015-11-27T09:35:18", "url": "https://files.pythonhosted.org/packages/00/90/13fca1acfad0740bb48bd27b30396fd8ffd95cd684b93e525d22c9d4d61e/mytardisclient-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bab9fdb2ed6bd21aad1f27a4fb93f42d", "sha256": "6361332edcbcdaf80c923d75fb06d77bdf9ad9ade2d6488b46ad5d2edfb4af9b" }, "downloads": -1, "filename": "mytardisclient-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bab9fdb2ed6bd21aad1f27a4fb93f42d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40895, "upload_time": "2015-11-27T20:47:24", "url": "https://files.pythonhosted.org/packages/0f/af/c35c9b1d0c3460d5249bd364c8daaa2cce9a5627d580b2bd3f76a17cee43/mytardisclient-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3ca62cd1cebab0149bbfec79c632388e", "sha256": "766f5f69fc602f6bacaa6defe95b11ec0c3757845538dd68d64557df2df85a77" }, "downloads": -1, "filename": "mytardisclient-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3ca62cd1cebab0149bbfec79c632388e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44400, "upload_time": "2015-11-29T14:12:57", "url": "https://files.pythonhosted.org/packages/6b/df/22486db44ea71f8d0cfe7d450e7c32bdb568f5bea5e47f9bb3507cec4012/mytardisclient-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c2ac1d0cfb766bf9765d7c1cef240a90", "sha256": "f560632808b7720fb39dac5fda898681007577bc035704baa3598c4c6c75ed27" }, "downloads": -1, "filename": "mytardisclient-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c2ac1d0cfb766bf9765d7c1cef240a90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44764, "upload_time": "2015-11-29T15:15:19", "url": "https://files.pythonhosted.org/packages/db/e1/fc629f1d0b333c300ef41860ee2e5ef09f575e14200abff81caa84b022a0/mytardisclient-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9e6fcb713a748229d40849fcd685d19a", "sha256": "6ae3c05895f25a64d7a73d42b275f9c2bd6316664f4daba85f7c6c6bb6d53137" }, "downloads": -1, "filename": "mytardisclient-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9e6fcb713a748229d40849fcd685d19a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44741, "upload_time": "2015-12-01T10:57:23", "url": "https://files.pythonhosted.org/packages/78/b6/c64f4ea024e4c2d41a4ada7b94d3e089a6458916991f94f3f21b1f1f9f12/mytardisclient-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8e610e6b58ec0390de911e626592563d", "sha256": "b36c819c065ccaec21d45c9a4c3d296787086caecb91592155ab32832df86f35" }, "downloads": -1, "filename": "mytardisclient-0.1.5.tar.gz", "has_sig": false, "md5_digest": "8e610e6b58ec0390de911e626592563d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44558, "upload_time": "2015-12-03T22:35:18", "url": "https://files.pythonhosted.org/packages/e5/74/83d77c9d07acfb217a674368d1705f335c5fb55604d6f24f7d84452875f6/mytardisclient-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "4ff2f65075f0e441f0889172b517e86a", "sha256": "cbe3887c1dfc77ee377899a3fa2f8419274a4a24f2b08f292492496fbd474f2e" }, "downloads": -1, "filename": "mytardisclient-0.1.6.tar.gz", "has_sig": false, "md5_digest": "4ff2f65075f0e441f0889172b517e86a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45115, "upload_time": "2015-12-06T11:14:55", "url": "https://files.pythonhosted.org/packages/81/ea/4e8446a9a74d1b5bb7bf137a3daf5feff981d79082bee9022fb3d8a94590/mytardisclient-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "bb98f33591022073dd1906850205b519", "sha256": "4abfca5744893e3367c29c3f64d5e0041456bb0b6c36ebcb31f3adc8fc50d540" }, "downloads": -1, "filename": "mytardisclient-0.1.7.tar.gz", "has_sig": false, "md5_digest": "bb98f33591022073dd1906850205b519", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45132, "upload_time": "2015-12-06T21:37:40", "url": "https://files.pythonhosted.org/packages/63/0c/8b1798bb2d26b97edf7230cb8e14f48eeb2269897cb94a819ef46feb453e/mytardisclient-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "2cb46067b86e53edff618a31a6f396a7", "sha256": "bd713d2c1fb8104c8d533373b706c6f4983518228ecaff9270b287c7621398e3" }, "downloads": -1, "filename": "mytardisclient-0.1.8.tar.gz", "has_sig": false, "md5_digest": "2cb46067b86e53edff618a31a6f396a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45289, "upload_time": "2015-12-06T23:04:35", "url": "https://files.pythonhosted.org/packages/0a/e4/6d6eb0ade6b90c0f256fbd21f215fd139682c498d90b48a52c6e1dfc7bcf/mytardisclient-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "92ac90876c074b64fb17dec9d911b083", "sha256": "4eadd9328ff99a6d6ff7b0499d18d5b9de20447123d762e6d1e1a9275b1fd107" }, "downloads": -1, "filename": "mytardisclient-0.1.9.tar.gz", "has_sig": false, "md5_digest": "92ac90876c074b64fb17dec9d911b083", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45278, "upload_time": "2015-12-07T00:03:54", "url": "https://files.pythonhosted.org/packages/8c/21/20f2fcb533cf5c343a987b42a80a4ed4e69d132aed153f7d1634e4ba7e8f/mytardisclient-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2e88935fd0482e87131b1a3182f11e52", "sha256": "50d4571681868aaa7787e795736d4636efdc1602327f61769ecce9ffd9b3840c" }, "downloads": -1, "filename": "mytardisclient-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2e88935fd0482e87131b1a3182f11e52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45319, "upload_time": "2015-12-07T14:09:35", "url": "https://files.pythonhosted.org/packages/3f/3c/710ef9837b0a04899c525acfed8fd7c2a6ca2f549fb0fb5a549cd08dfd3c/mytardisclient-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6ab2ff192b6d20c01a0170292813877b", "sha256": "16b307c04ef49ae342fa35d95ff0207f57948b064170ea4a8181f8147e0b07f3" }, "downloads": -1, "filename": "mytardisclient-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6ab2ff192b6d20c01a0170292813877b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45368, "upload_time": "2016-01-27T03:49:11", "url": "https://files.pythonhosted.org/packages/62/23/fbb75defd23adb1957f932ccb955d62446e2255eeb909a12654c3aa9b47f/mytardisclient-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "64a5cd7406bae805626a6a6b9d2c58d2", "sha256": "46fffe86d282f0863e44faa1acdc812d0e3c30ec8593f6ac37398a701174e37d" }, "downloads": -1, "filename": "mytardisclient-0.2.2.tar.gz", "has_sig": false, "md5_digest": "64a5cd7406bae805626a6a6b9d2c58d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45375, "upload_time": "2016-01-27T11:57:19", "url": "https://files.pythonhosted.org/packages/2e/f7/78711b9c8061722dfd2a167b749a580dbe1d9dc636b844b4b8164d8b36dc/mytardisclient-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "646bdd110d058e483ae46ee8f5a6dbd9", "sha256": "ba7a25d40f00b8b377fbbd2bf22bb5c78dceb809ded7fb90561da6a406577d25" }, "downloads": -1, "filename": "mytardisclient-0.2.3.tar.gz", "has_sig": false, "md5_digest": "646bdd110d058e483ae46ee8f5a6dbd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45437, "upload_time": "2016-02-02T10:51:20", "url": "https://files.pythonhosted.org/packages/1e/af/473589e0f2d8165dad00c15228fe352e31e5e5a86830f4069318a2213e2c/mytardisclient-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "7a1980b75e94698764e47ce1480f7545", "sha256": "f221854ef2d207e00ba7584e32d72cfd716d5c7c229d0aa18bdd7e7150386271" }, "downloads": -1, "filename": "mytardisclient-0.2.4.tar.gz", "has_sig": false, "md5_digest": "7a1980b75e94698764e47ce1480f7545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45625, "upload_time": "2016-02-02T23:26:50", "url": "https://files.pythonhosted.org/packages/de/3b/e34a03c783daed50686b04936538fade115b5e962c7a662e9af9dfe77598/mytardisclient-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f6e123be4d611105bb69905bc68b199e", "sha256": "a97094df44a6f5263e86a1dffa56adb06a27d6e4b46661f17dcc7c2dc40f9a9b" }, "downloads": -1, "filename": "mytardisclient-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f6e123be4d611105bb69905bc68b199e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45638, "upload_time": "2016-03-11T13:57:25", "url": "https://files.pythonhosted.org/packages/f7/6b/024c72e231c9488e9493dc2f0c1ec41a4e7be873b7953dac923a77a31202/mytardisclient-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "e70803a245b73442f6e638c1dc64e320", "sha256": "8daeaba1c6ef3ed5b3a814184309268cedf3cb2c30d4f7323d3846cf5b8c31be" }, "downloads": -1, "filename": "mytardisclient-0.2.6.tar.gz", "has_sig": false, "md5_digest": "e70803a245b73442f6e638c1dc64e320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45849, "upload_time": "2016-03-23T01:38:24", "url": "https://files.pythonhosted.org/packages/04/3b/cc56da579984a03d2096dad2dc27c0a490765bb604a3328848e7b3dd9afb/mytardisclient-0.2.6.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "25d8ae689fff155d89c29c13bc1a2d30", "sha256": "53962806b3add00fc5ab58a14fc05ac8723336d547086290dcd02b0577a86781" }, "downloads": -1, "filename": "mytardisclient-0.3.0.tar.gz", "has_sig": false, "md5_digest": "25d8ae689fff155d89c29c13bc1a2d30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59778, "upload_time": "2019-07-24T00:51:13", "url": "https://files.pythonhosted.org/packages/b8/18/e507d67c47fe005e7ced29d6f056e378d03b6290536176683f63de69e1dc/mytardisclient-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "2576f92ba1dbf877e929aa12ea278c36", "sha256": "40d5177c14801ca9c348a5ec14640016c3ffacdac52ce474d2a87522a361477e" }, "downloads": -1, "filename": "mytardisclient-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2576f92ba1dbf877e929aa12ea278c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60870, "upload_time": "2019-07-24T01:01:35", "url": "https://files.pythonhosted.org/packages/c2/e6/efd4e2e234b12a89947484462664355b0db1b01a457f8e494c5cd54f4151/mytardisclient-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f507e642d41a9afb5d383ff968404157", "sha256": "d668d352d94ed1e64b8166cffdfc19811cb53e3cbc89b53a4483c8365710be00" }, "downloads": -1, "filename": "mytardisclient-0.3.2.tar.gz", "has_sig": false, "md5_digest": "f507e642d41a9afb5d383ff968404157", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60891, "upload_time": "2019-07-24T01:08:00", "url": "https://files.pythonhosted.org/packages/a4/a2/f7329b81ebc6c713d6aa0430e920a0b547bebe6e2a1e42e4b094ec598432/mytardisclient-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "f17effa68db2d4c0928393d3c7220683", "sha256": "9a5e2496d3bd37d02f5751289064dd680531932d16855efdba01608c613219bf" }, "downloads": -1, "filename": "mytardisclient-0.3.3.tar.gz", "has_sig": false, "md5_digest": "f17effa68db2d4c0928393d3c7220683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60945, "upload_time": "2019-07-24T02:11:52", "url": "https://files.pythonhosted.org/packages/45/14/fc1732b139e74109b0aced94f45f499804ed20b955f02ea60ab9958c9d58/mytardisclient-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "e36765abab9b6d9006a44fe879dfc4fc", "sha256": "7fddeefc9cf639cddb7d2fec3c0c83b5eb8d047edcaa6bdac9868090b6fc518d" }, "downloads": -1, "filename": "mytardisclient-0.3.4.tar.gz", "has_sig": false, "md5_digest": "e36765abab9b6d9006a44fe879dfc4fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60956, "upload_time": "2019-07-24T02:22:53", "url": "https://files.pythonhosted.org/packages/5a/8f/02ce6eadae807907f890e1fc882884cee9d6d2dc0d3995e090348b3af8d7/mytardisclient-0.3.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e36765abab9b6d9006a44fe879dfc4fc", "sha256": "7fddeefc9cf639cddb7d2fec3c0c83b5eb8d047edcaa6bdac9868090b6fc518d" }, "downloads": -1, "filename": "mytardisclient-0.3.4.tar.gz", "has_sig": false, "md5_digest": "e36765abab9b6d9006a44fe879dfc4fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60956, "upload_time": "2019-07-24T02:22:53", "url": "https://files.pythonhosted.org/packages/5a/8f/02ce6eadae807907f890e1fc882884cee9d6d2dc0d3995e090348b3af8d7/mytardisclient-0.3.4.tar.gz" } ] }