{ "info": { "author": "Jonathan Sundqvist", "author_email": "hello@serverdensity.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nServer Density Python Wrapper\n===============================\n\n.. image:: https://img.shields.io/pypi/v/sd-python-wrapper.svg\n :target: https://pypi.python.org/pypi/sd-python-wrapper\n\n.. image:: https://img.shields.io/travis/serverdensity/sd-python-wrapper.svg\n :target: https://travis-ci.org/serverdensity/sd-python-wrapper\n\n\nA python wrapper for the Server Density Api\nIt runs on both python 2.7 and up to python 3.5\n\n* Free software: MIT license\n* Documentation: https://apidocs.serverdensity.com/\n\nUp and running\n--------------\n\nThere are two ways of using the api wrapper. Either calling the endpoints from an instance of :code:`ApiClient` or from an instance of the class of an endpoint such as :code:`Device`.\n\n.. code-block:: python\n\n from serverdensity.wrapper import ApiClient\n from serverdensity.wrapper import Device\n\n token = '2dfae5bf81f65492a40569d39b29ffa3'\n\n client = ApiClient(token)\n device = client.devices.create(data={'name': 'testdevice'})\n\n\n # instead of keyword arguments, it can also take a dictionary.\n device2 = Device(token, name='name2')\n device2.create()\n\n # This will create an AttributeError, since name is required to create a\n # device at some point.\n device3 = Device(token, group='testgroup')\n\n\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", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/serverdensity/sd-python-wrapper", "keywords": "monitoring,serverdensity", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sd-python-wrapper", "package_url": "https://pypi.org/project/sd-python-wrapper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sd-python-wrapper/", "project_urls": { "Homepage": "https://github.com/serverdensity/sd-python-wrapper" }, "release_url": "https://pypi.org/project/sd-python-wrapper/0.1.36/", "requires_dist": [ "isodate", "jsonschema", "requests" ], "requires_python": "", "summary": "A python wrapper for the Server Density Api", "version": "0.1.36" }, "last_serial": 2379311, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cb5b4de9fe42500fc384e9172e6f5eb8", "sha256": "ef56fd513201cc4127c8447039462a2ba2ff1325519bbbb9d9ea948be891a6b1" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.1-cp27-none-macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "cb5b4de9fe42500fc384e9172e6f5eb8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3915, "upload_time": "2016-01-27T19:28:50", "url": "https://files.pythonhosted.org/packages/1d/04/5ab738a5c5ceb61fdd3f5a06ee82fec1cc76602f7230e6442c41a938b040/sd_python_wrapper-0.1.1-cp27-none-macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a9c949a9ef07904346d53289133a1f62", "sha256": "96d6ae58dacf3855231a2ade1d520486146be02dec323fc140df787eae48057b" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a9c949a9ef07904346d53289133a1f62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9030, "upload_time": "2016-01-27T19:21:40", "url": "https://files.pythonhosted.org/packages/f2/27/e1291b5ab5193dec91f17d4801f96c9e6b935cfa087295c4ff89848e8394/sd-python-wrapper-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "f5d65b3e05e9e2ad4e43d06d1161d701", "sha256": "21f46a6c3d6687998fd6035b883c938ec7331f724677bc0fd4b560c63067cc2b" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f5d65b3e05e9e2ad4e43d06d1161d701", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19502, "upload_time": "2016-01-27T21:42:58", "url": "https://files.pythonhosted.org/packages/9f/0c/65fff3378e6fa8da0932c27904eeea53e0811faf202dc47952e9ef93808b/sd_python_wrapper-0.1.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01bbc0d010cc02e12f7856295626f9b2", "sha256": "969a2628db1102f954428d404b885411f836c54d014339a043d0590e9b518ff7" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.10.tar.gz", "has_sig": false, "md5_digest": "01bbc0d010cc02e12f7856295626f9b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17305, "upload_time": "2016-01-27T21:33:32", "url": "https://files.pythonhosted.org/packages/72/4c/2e34b37a021e4e1e71a8cb7fa596c1746cf88ce266c7c8e90d0445a8ed6a/sd-python-wrapper-0.1.10.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "b1252e963f5b96a5b79c975e838c98a1", "sha256": "78bee039f06e48671ebe762c005a3a24bce9564bc272ddea888f906404a98fac" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1252e963f5b96a5b79c975e838c98a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19552, "upload_time": "2016-01-28T14:22:18", "url": "https://files.pythonhosted.org/packages/9e/29/d9c2550cecf2823ecfd9d04deb7b010183cf8dd038e6c8f08d8d7c6f47e3/sd_python_wrapper-0.1.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fba5e307f13476b57e35d31e0b703a0", "sha256": "b6b63743ba2bbc07f4c0c240f28a53dedbe7c5ec023210dc677092f7e0d16af7" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.12.tar.gz", "has_sig": false, "md5_digest": "9fba5e307f13476b57e35d31e0b703a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14066, "upload_time": "2016-01-28T14:22:32", "url": "https://files.pythonhosted.org/packages/84/33/5a576eca4291d099cc00bfe7a8720d48cb02294130ac834d95c79626b306/sd-python-wrapper-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "848b040a76826885f66db7ce163ddb59", "sha256": "9d7defab07eff42226ed6d40edffa2481ea12eee45b779790466612441e55603" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "848b040a76826885f66db7ce163ddb59", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19574, "upload_time": "2016-01-28T14:30:05", "url": "https://files.pythonhosted.org/packages/bb/a3/8f029eee65779d9883d5720a3764f4db3e9176e75b29c04b212cfa6934e6/sd_python_wrapper-0.1.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b9f901faa3dee6077180c53af043b55", "sha256": "887339a1d84a2e5d35a233697e34e7e14ccf76ec2358e1452a5dc4c2f4f22926" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.13.tar.gz", "has_sig": false, "md5_digest": "8b9f901faa3dee6077180c53af043b55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14069, "upload_time": "2016-01-28T14:30:22", "url": "https://files.pythonhosted.org/packages/57/d3/5f2d618480226f7f7d957ade16ffbf7e57f3fcb4f1e143134030631886c3/sd-python-wrapper-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "635857429b5f64162cc701a2d8a5808b", "sha256": "dfe0b154c0b78b29a13c0641d07f73d13fee37d7558bfb6a55f99333a0caaa02" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.14.tar.gz", "has_sig": false, "md5_digest": "635857429b5f64162cc701a2d8a5808b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17345, "upload_time": "2016-01-28T14:38:48", "url": "https://files.pythonhosted.org/packages/59/8c/898dc3b0829e016bcfd8ab8ddc3c27422017b5da0c289ff315b304edeaba/sd-python-wrapper-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "e217b51f01080c8741e4a772b2c1f40a", "sha256": "88dff1aad1b9972539d678cfd00ccdb05bc23aa62d9daf41bbf202b38a295493" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e217b51f01080c8741e4a772b2c1f40a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19606, "upload_time": "2016-02-08T11:10:41", "url": "https://files.pythonhosted.org/packages/cd/63/d2bd5d9a4f9f9f633e93f1c6dd0bf6cacb4e5ec458dd021ab6e78b1932b3/sd_python_wrapper-0.1.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79ccf474d76dede6317fa7935ddc0f8f", "sha256": "4c1fec4ebce2b9f4d5b31bc7489ae4818f3e8391eab2d72c77e417c67b2083f7" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.15.tar.gz", "has_sig": false, "md5_digest": "79ccf474d76dede6317fa7935ddc0f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14723, "upload_time": "2016-02-08T11:10:49", "url": "https://files.pythonhosted.org/packages/1e/c7/e8eb52420b83b9dc905f41bd21a7f025a950d29a4c0b2a14e565d8d807ba/sd-python-wrapper-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "35b9a10ae3f9a81f93ad1213a5a55e16", "sha256": "d1842ef7d279380a4951ea27b4edc9d83513928cfa7b57f65288baeeeffe741a" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.16.tar.gz", "has_sig": false, "md5_digest": "35b9a10ae3f9a81f93ad1213a5a55e16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14171, "upload_time": "2016-02-08T11:17:25", "url": "https://files.pythonhosted.org/packages/c9/25/f55e0083b717d4143f7d3efbe72cf42b80fcc263f5c8e4d1bbf12f26721f/sd-python-wrapper-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "be15f1500ac028c221d7389784ffa6e9", "sha256": "2b01fabe3ec682077b24ae205ed14cd4d4ca4216633ac85aa39cb6bdd4ae2b02" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be15f1500ac028c221d7389784ffa6e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30428, "upload_time": "2016-02-11T17:44:25", "url": "https://files.pythonhosted.org/packages/3f/d0/3258f87a0ce1b13dc68a10123b8f2be07ae0211c5692aa473822e45f90cf/sd_python_wrapper-0.1.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e03938291442330ef8cf6dc75708e7f", "sha256": "9882fdb9748dd1d60c4a4c679ff99fc5fe0318795a97fabb8be5669e32911d5c" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.17.tar.gz", "has_sig": false, "md5_digest": "1e03938291442330ef8cf6dc75708e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19226, "upload_time": "2016-02-11T17:44:33", "url": "https://files.pythonhosted.org/packages/7f/c6/11a9980507e28986e0e7baacde5c4e076d6758a3ad75e0c8592d50a4c313/sd-python-wrapper-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "a0ae4698f73ddbf1d930b559e6ea7142", "sha256": "becff1064d8c5d5f21b1a0ebef2d979a87602b0021518e491ed62af49febce24" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0ae4698f73ddbf1d930b559e6ea7142", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30422, "upload_time": "2016-02-11T18:21:42", "url": "https://files.pythonhosted.org/packages/d6/ea/030ecec860f5c9f1d9f2e28ca0558fc622f79697f3c107398adc03feaa51/sd_python_wrapper-0.1.18-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec7e47869d138e0574e07453ab21dd5b", "sha256": "87a9c7b70facf73abd5ef84e5b9e8af3316463b655139176525998568907810b" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.18.tar.gz", "has_sig": false, "md5_digest": "ec7e47869d138e0574e07453ab21dd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19221, "upload_time": "2016-02-11T18:21:52", "url": "https://files.pythonhosted.org/packages/2e/7a/e7afc257d52eb8daa7c730b90ff57796b3c9bab231ffd526e5f940464ee5/sd-python-wrapper-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "7c11f57627c408cda989cf092942dc2d", "sha256": "6ee33380c70095cc33904b76b46dd2def2a253034936233c7b959949fe8897c6" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7c11f57627c408cda989cf092942dc2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30427, "upload_time": "2016-02-11T19:27:02", "url": "https://files.pythonhosted.org/packages/41/71/bee41e9a99197060844f48ce45afba3b614e0cd53a01a3a9d5a8246c547f/sd_python_wrapper-0.1.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3d5574da2fb2e68e87ca233dfae9eda", "sha256": "4359c48a4607f34f282d6d3a008d51b88396abcbe3c2c087ae36b4eae39d5923" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.19.tar.gz", "has_sig": false, "md5_digest": "d3d5574da2fb2e68e87ca233dfae9eda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19219, "upload_time": "2016-02-11T19:27:25", "url": "https://files.pythonhosted.org/packages/64/52/7df0cf370d0f698f6d6f87b323cc14e6e3fb05181fafe2ae2f8ac677be2d/sd-python-wrapper-0.1.19.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "efa67b55b37d4270cf352888c9c92a53", "sha256": "73f2ae5c01a85194f65a7641815eb7811cc27242d9f5ea22dc95c65e835b5d5a" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efa67b55b37d4270cf352888c9c92a53", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3914, "upload_time": "2016-01-27T19:57:23", "url": "https://files.pythonhosted.org/packages/f2/61/a2e63f438aad8aee0128618ba8742131ce797c6f73fefaf1e33a78e810a5/sd_python_wrapper-0.1.2-py2.py3-none-any.whl" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "17fd10465df25b078c2dc679d4779d2b", "sha256": "60d76131fffecacc535a05c13c535f85f1d90e136e2af15ef56a66411a86ba5a" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17fd10465df25b078c2dc679d4779d2b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30468, "upload_time": "2016-02-12T10:44:47", "url": "https://files.pythonhosted.org/packages/8c/6e/cb087995d61bafecb47b5f5873abc7435bb9c966d43092e8a4afef1f746c/sd_python_wrapper-0.1.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e5a4d020da2ebbdfbbc930c927a7d20", "sha256": "0b02ba0b3dfb5ec0b53ad1c5c52c535a0bf23278a2504fd886f53fc664de992b" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.20.tar.gz", "has_sig": false, "md5_digest": "4e5a4d020da2ebbdfbbc930c927a7d20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19228, "upload_time": "2016-02-12T10:44:51", "url": "https://files.pythonhosted.org/packages/33/a1/bd68cf9057ee16760828a69b382f36393f0a540511a3f3d17b47203f52d0/sd-python-wrapper-0.1.20.tar.gz" } ], "0.1.21": [ { "comment_text": "", "digests": { "md5": "ff34c50291fefe0aa631567529de3185", "sha256": "e07ea9bec2c4e14c1fe5d3ca23eff3db957f0a2f548813cefbc601ca52efe374" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff34c50291fefe0aa631567529de3185", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30475, "upload_time": "2016-02-12T10:58:54", "url": "https://files.pythonhosted.org/packages/65/1a/43023a2379e31902ba887ab2c41e17251f295a8cb5167a6338007e036586/sd_python_wrapper-0.1.21-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bb4e2d323744d251dbfd46966a74e19", "sha256": "65773e62c4f54693cc90ce3d49fc6f9e26bc50a13c508f9a3ee22ef04c238367" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.21.tar.gz", "has_sig": false, "md5_digest": "5bb4e2d323744d251dbfd46966a74e19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19239, "upload_time": "2016-02-12T10:58:59", "url": "https://files.pythonhosted.org/packages/7b/32/b3aaef693f47171b11c22f770e162eee5da16657bd871e29a3e5a16001b0/sd-python-wrapper-0.1.21.tar.gz" } ], "0.1.22": [ { "comment_text": "", "digests": { "md5": "00b2aeaf22a756694bb65a21d1760b51", "sha256": "7cf07bd6d329bb02c68e22403f77bd453535a9d9fa467a7f19874a3a222a3598" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00b2aeaf22a756694bb65a21d1760b51", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30469, "upload_time": "2016-02-12T11:11:54", "url": "https://files.pythonhosted.org/packages/69/06/378d5fa2f365782b951af5a40f6548ccf7b45f2938c6bde6ebc9fe09733f/sd_python_wrapper-0.1.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85b794518cf8932f7f828f9c48dd0888", "sha256": "15921a884c73b3cc917f1f2b10564bf0e9bc1a4a22b76a949aa6f92b06eb7a39" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.22.tar.gz", "has_sig": false, "md5_digest": "85b794518cf8932f7f828f9c48dd0888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19237, "upload_time": "2016-02-12T11:12:07", "url": "https://files.pythonhosted.org/packages/13/ba/2591bdbffcd531d58a5b86cc38b85b8529b78f0e3a834ab4cd08152fbcdd/sd-python-wrapper-0.1.22.tar.gz" } ], "0.1.23": [ { "comment_text": "", "digests": { "md5": "019620cf68e01bb0185c739c9df2482b", "sha256": "433e8de6b0f21e92fbe8e446397e3b765e7ea17f4d4a22f09d2530c8c7b37613" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "019620cf68e01bb0185c739c9df2482b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30477, "upload_time": "2016-02-12T11:23:01", "url": "https://files.pythonhosted.org/packages/0f/83/aa50c0ed68783ac13193c178045daff9f39986f41648f815fd9442a6f46b/sd_python_wrapper-0.1.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8da042e18869cf9f6fb64b47965878f", "sha256": "e1299cf820d9de3fc31099370a5c77c1a649be5bec1d0be5332daf0167e03ca2" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.23.tar.gz", "has_sig": false, "md5_digest": "b8da042e18869cf9f6fb64b47965878f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19245, "upload_time": "2016-02-12T11:23:07", "url": "https://files.pythonhosted.org/packages/46/2a/d66c6dcc804002ef4ea73f9a35e6e8d7e0e7db81beab806c7bda077bacab/sd-python-wrapper-0.1.23.tar.gz" } ], "0.1.24": [ { "comment_text": "", "digests": { "md5": "30bc3c92abf41bc08097f582dadcbd24", "sha256": "9c9bf78ea9f899c38d7be52af4a9293fd42a14349d2e5ee84aa1fa50e4516635" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30bc3c92abf41bc08097f582dadcbd24", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30480, "upload_time": "2016-02-12T11:31:47", "url": "https://files.pythonhosted.org/packages/23/2c/a437a8c57a8ccc2372b96731e281aeeb3d1f21dabba19979e75871b98430/sd_python_wrapper-0.1.24-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "319301033753e0f50831162c215e4498", "sha256": "b8e4db79a91140fd816c92c75285c82238f90fbe73fa28ebaa98053b375be07e" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.24.tar.gz", "has_sig": false, "md5_digest": "319301033753e0f50831162c215e4498", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19247, "upload_time": "2016-02-12T11:31:54", "url": "https://files.pythonhosted.org/packages/c3/df/02a35bac7557728ad7e52deeac4437d63c9b476168c7fa76005894eeacee/sd-python-wrapper-0.1.24.tar.gz" } ], "0.1.25": [ { "comment_text": "", "digests": { "md5": "0b5c1c8bac39ed067372d5c6159f20f5", "sha256": "5fe97f3d3ece4e24cfe3d6b6aa629e6768a934e4d30e2aae3db349f8cf719574" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b5c1c8bac39ed067372d5c6159f20f5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30551, "upload_time": "2016-02-12T12:07:02", "url": "https://files.pythonhosted.org/packages/39/ef/9ea78af12550a2300716863df12d585c17a01fe4d8868191a17e8fefaf4e/sd_python_wrapper-0.1.25-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "106162c07a9f2bd5c70f363d17db8afa", "sha256": "64dde3560172d99f7edb7341f799d53474cc5a647d0af7bc13be8cd85bb0add4" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.25.tar.gz", "has_sig": false, "md5_digest": "106162c07a9f2bd5c70f363d17db8afa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19272, "upload_time": "2016-02-12T12:07:27", "url": "https://files.pythonhosted.org/packages/2f/9c/ec2017355d5bc49a288696cec541034e65ea22f1ebbb2f2da8cd1b1235f8/sd-python-wrapper-0.1.25.tar.gz" } ], "0.1.26": [ { "comment_text": "", "digests": { "md5": "44cdbc3c97c6e8d018c0b5309cdcbdf7", "sha256": "a99ac34229e99523a08b0070914c14fed6c7a707023c88650265cf4b8c1dabbf" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44cdbc3c97c6e8d018c0b5309cdcbdf7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30546, "upload_time": "2016-02-12T14:37:22", "url": "https://files.pythonhosted.org/packages/6a/0e/f574e18538f5340ed574d71c6e6a06c7646c60aada143f6b9c5ba3a31c6a/sd_python_wrapper-0.1.26-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "661ab70aa55ad9f4ed49df9d2de58197", "sha256": "ae0291ca621071f80cd10b07ab90fad80f7f925157f493a97966252a01d1cc81" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.26.tar.gz", "has_sig": false, "md5_digest": "661ab70aa55ad9f4ed49df9d2de58197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19281, "upload_time": "2016-02-12T14:37:28", "url": "https://files.pythonhosted.org/packages/50/a6/eb030a6480c775e6fa5ac2202572e1725cc01de5f6f3aaa119409dfa4b92/sd-python-wrapper-0.1.26.tar.gz" } ], "0.1.27": [ { "comment_text": "", "digests": { "md5": "79af4accf3991c097ccd1038004a5f73", "sha256": "aa983880eacab4eb6348713a7aef5c74517f8bdd647118bbc6dd76126b2f043f" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79af4accf3991c097ccd1038004a5f73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30472, "upload_time": "2016-02-15T17:59:50", "url": "https://files.pythonhosted.org/packages/c8/9c/90f5641fb239f60075f8add2148163797226325e6dd79aa0020ed3647709/sd_python_wrapper-0.1.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0865ec563d13e89b6c515b0481154c7", "sha256": "6b503552ee563f2f9ebcdec7b6f01a29b393b6763dff6c3156f795cc24cc716f" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.27.tar.gz", "has_sig": false, "md5_digest": "e0865ec563d13e89b6c515b0481154c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19260, "upload_time": "2016-02-15T17:59:59", "url": "https://files.pythonhosted.org/packages/d2/e2/8c30dda87ec36eb3807d7df148b21592d6007ba78f4f9782a8d4b27bfb7a/sd-python-wrapper-0.1.27.tar.gz" } ], "0.1.28": [ { "comment_text": "", "digests": { "md5": "6e33dedc9ea9456d7aee7f40cc0a00e1", "sha256": "ee5586837cc6ab64040dd9b022abadbb2b366e4267488e7a7b05422dae8102e7" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e33dedc9ea9456d7aee7f40cc0a00e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30486, "upload_time": "2016-03-03T13:57:05", "url": "https://files.pythonhosted.org/packages/6e/94/cf7b7aa08f5762448dc71a033fa6c49daa04cdf3102f83c066062a240f92/sd_python_wrapper-0.1.28-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4dcb360363cd6a8f4a38ee959ff45ea7", "sha256": "622364c59d5b4325e6347fcfde78ac953cc6e8f015398d7c6d04d0c5775c0504" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.28.tar.gz", "has_sig": false, "md5_digest": "4dcb360363cd6a8f4a38ee959ff45ea7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19280, "upload_time": "2016-03-03T13:57:12", "url": "https://files.pythonhosted.org/packages/53/fb/68ed79d9c11e33bb39ca7c314ab5c2f983ddca636d02ca6d0d37661a0061/sd-python-wrapper-0.1.28.tar.gz" } ], "0.1.29": [ { "comment_text": "", "digests": { "md5": "79c5a5e8f2eea3a7a0c130e2ed06a245", "sha256": "6b3ce429277a246429871a8ed04ba400d01780275c976c2f65dbefce4728cb46" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79c5a5e8f2eea3a7a0c130e2ed06a245", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30531, "upload_time": "2016-03-11T15:01:45", "url": "https://files.pythonhosted.org/packages/12/76/ac6530fddbbef220d7d316c7de68ce50dfdd22269ed475c111aa8b28484b/sd_python_wrapper-0.1.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a3e40bada4bd98c1a2884b477b4944e", "sha256": "9c173c3f28ace97eb74ae8d315a65cfb8dc650e07feec8cde2a9d868823d5fc1" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.29.tar.gz", "has_sig": false, "md5_digest": "4a3e40bada4bd98c1a2884b477b4944e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19319, "upload_time": "2016-03-11T15:01:56", "url": "https://files.pythonhosted.org/packages/93/8b/70e5a9782c95730605c16a26ab3ee32a617799bb56e99b914f80d30d5b5f/sd-python-wrapper-0.1.29.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cb8e1540e645f491858ce784d0a15094", "sha256": "1c516cc7f9d701b9c576520c87ee0406b729f8dc51eb835bf722fc6561f056ad" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb8e1540e645f491858ce784d0a15094", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4227, "upload_time": "2016-01-27T20:03:32", "url": "https://files.pythonhosted.org/packages/a4/aa/657f694dfca08f6498afdc3e522a45ec4a45d8341f080267595674aac7db/sd_python_wrapper-0.1.3-py2.py3-none-any.whl" } ], "0.1.30": [ { "comment_text": "", "digests": { "md5": "dc608813969af0e3d67abcf0c5b28e4b", "sha256": "1dfa71287e83c07da8b1186ebaf36943b0e5306612c37b8eb00ebe53ef891e91" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc608813969af0e3d67abcf0c5b28e4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30551, "upload_time": "2016-03-11T15:24:31", "url": "https://files.pythonhosted.org/packages/e5/2b/5e03524696e3372b299d15903acf9468e5b1587a035a456504a5670ea6b8/sd_python_wrapper-0.1.30-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c850dbc5f0ff91b15643d03a792a851", "sha256": "81e7a2e6a0386c2e7285b4694f94da19d2421386d7eec22a2d6be3152443af75" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.30.tar.gz", "has_sig": false, "md5_digest": "1c850dbc5f0ff91b15643d03a792a851", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19394, "upload_time": "2016-03-11T15:24:59", "url": "https://files.pythonhosted.org/packages/26/7e/c1d6dbbbc82c0a0031040faa4a122dc406f2d0b94bb0f4a89c0305598903/sd-python-wrapper-0.1.30.tar.gz" } ], "0.1.31": [ { "comment_text": "", "digests": { "md5": "64bc8f1a9116eed0c6d59b14b19d35bc", "sha256": "a86ab056f2c1dfdab2d627bb88a395c63245903da2bdf6544697cd9cc105c032" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64bc8f1a9116eed0c6d59b14b19d35bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30746, "upload_time": "2016-04-28T22:24:33", "url": "https://files.pythonhosted.org/packages/ff/e1/89fe83a7df4491fd52734c606ea5ead1a7d16d0234bea33dc8cce1f5f6cf/sd_python_wrapper-0.1.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b383c531773d599a26fe07d9dec4fc9", "sha256": "40751cc29c786b741d13fb8e20e4c11654e69eefb0655e19c1c42a78a06c63aa" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.31.tar.gz", "has_sig": false, "md5_digest": "7b383c531773d599a26fe07d9dec4fc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19574, "upload_time": "2016-04-28T22:24:43", "url": "https://files.pythonhosted.org/packages/3e/22/eb308a2065cb51823569c11ecb1d12301230fc6ba290c13e623ebaf25c5e/sd-python-wrapper-0.1.31.tar.gz" } ], "0.1.32": [ { "comment_text": "", "digests": { "md5": "ec160d3d8e8d75363af26ea22ed73625", "sha256": "2e4e405a64ca3b5f237a130ec9e1945c570472167f9ec713c9dd3a7f7b13cb26" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec160d3d8e8d75363af26ea22ed73625", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30690, "upload_time": "2016-05-04T14:03:19", "url": "https://files.pythonhosted.org/packages/60/10/212f279fda5ac5c03366bc8fcb763b59a88c4afa888e77b7b1b9b84fa385/sd_python_wrapper-0.1.32-py2.py3-none-any.whl" } ], "0.1.33": [ { "comment_text": "", "digests": { "md5": "8c240e4f13aaf1ae24b68ed04ed10b90", "sha256": "8a8e6c726ffab378ad28b78f52c6c28a42c9ddafa44ebf59dc516fbaec69b1d5" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c240e4f13aaf1ae24b68ed04ed10b90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30842, "upload_time": "2016-06-27T16:37:34", "url": "https://files.pythonhosted.org/packages/44/e5/ce2f8102616441d2dc20fbcddae01cdb889fb27638c925c4ba17cb3980ea/sd_python_wrapper-0.1.33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62729287b9bbf635260468d082d2483c", "sha256": "36bd2881362f7b7739f11c4d82b4bfe4dcefe73c539eb9d292a20285e7c2d546" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.33.tar.gz", "has_sig": false, "md5_digest": "62729287b9bbf635260468d082d2483c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19663, "upload_time": "2016-06-27T16:37:38", "url": "https://files.pythonhosted.org/packages/39/67/cc6d443384fcde62ecf5d710b04edf5fb464a2b32578efe09cd777bcc5a1/sd-python-wrapper-0.1.33.tar.gz" } ], "0.1.35": [ { "comment_text": "", "digests": { "md5": "285dcf05ea7839e5e900e7f819954912", "sha256": "7b3d8e0c799ffc8841e17809f174dd3bbf006eb8425372de51c5a1f9cffdfb2b" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "285dcf05ea7839e5e900e7f819954912", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31214, "upload_time": "2016-09-28T12:00:20", "url": "https://files.pythonhosted.org/packages/eb/b5/6ed746946b51571bebd86adcb1a44da24f26885affbdbdec6261b145e03d/sd_python_wrapper-0.1.35-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c9f202ec987a6410e189325c32263c2", "sha256": "c13f2a6f7368c89a76b1eb2d0875723306b0f707db6007c0ee542cdb5039a193" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.35.tar.gz", "has_sig": false, "md5_digest": "4c9f202ec987a6410e189325c32263c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19867, "upload_time": "2016-09-28T12:00:23", "url": "https://files.pythonhosted.org/packages/f2/94/af82671619fbc4b4d085a773b627e6c23c9cc61dc618d361a1fe1f435cca/sd-python-wrapper-0.1.35.tar.gz" } ], "0.1.36": [ { "comment_text": "", "digests": { "md5": "eaca1293c87c0c04261026cbf40ec780", "sha256": "21d556f78c9e93b0457b27a63fd61e01b02054dd576fdf2f37f7d84969cf0d8b" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eaca1293c87c0c04261026cbf40ec780", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31194, "upload_time": "2016-10-04T10:50:41", "url": "https://files.pythonhosted.org/packages/6b/5e/5acb7e4d5c1620673d1b982248aa293acb494f23f5ef564964ff7c48dd9b/sd_python_wrapper-0.1.36-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31e0a72668431c662a7967a28cbc9cd6", "sha256": "b18214b5dcfc1dba68341683b9df53567dc6d29fa889504e4dc1eb2dd9690a8a" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.36.tar.gz", "has_sig": false, "md5_digest": "31e0a72668431c662a7967a28cbc9cd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19864, "upload_time": "2016-10-04T10:50:42", "url": "https://files.pythonhosted.org/packages/d4/b0/40097af528e397be7727cb3b40d15ce16fb5efe01643db2980f37d1d3531/sd-python-wrapper-0.1.36.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a01f5869be3a136559ccc709dda3f749", "sha256": "362eb457e8cb5d631082eb1cb3c8fe39fb4d52c889f54f2c5300600bd0daa5bf" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a01f5869be3a136559ccc709dda3f749", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4665, "upload_time": "2016-01-27T20:13:54", "url": "https://files.pythonhosted.org/packages/d1/49/d7da18de21df47498a6b7c2ae2ee02f99c096457489abac5ef0da29495f0/sd_python_wrapper-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c3cea68b8ab6e967509f312dcbcf5d1", "sha256": "6c79dc24c111d4294dce47a76f17a1635993d9e03f6ececacdb13a0434a5ae71" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1c3cea68b8ab6e967509f312dcbcf5d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10413, "upload_time": "2016-01-27T20:14:05", "url": "https://files.pythonhosted.org/packages/81/ac/00944aec47ec1512654e5f26dd67897cd92424d2a821218fb16b42cd643e/sd-python-wrapper-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "2cedf01cc6e0ac9bbebeba273e3d1d8d", "sha256": "5156eb2284d2e450d767b8fe9df25bf3fd96ec19ee7f285f4db05e823a26d1dc" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2cedf01cc6e0ac9bbebeba273e3d1d8d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18621, "upload_time": "2016-01-27T20:48:35", "url": "https://files.pythonhosted.org/packages/e7/e6/25a01d6f3965fbcbdc538d91f830f2a3034e17c227c9548f32e00636b1ea/sd_python_wrapper-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e0bcdab482aa4e676d4771bbe4cb47d", "sha256": "581e54c714ebd20438ae197f872172ae265f302c4ca3cb125e7f291981dee816" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.5.tar.gz", "has_sig": false, "md5_digest": "7e0bcdab482aa4e676d4771bbe4cb47d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13522, "upload_time": "2016-01-27T20:50:02", "url": "https://files.pythonhosted.org/packages/86/3a/a7e651dffca5f210d73d0450003d96b3119b36a3170dd47cf21389a37677/sd-python-wrapper-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "76b2129c43cf33af83be2f7b1e651794", "sha256": "8ede1160074ce936d62d02a5f0c7a00f7702075279b903581c96727e3f48bed6" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.6.tar.gz", "has_sig": false, "md5_digest": "76b2129c43cf33af83be2f7b1e651794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13525, "upload_time": "2016-01-27T21:04:21", "url": "https://files.pythonhosted.org/packages/71/0c/4d2216b9488f5fc48c9d6b0b239d280bbaeb2c414ac41f27ff899516d2b1/sd-python-wrapper-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "4bd8222d5a8a8557f3e7fb23376e9353", "sha256": "8979db9c2f292af2f45fd6b45d27eeb63c32a747c7f9b5ff89166351005c6c1a" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.7.tar.gz", "has_sig": false, "md5_digest": "4bd8222d5a8a8557f3e7fb23376e9353", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15719, "upload_time": "2016-01-27T21:06:11", "url": "https://files.pythonhosted.org/packages/2e/6e/91d632fcdac55ce825ecafc89d80ce0a94c6b023524e27ab3cbb704bc7d6/sd-python-wrapper-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "74912fa08ef9be1475d7a05fc53391a9", "sha256": "36403b899c6f41f4961b3b934935ce4ea75b7e8e845e6e8bf6456dedc80ea115" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.8.tar.gz", "has_sig": false, "md5_digest": "74912fa08ef9be1475d7a05fc53391a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17309, "upload_time": "2016-01-27T21:21:14", "url": "https://files.pythonhosted.org/packages/42/57/7ee42ae6495d18563fd2ea2b7774520405f1e209542d83590d00df740fba/sd-python-wrapper-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "16d71e285a9bd0cb4730ec59d33ee1fd", "sha256": "0fc11400e81e1fd6fe963b92a1ead19a16d24de0628ebb787cc59b3d5592f8da" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.9.tar.gz", "has_sig": false, "md5_digest": "16d71e285a9bd0cb4730ec59d33ee1fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17309, "upload_time": "2016-01-27T21:23:57", "url": "https://files.pythonhosted.org/packages/98/74/9839a897b7e4d7ce5aca1679a6465b7afe7819ea545714448edddfea4175/sd-python-wrapper-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eaca1293c87c0c04261026cbf40ec780", "sha256": "21d556f78c9e93b0457b27a63fd61e01b02054dd576fdf2f37f7d84969cf0d8b" }, "downloads": -1, "filename": "sd_python_wrapper-0.1.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eaca1293c87c0c04261026cbf40ec780", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31194, "upload_time": "2016-10-04T10:50:41", "url": "https://files.pythonhosted.org/packages/6b/5e/5acb7e4d5c1620673d1b982248aa293acb494f23f5ef564964ff7c48dd9b/sd_python_wrapper-0.1.36-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31e0a72668431c662a7967a28cbc9cd6", "sha256": "b18214b5dcfc1dba68341683b9df53567dc6d29fa889504e4dc1eb2dd9690a8a" }, "downloads": -1, "filename": "sd-python-wrapper-0.1.36.tar.gz", "has_sig": false, "md5_digest": "31e0a72668431c662a7967a28cbc9cd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19864, "upload_time": "2016-10-04T10:50:42", "url": "https://files.pythonhosted.org/packages/d4/b0/40097af528e397be7727cb3b40d15ce16fb5efe01643db2980f37d1d3531/sd-python-wrapper-0.1.36.tar.gz" } ] }