{
"info": {
"author": "Cedric DUMAY",
"author_email": "cedric.dumay@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Programming Language :: Python"
],
"description": ".. image:: https://img.shields.io/pypi/v/cdumay-rest-client.svg\n :target: https://pypi.python.org/pypi/cdumay-rest-client/\n :alt: Latest Version\n\n.. image:: https://travis-ci.org/cdumay/cdumay-rest-client.svg?branch=master\n :target: https://travis-ci.org/cdumay/cdumay-rest-client\n :alt: Latest version\n\n\n.. image:: https://readthedocs.org/projects/cdumay-rest-client/badge/?version=latest\n :target: http://cdumay-rest-client.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg\n :target: https://github.com/cdumay/cdumay-rest-client/blob/master/LICENSE\n\ncdumay-rest-client\n==================\n\nThis library is a basic REST client with exception formatting.\n\nQuickstart\n----------\n\nFirst, install cdumay-rest-client using \n`pip `_:\n\n $ pip install cdumay-rest-client\n\nNext, add a `RESTClient` instance to your code:\n\n.. code-block:: python\n\n import json, sys\n from cdumay_rest_client.client import RESTClient\n\n client = RESTClient(server=\"http://jsonplaceholder.typicode.com\")\n json.dump(\n client.do_request(method=\"GET\", path=\"/posts/1\"),\n sys.stdout,\n sort_keys=True,\n indent=4,\n separators=(',', ': ')\n )\n\nResult:\n\n.. code-block:: python\n\n {\n \"body\": \"quia et suscipit\\nsuscipit recusandae [...]\",\n \"id\": 1,\n \"title\": \"sunt aut facere repellat provident occaecati excepturi optio reprehenderit\",\n \"userId\": 1\n }\n\nException\n---------\n\nYou can use `marshmallow `_\nto serialize exceptions:\n\n.. code-block:: python\n\n import json, sys\n from cdumay_rest_client.client import RESTClient\n from cdumay_http_client.exceptions import HTTPException, HTTPExceptionValidator\n\n try:\n client = RESTClient(server=\"http://jsonplaceholder.typicode.com\")\n data = client.do_request(method=\"GET\", path=\"/me\")\n except HTTPException as exc:\n data = HTTPExceptionValidator().dump(exc).data\n\n json.dump(data, sys.stdout, sort_keys=True, indent=4, separators=(',', ': '))\n\nResult:\n\n.. code-block:: python\n\n {\n \"code\": 404,\n \"extra\": {},\n \"message\": \"Not Found\"\n }\n\nLicense\n-------\n\nLicensed under `Apache License 2.0 <./LICENSE>`_ or https://opensource.org/licenses/Apache-2.0.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/cdumay/cdumay-rest-client",
"keywords": "",
"license": "Apache License",
"maintainer": "",
"maintainer_email": "",
"name": "cdumay-rest-client",
"package_url": "https://pypi.org/project/cdumay-rest-client/",
"platform": "",
"project_url": "https://pypi.org/project/cdumay-rest-client/",
"project_urls": {
"Homepage": "https://github.com/cdumay/cdumay-rest-client"
},
"release_url": "https://pypi.org/project/cdumay-rest-client/0.2.1/",
"requires_dist": null,
"requires_python": "",
"summary": "HTTP client",
"version": "0.2.1"
},
"last_serial": 5896366,
"releases": {
"0.0.1": [],
"0.0.10": [
{
"comment_text": "",
"digests": {
"md5": "66c4adac40027f5056ea14a34773d435",
"sha256": "11ff34dc1b5b2507c33ca73b1d6a3633ac4fe94cf6b107aa1b08012ba8b54b6f"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.10.tar.gz",
"has_sig": false,
"md5_digest": "66c4adac40027f5056ea14a34773d435",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4403,
"upload_time": "2016-08-24T16:45:59",
"url": "https://files.pythonhosted.org/packages/cc/c4/99db81a143f8276daf5ed2e5269ea34be1ef53555d2565b89fbeaac1b40f/cdumay-rest-client-0.0.10.tar.gz"
}
],
"0.0.11": [
{
"comment_text": "",
"digests": {
"md5": "6f0608b6998e484eae54cc33b2f19466",
"sha256": "ceee4c90e8a1d5a061e59027147ecde5dd33c66c06c9cb5a69e93e53ef2f5bdf"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.11.tar.gz",
"has_sig": false,
"md5_digest": "6f0608b6998e484eae54cc33b2f19466",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4430,
"upload_time": "2016-10-07T13:35:02",
"url": "https://files.pythonhosted.org/packages/49/98/bdc868ef837075fa4e4b19df6c64ed0038f1371b0b218d405339c1d6fddc/cdumay-rest-client-0.0.11.tar.gz"
}
],
"0.0.12": [
{
"comment_text": "",
"digests": {
"md5": "910f59c1ddcf7119395a84a9625d7969",
"sha256": "809123a80476ce71e3350e41a54fca594aef6ea2deefa36a5876704ab93445b9"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.12.tar.gz",
"has_sig": false,
"md5_digest": "910f59c1ddcf7119395a84a9625d7969",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4465,
"upload_time": "2016-12-09T11:32:08",
"url": "https://files.pythonhosted.org/packages/6a/4c/15848b3be3728396908cf1c5ee3dbadd3e72cdfdb76308d8563408399cc7/cdumay-rest-client-0.0.12.tar.gz"
}
],
"0.0.13": [
{
"comment_text": "",
"digests": {
"md5": "db13839bb7e703333b22b184a1cca61b",
"sha256": "4e62bc503f4e7f1c098b73c7aeecaa2df6ae64ed733d49c4cef3efb36c51a9de"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.13.tar.gz",
"has_sig": false,
"md5_digest": "db13839bb7e703333b22b184a1cca61b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4472,
"upload_time": "2017-01-25T10:06:53",
"url": "https://files.pythonhosted.org/packages/a6/47/d69f233a9b31767171854c96046d11f633cf9a3346dc9f98e7d5668f0218/cdumay-rest-client-0.0.13.tar.gz"
}
],
"0.0.14": [
{
"comment_text": "",
"digests": {
"md5": "0b380aa02f487bbf1a91081696cd9e9f",
"sha256": "30a8899f37a29ede87b4111d85af525ed156e046116d4d47df1b38c16f03a335"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.14.tar.gz",
"has_sig": false,
"md5_digest": "0b380aa02f487bbf1a91081696cd9e9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4470,
"upload_time": "2017-02-21T10:09:11",
"url": "https://files.pythonhosted.org/packages/8c/92/8141d6c910f8801e41586cf9963de6fe74cc23bc6950b2c203461534619f/cdumay-rest-client-0.0.14.tar.gz"
}
],
"0.0.15": [
{
"comment_text": "",
"digests": {
"md5": "21a87f907827e785e7be3f56086215fd",
"sha256": "875b7d36efc4f924d370772d92e395a71b5991669f4d98a9258b7e843fa577ed"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.15.tar.gz",
"has_sig": false,
"md5_digest": "21a87f907827e785e7be3f56086215fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4508,
"upload_time": "2017-06-23T13:16:14",
"url": "https://files.pythonhosted.org/packages/87/88/4d54e4a57b1b92c72e5f62fe3774c5bb49d6bee5787d82ebaac5321247ad/cdumay-rest-client-0.0.15.tar.gz"
}
],
"0.0.16": [
{
"comment_text": "",
"digests": {
"md5": "e36fb433e44e2b9a9b3cfffc8c949973",
"sha256": "da6c11521ef4b0f44303bfbfdfd65c9f11d3aa1b9572b3916cfdf8a8edd46fed"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.16.tar.gz",
"has_sig": false,
"md5_digest": "e36fb433e44e2b9a9b3cfffc8c949973",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4503,
"upload_time": "2017-06-26T13:06:33",
"url": "https://files.pythonhosted.org/packages/8b/da/184b733bf555bcf7382dcb0f489420ef6233bbab9622dd03f2fde34f23ee/cdumay-rest-client-0.0.16.tar.gz"
}
],
"0.0.17": [
{
"comment_text": "",
"digests": {
"md5": "ad71345be76408ab242c35aaa8bc9c67",
"sha256": "a33b41f8ea963f1d88a7bd566dd153392075580456928a73877aa04fab19b8dd"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.17.tar.gz",
"has_sig": false,
"md5_digest": "ad71345be76408ab242c35aaa8bc9c67",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4513,
"upload_time": "2017-06-26T13:18:44",
"url": "https://files.pythonhosted.org/packages/11/5a/1c9c48845e57f99d6179d46ac60c82b4762cb282c93f3d142b2b7f144bda/cdumay-rest-client-0.0.17.tar.gz"
}
],
"0.0.18": [
{
"comment_text": "",
"digests": {
"md5": "544f54022eb56aaff3cf5e2381ba5b62",
"sha256": "5d4929e395089f2c3126c46b2a9a3d39fe313fd12c3e80d44dffac60a1d8acc5"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.18.tar.gz",
"has_sig": false,
"md5_digest": "544f54022eb56aaff3cf5e2381ba5b62",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4655,
"upload_time": "2017-08-01T10:41:22",
"url": "https://files.pythonhosted.org/packages/34/b3/f7fda8a9bab27f36061269fd27fd95e3ff729e2d48f6aea489a34e2cc142/cdumay-rest-client-0.0.18.tar.gz"
}
],
"0.0.19": [
{
"comment_text": "",
"digests": {
"md5": "e01d6c7fc7cedb83ccb5ef83683c9282",
"sha256": "85bb11de7ba54c3b59ab6ed225b706a56b073ad488f1e6fb576f2da2105fa140"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.19.tar.gz",
"has_sig": false,
"md5_digest": "e01d6c7fc7cedb83ccb5ef83683c9282",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4647,
"upload_time": "2017-08-10T08:33:48",
"url": "https://files.pythonhosted.org/packages/53/26/f2ac8135cf40a668d3b2f329c516ebee88891b8b3e585cd96d8cfa9daa4f/cdumay-rest-client-0.0.19.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "023da2ce596f8321114c44fb5c102ca1",
"sha256": "6bf580a47aeaeefc76342347e7f043d2ba5d6821ff83e911f9c8d2bdcb0cf90a"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "023da2ce596f8321114c44fb5c102ca1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4183,
"upload_time": "2016-07-08T15:38:48",
"url": "https://files.pythonhosted.org/packages/2b/3c/82be05c34beccd0591ef29c711df3ae4430c9d3632be37937c6dd5a2e7c2/cdumay-rest-client-0.0.2.tar.gz"
}
],
"0.0.21": [
{
"comment_text": "",
"digests": {
"md5": "751a475915731f7f6a83974575251c8f",
"sha256": "7062b13f932e2afc703596048a69072bb51527a1bca6eedbf6c2fcbdb133f670"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.21.tar.gz",
"has_sig": false,
"md5_digest": "751a475915731f7f6a83974575251c8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4655,
"upload_time": "2017-08-18T11:48:21",
"url": "https://files.pythonhosted.org/packages/0e/ee/a4265ee2e0275e39a6faccaf289447dd9ad9f1c83fa765617abf264faeaa/cdumay-rest-client-0.0.21.tar.gz"
}
],
"0.0.22": [
{
"comment_text": "",
"digests": {
"md5": "0cc3529d786df00425d5dc88c9c1458b",
"sha256": "4113430ebb2d9ada5413dc4e5f4dd9dcdcd2190a43cfd9c476199895df2f6f45"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.22.tar.gz",
"has_sig": false,
"md5_digest": "0cc3529d786df00425d5dc88c9c1458b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4666,
"upload_time": "2018-01-15T17:25:25",
"url": "https://files.pythonhosted.org/packages/60/0a/a19ac951d8f07990aa017cd3a7771cf27e63a920a55b79b69ce5b42da034/cdumay-rest-client-0.0.22.tar.gz"
}
],
"0.0.23": [
{
"comment_text": "",
"digests": {
"md5": "83671f8cd34f7fbcc02c6baba0a41b6b",
"sha256": "a55e47d7b259ab623615686e8277ea2558522a6f643afdddbfd157c021c5f6e1"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.23.tar.gz",
"has_sig": false,
"md5_digest": "83671f8cd34f7fbcc02c6baba0a41b6b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4737,
"upload_time": "2018-01-31T17:51:45",
"url": "https://files.pythonhosted.org/packages/72/fb/cfc814e12ccb0b0523a75bfa8b4f5eee480f73dcd2d4c23e80fc4290134f/cdumay-rest-client-0.0.23.tar.gz"
}
],
"0.0.24": [
{
"comment_text": "",
"digests": {
"md5": "baf02b4b015bc7506170bf239db71e2f",
"sha256": "e30176477b635962c40017c56d70180512ac28b04b1339d8d5b039d8035237b3"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.24.tar.gz",
"has_sig": false,
"md5_digest": "baf02b4b015bc7506170bf239db71e2f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4776,
"upload_time": "2018-02-19T12:08:19",
"url": "https://files.pythonhosted.org/packages/2a/91/9f9dbb52fe73936e79eabf0f31f60ae672ef17510e874afb4e4707af1bd6/cdumay-rest-client-0.0.24.tar.gz"
}
],
"0.0.25": [
{
"comment_text": "",
"digests": {
"md5": "cff52a34a36807741d407ee9405473a7",
"sha256": "79dfee5bf0bdef5ab406a52069e96352aafeaff8029fb006cd3d8e79bd058d3b"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.25.tar.gz",
"has_sig": false,
"md5_digest": "cff52a34a36807741d407ee9405473a7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4828,
"upload_time": "2018-02-27T17:36:31",
"url": "https://files.pythonhosted.org/packages/27/63/287c007645b2da91bc0ce4b9d594c9372b66cb19e57e583dc854d1c4a8b2/cdumay-rest-client-0.0.25.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "c6a0262fc8245800ea0c928e9645889d",
"sha256": "983ed92a66da906a47b16418d7a486cb60b05b70081533a57816d8fb6b661ce1"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "c6a0262fc8245800ea0c928e9645889d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4232,
"upload_time": "2016-07-08T16:18:37",
"url": "https://files.pythonhosted.org/packages/ab/96/b3feebf97a29c45487c42e833a26c115bd8927c61fc371f23897954e8dce/cdumay-rest-client-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "ee8ab51a86b1d74a4c2c31dc27282069",
"sha256": "09809357f04b74e49f2284d449abf5ffbdb50893075391f9a6a530274490429e"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "ee8ab51a86b1d74a4c2c31dc27282069",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4232,
"upload_time": "2016-07-08T16:27:39",
"url": "https://files.pythonhosted.org/packages/f1/34/ee48d8f0aa4aacf46bc41e1497acb49bc299ab358d068dc11ee702b53219/cdumay-rest-client-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "1bfe48d5f32409a326bcfafc15df7daf",
"sha256": "1fd25c1c2bd3d393dcdb3482a1487c705ae77f4223c952fe2482e982f7bf0ecd"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "1bfe48d5f32409a326bcfafc15df7daf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4231,
"upload_time": "2016-07-11T16:47:19",
"url": "https://files.pythonhosted.org/packages/5e/da/e9f06023f05fa7b3b47c556f31190fc3d82e657f423ee293bd1a674e2e7f/cdumay-rest-client-0.0.5.tar.gz"
}
],
"0.0.7": [
{
"comment_text": "",
"digests": {
"md5": "6abdb45e6fcf534c4005d869db840ce5",
"sha256": "d94d6319d9a5328fa8f20cfa6f3799cdd83f9b2af52202b8e530d04f1f4348be"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "6abdb45e6fcf534c4005d869db840ce5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4235,
"upload_time": "2016-07-11T17:11:47",
"url": "https://files.pythonhosted.org/packages/6c/40/49009a4c0e862fc88d81762bc5b6cd4c1a0c0418a2122d23c1a6d7b1ebba/cdumay-rest-client-0.0.7.tar.gz"
}
],
"0.0.8": [
{
"comment_text": "",
"digests": {
"md5": "3437851b725b093e176fa92e1398b4aa",
"sha256": "727b74110d5b2224d1922765265daca68de3cf166967bbd4b2bcf1e6209d1739"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "3437851b725b093e176fa92e1398b4aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4238,
"upload_time": "2016-07-11T17:19:07",
"url": "https://files.pythonhosted.org/packages/ae/c1/b374341e6e987436180089d047a7a1c9f101d909b9f8c9cfa0c3d77c677a/cdumay-rest-client-0.0.8.tar.gz"
}
],
"0.0.9": [
{
"comment_text": "",
"digests": {
"md5": "9eb304b28710c04f4055c00d0c04ade3",
"sha256": "972df2591a84a1a408b9d880b29d7809df82761d33afb381ad2117d81ad353b9"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "9eb304b28710c04f4055c00d0c04ade3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4398,
"upload_time": "2016-08-11T09:48:24",
"url": "https://files.pythonhosted.org/packages/ff/0b/5877fdf16c44fb13de40cf0f2f2d87d35a04d0cf371cf0cdcddf8d91c887/cdumay-rest-client-0.0.9.tar.gz"
}
],
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "98f0b5f30cac606c76c37c43e268ffe8",
"sha256": "8449c352ab9c7131e1afb0b91b3d3d3b46a6cef508822883c4c95f213c65a1af"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "98f0b5f30cac606c76c37c43e268ffe8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4233,
"upload_time": "2018-03-14T15:47:59",
"url": "https://files.pythonhosted.org/packages/52/3e/c24d16912b7338480fae92589ddfe05b8646754576613dac9da34832c873/cdumay-rest-client-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "7d64f14b65d042fc665f16007928dfd8",
"sha256": "4f3e7e92e5bb71cab699b24f6dedf95ac16c92577335fc228c2f901aa52a2447"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "7d64f14b65d042fc665f16007928dfd8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4242,
"upload_time": "2018-03-16T11:23:42",
"url": "https://files.pythonhosted.org/packages/d7/e9/6075f96b2203e31fffbdd810b04ae0fcaef4f82dc13d5afe3cfe7cc90f72/cdumay-rest-client-0.1.1.tar.gz"
}
],
"0.1.10": [
{
"comment_text": "",
"digests": {
"md5": "862fc43e388fb2901db8591b34c0cf7c",
"sha256": "970459cceb6ef0eae57f1697b7a89abf79586738c58be5d9aa36045f2dbcf1a5"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "862fc43e388fb2901db8591b34c0cf7c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5965,
"upload_time": "2018-09-20T15:32:54",
"url": "https://files.pythonhosted.org/packages/6a/dd/4dff338035301c84d643a6089ffc2ee25c5ee742e802e275185cf7ec02e1/cdumay-rest-client-0.1.10.tar.gz"
}
],
"0.1.11": [
{
"comment_text": "",
"digests": {
"md5": "b30fa37f1d864b609d28753bd76c965c",
"sha256": "21b3e52ecff0b655f73b0eb01f9bf785aacab0ea08c5bf6087381cf4966bd8a6"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "b30fa37f1d864b609d28753bd76c965c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5983,
"upload_time": "2018-09-25T09:57:48",
"url": "https://files.pythonhosted.org/packages/d3/44/7cb46506491bb2d2a53eaf15e21d662f40d6ec2855e518e35beb681b4d7a/cdumay-rest-client-0.1.11.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "e83e3f589204a020d21e9e4b431986f8",
"sha256": "8ef0b9a55f52159f30dc7cdbf44bcd4e58c80324eac1ebd05e14a3fde7239238"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "e83e3f589204a020d21e9e4b431986f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4230,
"upload_time": "2018-03-19T17:34:05",
"url": "https://files.pythonhosted.org/packages/09/bc/daf6c4a12d226dc7629a826e7e6b944a257034449f44fd3bff407dd7763d/cdumay-rest-client-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "6860597a121c8339774afe301440c4ff",
"sha256": "12c8b335f93c58981645ea96cd1938d0ee5b4375f3237d036f5fd3595e776988"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "6860597a121c8339774afe301440c4ff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4206,
"upload_time": "2018-03-19T17:54:58",
"url": "https://files.pythonhosted.org/packages/35/7a/9e4d532bd728f91c5763d0d2493ee6a86ff867e8179a4a043ad26f4ab460/cdumay-rest-client-0.1.4.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "cb597c1ec916b136366a45fdadda637b",
"sha256": "ce9157ce854a5ef6cb1272d1f7857c25616b2acd531814665f69995e5b1a7403"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "cb597c1ec916b136366a45fdadda637b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5116,
"upload_time": "2018-04-09T10:51:57",
"url": "https://files.pythonhosted.org/packages/58/06/eb602400469eefad0a11fcbc5bedbea6b025ff27fca2425747d264ab4d20/cdumay-rest-client-0.1.5.tar.gz"
}
],
"0.1.6": [
{
"comment_text": "",
"digests": {
"md5": "9ab4a96b680eae9086a05b06e6f42fe5",
"sha256": "dd2f8cb5db8aa5896492e87a6c306c594ed37419294a0f8dc4a9d0f777fee745"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "9ab4a96b680eae9086a05b06e6f42fe5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5535,
"upload_time": "2018-08-14T08:34:03",
"url": "https://files.pythonhosted.org/packages/36/48/055af3d98de1065ac3316cde03655ec1de666a55405403d3bdbc40c40af0/cdumay-rest-client-0.1.6.tar.gz"
}
],
"0.1.7": [
{
"comment_text": "",
"digests": {
"md5": "b8ba377bef1669b2098e95114afb1bdc",
"sha256": "f33e7c0cf6d8084f77f420e700c091a589c753aeeb29ca97ccd092c5b024c208"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "b8ba377bef1669b2098e95114afb1bdc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5536,
"upload_time": "2018-08-20T10:04:58",
"url": "https://files.pythonhosted.org/packages/f5/52/170f536a98597c614881b7608889442b6ba2f28ac111de334277da4e12fa/cdumay-rest-client-0.1.7.tar.gz"
}
],
"0.1.8": [
{
"comment_text": "",
"digests": {
"md5": "4cabca644f31d340a22d7a1d84a9bfb6",
"sha256": "75d32f279c29769f36ff3a24308542398fb3c26de6af80158f29700fdfe87f70"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "4cabca644f31d340a22d7a1d84a9bfb6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5741,
"upload_time": "2018-08-20T10:22:12",
"url": "https://files.pythonhosted.org/packages/c7/f1/614a51c00a4f9a7e54630872a5fcae158e6328117f57a78f1952c75698da/cdumay-rest-client-0.1.8.tar.gz"
}
],
"0.1.9": [
{
"comment_text": "",
"digests": {
"md5": "bb6c2188361e03c466cef0c428febfd1",
"sha256": "0faed7e7e3f947a9de356223a02658901d5a942a1d69400ac76ff24975e1ab02"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "bb6c2188361e03c466cef0c428febfd1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5963,
"upload_time": "2018-09-18T16:42:25",
"url": "https://files.pythonhosted.org/packages/1a/22/a43856761665e2c276bdbc164e72dc9ffd0b9cdbc28f5624515736ff8d83/cdumay-rest-client-0.1.9.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "9e968be3676bdd0eee6895f7e5bcc95c",
"sha256": "4d4e1e3f9a08638e6185b5aec627e1f0ab5df5ca72125b1baf4d375c61e79a10"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "9e968be3676bdd0eee6895f7e5bcc95c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3157,
"upload_time": "2019-09-26T14:43:01",
"url": "https://files.pythonhosted.org/packages/1a/b1/21a9b4350efece7a1c699bd53f66f7cec9026b6e000c07bfe92160024e38/cdumay-rest-client-0.2.0.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "d003f7fd27e67c2c8c0d2ccb534cb15c",
"sha256": "f9b7c524f9bd960b9bb7d757d6f8e8c34cbef45be310f0e055859b17b64cedb0"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "d003f7fd27e67c2c8c0d2ccb534cb15c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3148,
"upload_time": "2019-09-27T14:14:03",
"url": "https://files.pythonhosted.org/packages/55/81/a97492ccc6ae552151eed811ea35935d6acb285b4db532f2bd1ed5953bfe/cdumay-rest-client-0.2.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d003f7fd27e67c2c8c0d2ccb534cb15c",
"sha256": "f9b7c524f9bd960b9bb7d757d6f8e8c34cbef45be310f0e055859b17b64cedb0"
},
"downloads": -1,
"filename": "cdumay-rest-client-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "d003f7fd27e67c2c8c0d2ccb534cb15c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3148,
"upload_time": "2019-09-27T14:14:03",
"url": "https://files.pythonhosted.org/packages/55/81/a97492ccc6ae552151eed811ea35935d6acb285b4db532f2bd1ed5953bfe/cdumay-rest-client-0.2.1.tar.gz"
}
]
}