{ "info": { "author": "Greg Farrow", "author_email": "greg.farrow1@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Boto3 Batch Utils\n=================\nThis library offers some functionality to assist in writing records to AWS services in batches, where your data is not naturally batched. This helps to achieve significant efficiencies when interacting with those AWS services as batch writes are often times orders of magnitude faster than individual writes.\n\n## General Usage\nThe library is very simple to use and works on the concept that you wish to submit payloads to a dispatcher, and not care too much about how to batch up the payloads and send them into their target service. This allows you to utilise the significant efficiencies of patch send/put/write methods, without the problem of error handling and batch sizes.\n\nEach of the supported services has it's own dispatcher class. Each has the same 2 meths with which to interact:\n* **submit_payload**: pass in a payload (e.g. a single message, metric etc)\n* **flush_payloads**: send all payloads in the backlog. Don't worry if there are a lot of payloads, the dispatcher will automatically break them down into chunks. \n\n*It is recommended you `flush_payloads` every invocation or when payload lists become long (100-200 items +) to avoid issues.*\n\n## Supported Services\n\n#### Kinesis Put\nBatch Put items to a Kinesis stream\n```python\nfrom boto3_batch_utils import KinesisBatchDispatcher\nkn = KinesisBatchDispatcher('MyExampleStreamName')\nkn.submit_payload({\"something\": \"in\", \"my\": \"message\"})\nkn.submit_payload({\"tells\": \"me\", \"this\": \"is\", \"easy\": True})\nkn.flush_payloads()\n```\n\n#### Dynamo Write\nBatch write records to a DynamoDB table\n```python\nfrom boto3_batch_utils import DynamoBatchDispatcher\ndy = DynamoBatchDispatcher('MyExampleDynamoTable', primary_partition_key='Id')\ndy.submit_payload({\"something\": \"in\", \"my\": \"message\"})\ndy.submit_payload({\"tells\": \"me\", \"this\": \"is\", \"easy\": True})\ndy.flush_payloads()\n```\n\n#### Cloudwatch Put Metrics\nBatch put metric data to Cloudwatch. CLoudwatch comes with a handy dimension builder function `cloudwatch_dimension` to help you construct dimensions\n```python\nfrom boto3_batch_utils import CloudwatchBatchDispatcher, cloudwatch_dimension\ncw = CloudwatchBatchDispatcher('TEST_JUNK')\ncw.submit_payload('RANDOM_METRIC', dimensions=cloudwatch_dimension('dimA', '12345'), value=555, unit='Count')\ncw.submit_payload('RANDOM_METRIC', dimensions=cloudwatch_dimension('dimA', '12345'), value=1234, unit='Count')\ncw.flush_payloads()\n```\n\n#### SQS Send Messages\nBatch send messages to an SQS queue\n```python\nfrom boto3_batch_utils import SQSBatchDispatcher\nsqs = SQSBatchDispatcher(\"aQueueWithAName\")\nsqs.submit_payload(\"some message of some sort\")\nsqs.submit_payload(\"a different message, probably a similar sort\")\nsqs.flush_payloads()\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/g-farrow/boto3_batch_utils", "keywords": "aws boto3 kinesis dynamo dynamodb batch", "license": "GNU APGL v3", "maintainer": "", "maintainer_email": "", "name": "boto3-batch-utils", "package_url": "https://pypi.org/project/boto3-batch-utils/", "platform": "", "project_url": "https://pypi.org/project/boto3-batch-utils/", "project_urls": { "Homepage": "https://github.com/g-farrow/boto3_batch_utils" }, "release_url": "https://pypi.org/project/boto3-batch-utils/1.5.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.5.1" }, "last_serial": 4304394, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ec65f491cfdb3bc74d65e9d47a2cdd48", "sha256": "fbe4f9422720c1308b14083ef208650df4dcc84ff7a6475f2d18a81a75638a09" }, "downloads": -1, "filename": "boto3_batch_utils-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ec65f491cfdb3bc74d65e9d47a2cdd48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1499, "upload_time": "2018-03-07T14:04:46", "url": "https://files.pythonhosted.org/packages/7a/69/c650a88c5357dfc99d19de9ff4006e29b50418f65164bcacc45528d76241/boto3_batch_utils-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d88d609a48748dfca0b16597155963f", "sha256": "c7fb5734dd99c59111a557ace7beac342a1e89de2b8e78c1b3d0b5740593251a" }, "downloads": -1, "filename": "boto3_batch_utils-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d88d609a48748dfca0b16597155963f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13630, "upload_time": "2018-03-07T14:41:59", "url": "https://files.pythonhosted.org/packages/4e/15/e636fdcb29dc5dea6307d53b28e5db40cd21495da52ad5093c79ec0a6256/boto3_batch_utils-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "065e6bb58b82aedb5d6002c1b939ca2e", "sha256": "edd50d02f4c41f0374630aef4bc43c62a8fa40e41d83ee9622fa824d12733d95" }, "downloads": -1, "filename": "boto3_batch_utils-0.1.2.tar.gz", "has_sig": false, "md5_digest": "065e6bb58b82aedb5d6002c1b939ca2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13626, "upload_time": "2018-03-07T14:54:56", "url": "https://files.pythonhosted.org/packages/df/a0/0c14dd58c52e0725a4f0325b2af22d91d38bb30ec72d4800922f13226dd1/boto3_batch_utils-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8105fe59b1b3e9370d39ae4be5e8f093", "sha256": "345eb7e0b6bdcd2a356f65b7ec211bd4e080e17470e2cfc84f85a89169af6b77" }, "downloads": -1, "filename": "boto3_batch_utils-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8105fe59b1b3e9370d39ae4be5e8f093", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13481, "upload_time": "2018-03-07T15:04:43", "url": "https://files.pythonhosted.org/packages/96/bf/a064a59fe8bcec068f8a46fcd4884b6d456c6d0430f913841586da40b282/boto3_batch_utils-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "650bae76c72f1637b736062bbd849b10", "sha256": "557acc07ff5b6baeb077bf01e041c4c2445c12854258a2967ef60c2fd9c53f36" }, "downloads": -1, "filename": "boto3_batch_utils-0.1.5.tar.gz", "has_sig": false, "md5_digest": "650bae76c72f1637b736062bbd849b10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16075, "upload_time": "2018-03-07T15:21:14", "url": "https://files.pythonhosted.org/packages/85/a1/6ff7c19b1bd564d8d0c818ee55767a2a0459b2fb4213dbde758d50f8fa18/boto3_batch_utils-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8b5eb90e0e0f34c4517b7bc62682dc29", "sha256": "6a8b49f76b6d9e9c089433ae01d88f66f14850e1f9b98f10d179473878bd81c7" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8b5eb90e0e0f34c4517b7bc62682dc29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17613, "upload_time": "2018-03-12T11:54:33", "url": "https://files.pythonhosted.org/packages/3b/2c/1a13d4f1f8a0e4c7419d4ad31d9465f6e15b7ea13cb607395143cd8317fe/boto3_batch_utils-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "da5aea380bf16c8f5ec006ea75971885", "sha256": "a09d212e83888fafa774891481b692ba5d7a34a7e64552c10cb203d3bfb775c9" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.1.tar.gz", "has_sig": false, "md5_digest": "da5aea380bf16c8f5ec006ea75971885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17649, "upload_time": "2018-03-12T12:40:14", "url": "https://files.pythonhosted.org/packages/d5/dc/7d0ca0494f34ff1fb96d761fe6332e50112e490b35abeca7f705eb37b65c/boto3_batch_utils-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "d3f1d6fbc2c484b964f8b157c1854d09", "sha256": "05da707a419ff577d9fe824c691c51333194d12125eae8e44a31d64073468f47" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.10.tar.gz", "has_sig": false, "md5_digest": "d3f1d6fbc2c484b964f8b157c1854d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17845, "upload_time": "2018-03-12T20:40:43", "url": "https://files.pythonhosted.org/packages/1a/88/839506e593e7ea480af2c07fa8721fb8eaabf6a167efb1cc6dc4140449fa/boto3_batch_utils-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "356fc3b6a9b66bbc4dff4c73ca043860", "sha256": "607b0659e53dea8f09f87ef7b4cfcfbd95e7141b7dd89f8a36ef9a2ab9fac014" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.11.tar.gz", "has_sig": false, "md5_digest": "356fc3b6a9b66bbc4dff4c73ca043860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17890, "upload_time": "2018-03-12T20:44:17", "url": "https://files.pythonhosted.org/packages/55/4e/8466d700db944ed2a31213c9c1a67017976a1df69eb72855e6cd221a15eb/boto3_batch_utils-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "a8616b66160e967195835a58b86833f8", "sha256": "02230a9bd72e433917b20c9ca67fd1e3312c820ce900ff083cddb01b80fa3fb5" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.12.tar.gz", "has_sig": false, "md5_digest": "a8616b66160e967195835a58b86833f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17918, "upload_time": "2018-03-12T20:47:48", "url": "https://files.pythonhosted.org/packages/5f/02/c3d3bbd6bf1bdd983b54277db052347ea540c2884f3287b90c59e1c569cf/boto3_batch_utils-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "9864cef89328bd363ba455bb8fb2075f", "sha256": "3cc358e3b9d0eaea9b0277a4790a28859f8129a3221442987d44ed2432678c47" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.13.tar.gz", "has_sig": false, "md5_digest": "9864cef89328bd363ba455bb8fb2075f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17950, "upload_time": "2018-03-12T20:51:53", "url": "https://files.pythonhosted.org/packages/10/78/bc918d51a172e955b86ddf837f8dab30fe2cee0649f478e43ff30250633d/boto3_batch_utils-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "47ab3b709533d47193c5ad9c5b7b5b59", "sha256": "c414fa87410fb9c7109ad574f252c1a001cfba92633c1835627b1339ad2840ae" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.14.tar.gz", "has_sig": false, "md5_digest": "47ab3b709533d47193c5ad9c5b7b5b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17961, "upload_time": "2018-03-12T20:53:10", "url": "https://files.pythonhosted.org/packages/12/7c/ab569c5af40a41f89df0c4bdb95f7182dc1b72ebbb1747a5f2f0211d86cd/boto3_batch_utils-0.2.14.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "da19fe8b3806d7463d5a5536cedff5da", "sha256": "96f6cf65204a05a9a18d3d805d31eb78d69f00a9a5769f303d9f0890dfb4c783" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.2.tar.gz", "has_sig": false, "md5_digest": "da19fe8b3806d7463d5a5536cedff5da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17637, "upload_time": "2018-03-12T13:04:10", "url": "https://files.pythonhosted.org/packages/b0/8c/d5bd280ab3ce06c0ddb903d0eadffe1a8d275143fc1d024ee56d1e24158e/boto3_batch_utils-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "5e7405e295e52585bcdb228f862e0d4f", "sha256": "cadfe5678eb75d1c3bcb4b4c753bb18c9698146250ead36246995edb6b30a5bd" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.3.tar.gz", "has_sig": false, "md5_digest": "5e7405e295e52585bcdb228f862e0d4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17639, "upload_time": "2018-03-12T14:38:06", "url": "https://files.pythonhosted.org/packages/6e/b2/0dbbc041ebfb5262282d792627cb6535cbd14d6949ba5fa429a487533fd1/boto3_batch_utils-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "c51c477a1764d1185d02bd583e577e97", "sha256": "6edb8baf09fb373da9525ff541a42dfec4554cc442fc42a3b42df5fb2458e6a6" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.4.tar.gz", "has_sig": false, "md5_digest": "c51c477a1764d1185d02bd583e577e97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17743, "upload_time": "2018-03-12T19:45:50", "url": "https://files.pythonhosted.org/packages/fc/a3/1e016bba35fae78c2338ba96d8998e54c3c0f725e8c3e15a8f57b4215199/boto3_batch_utils-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "9822225e18d2b0b78d1903e99c0c66f7", "sha256": "dccc9276e216197f6d22092d3aead15f20d4d3e681998465a5df49e6f3651110" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.5.tar.gz", "has_sig": false, "md5_digest": "9822225e18d2b0b78d1903e99c0c66f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17718, "upload_time": "2018-03-12T19:55:15", "url": "https://files.pythonhosted.org/packages/54/9b/2a4626cae90023ca281aa0f4e443efcc8bc00ce5fad62820c98b346fa337/boto3_batch_utils-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "c9a7bf385a19a985eb182f1fcf26e8b4", "sha256": "d20861c003ba4e1ec37158684bc886ff16c61289e8facad2a366d11536f6c07a" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.6.tar.gz", "has_sig": false, "md5_digest": "c9a7bf385a19a985eb182f1fcf26e8b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17801, "upload_time": "2018-03-12T20:17:07", "url": "https://files.pythonhosted.org/packages/ea/1d/519ff5cd5002f69c97cc5fa27cf199b0ca02468d5d73f0527e62ee6adc0c/boto3_batch_utils-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "ad4faadadf6fdf05fd10e8872e4838c3", "sha256": "32c918deac3cec86d4692e72b5af542a20885c9a1600aca487fb0281829de7e9" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.7.tar.gz", "has_sig": false, "md5_digest": "ad4faadadf6fdf05fd10e8872e4838c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17817, "upload_time": "2018-03-12T20:22:31", "url": "https://files.pythonhosted.org/packages/54/bf/669bd3172fad0c359a7b2241317ecfd5708d5bed7f1d200f6ec051c3ad10/boto3_batch_utils-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "7b44a9b4ffe656880d665dfd91d3906e", "sha256": "f56c9eb836b596a7b8cca943456c6269ec5eb18a2d8348a1dc8cbd4f0812a379" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.8.tar.gz", "has_sig": false, "md5_digest": "7b44a9b4ffe656880d665dfd91d3906e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17837, "upload_time": "2018-03-12T20:31:39", "url": "https://files.pythonhosted.org/packages/fd/7e/29b555d96765a5ab91792b074203067037e6ab28d2e681b5311b494fe5ac/boto3_batch_utils-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "5c78166cb597899df0811b4469d4f734", "sha256": "d3c518b74f5d551cac5add657090a80aa3e2146ea341b141e7d08ec5984ca935" }, "downloads": -1, "filename": "boto3_batch_utils-0.2.9.tar.gz", "has_sig": false, "md5_digest": "5c78166cb597899df0811b4469d4f734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17836, "upload_time": "2018-03-12T20:34:42", "url": "https://files.pythonhosted.org/packages/a6/2e/cc5fa46d90792bcfc7c7cf94a1fd92fbee8b8a76d2880137ca52ca88a276/boto3_batch_utils-0.2.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "518a3593acbd808b8637d2f6454a3d3f", "sha256": "dff12d759a7352db4a4a83f20a7f2977aae0273e5abdcd377a0c10cdd5bfe4df" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.0.tar.gz", "has_sig": false, "md5_digest": "518a3593acbd808b8637d2f6454a3d3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19580, "upload_time": "2018-03-12T21:16:42", "url": "https://files.pythonhosted.org/packages/30/3e/e3bb021464161ac6fb25de81d0914887640c1b28f04051f4ec4d0ebd31ce/boto3_batch_utils-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c0fce0b1402c8667fea4b8c56a61e274", "sha256": "55354a9dc1d5d0023e326b9c47053a013dc857816875c5e4d77d1402d8c9e22a" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c0fce0b1402c8667fea4b8c56a61e274", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19637, "upload_time": "2018-03-13T08:47:05", "url": "https://files.pythonhosted.org/packages/46/84/2c784bb9cade9f6b3e58742afb11307719e9364b8806f46890dbc3a22c1c/boto3_batch_utils-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "9d05e83ed78f95229fb0ea0e519dbaea", "sha256": "b92c4e03d9ce8f54c356c30b8a934bb5f73dc3f081c5db4a7098d45cea678a16" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.10.tar.gz", "has_sig": false, "md5_digest": "9d05e83ed78f95229fb0ea0e519dbaea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19928, "upload_time": "2018-03-13T22:06:21", "url": "https://files.pythonhosted.org/packages/45/0f/1bc96cac46d85e95df6dc2e908bf9ae2bbf45aaf0069c10b7038d1262bbe/boto3_batch_utils-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "9ae72d9776e23296f30d004d82b5158b", "sha256": "8b5d1d2a37dde001138a573dd313a8f39a4aed145e361047e60b09cfdef32f02" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.11.tar.gz", "has_sig": false, "md5_digest": "9ae72d9776e23296f30d004d82b5158b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19931, "upload_time": "2018-03-14T08:21:27", "url": "https://files.pythonhosted.org/packages/d7/6a/f6d75c40f45e0e85946564bcb2fd5fbfda31d8b7fc7c39c3e207e3110e4e/boto3_batch_utils-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "932fbc440ebe7a33052dc5ae8b92d131", "sha256": "525c5fe779e665f7ff5744b2387b5d52a793abb2619175a6429c5e79fe909e90" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.12.tar.gz", "has_sig": false, "md5_digest": "932fbc440ebe7a33052dc5ae8b92d131", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19921, "upload_time": "2018-03-14T08:39:25", "url": "https://files.pythonhosted.org/packages/8e/e6/3a1ee4f28b90fd35922589f4bedc863887447e258ccbb20c3de171983a88/boto3_batch_utils-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "865c87e1e37e61fdd08fe2f3fe4319da", "sha256": "d9456f8dd26bf32ac80a1814d8ef0a8dc0808d485c251290763289ece65141bb" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.13.tar.gz", "has_sig": false, "md5_digest": "865c87e1e37e61fdd08fe2f3fe4319da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19913, "upload_time": "2018-03-14T09:13:57", "url": "https://files.pythonhosted.org/packages/14/23/3dcd9b14ab1934015b818542c10ccf3742870176bbe7ac07bd31bc6ac14f/boto3_batch_utils-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "1198d081f2bd21845b4239b0386ddb6a", "sha256": "411f62363de39daae709fd2a533651d021d0978ae62b0083ba50206f8f6e8acd" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.14.tar.gz", "has_sig": false, "md5_digest": "1198d081f2bd21845b4239b0386ddb6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19970, "upload_time": "2018-03-14T09:34:55", "url": "https://files.pythonhosted.org/packages/c0/2e/6b531cf000795622d81136537ce1d77ed46e80ea38d626ed72c073fc7f3e/boto3_batch_utils-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "61afdebca451285b03974b28cbecf16b", "sha256": "abf8fdf268946bc440eae076317b82cc8b7228b3db5e1529d7468b822d249b45" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.15.tar.gz", "has_sig": false, "md5_digest": "61afdebca451285b03974b28cbecf16b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19975, "upload_time": "2018-03-14T09:37:41", "url": "https://files.pythonhosted.org/packages/5c/db/687390ec109715a2e575de37386787bd6ce2284c72eb3a5a3c3947674a35/boto3_batch_utils-1.0.15.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "873ae98caa7011cf93d606c3a19c3971", "sha256": "abddec0755836a1a816b06a2f2897321071071e5af93651c473f549cacb2246c" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.16.tar.gz", "has_sig": false, "md5_digest": "873ae98caa7011cf93d606c3a19c3971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19857, "upload_time": "2018-03-14T09:48:11", "url": "https://files.pythonhosted.org/packages/2a/b1/bda41a190513456615997b17062a7c4b85a2aa8e304ee79dc4bbe7c1536d/boto3_batch_utils-1.0.16.tar.gz" } ], "1.0.17": [ { "comment_text": "", "digests": { "md5": "c70abdc0d6bf8b6ae33ec47bddf3f43b", "sha256": "536a9af30ae683439fe6c31c8911a49f0363629bcc5f582fc1d6ca54db42ed23" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.17.tar.gz", "has_sig": false, "md5_digest": "c70abdc0d6bf8b6ae33ec47bddf3f43b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19833, "upload_time": "2018-03-15T11:36:37", "url": "https://files.pythonhosted.org/packages/fc/8b/2b57cb68eafce45240f835c798fc84ddd068ffe10802882dc388d5f06f85/boto3_batch_utils-1.0.17.tar.gz" } ], "1.0.18": [ { "comment_text": "", "digests": { "md5": "c63c76894447a6a362aa2e988d8539ef", "sha256": "81254a8077ec4887e74894a88dafebfdf206075ad6badc1e9c5581689d9acd9c" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.18.tar.gz", "has_sig": false, "md5_digest": "c63c76894447a6a362aa2e988d8539ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19810, "upload_time": "2018-03-19T13:06:12", "url": "https://files.pythonhosted.org/packages/2c/5c/14b9e70e80acfb3121637495e8be5cd6907657fba3aaef82c73a76e5f605/boto3_batch_utils-1.0.18.tar.gz" } ], "1.0.19": [ { "comment_text": "", "digests": { "md5": "43d350cbb8b667c3a47e305b9d422479", "sha256": "475abbc9a06b46df9be507e6a27d5bf1b79a4d3279634a1e6d7fa9783be644aa" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.19.tar.gz", "has_sig": false, "md5_digest": "43d350cbb8b667c3a47e305b9d422479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19745, "upload_time": "2018-03-20T08:07:52", "url": "https://files.pythonhosted.org/packages/3d/07/39cdd48e356946c35f3369851e6ab09dac2bf6d5d0063f97bd59f3713b1a/boto3_batch_utils-1.0.19.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "3ce0297305520a5b4fcaab869043dc45", "sha256": "c69b379b34827a0234bc44ee7cfec44b4da74ade6f5bd09d0423b754712fff77" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3ce0297305520a5b4fcaab869043dc45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19654, "upload_time": "2018-03-13T10:48:33", "url": "https://files.pythonhosted.org/packages/1f/75/1344b9bd9248e1a8839729ff9c86ceb32ea97ef4dfd44dcc7d4053de09f7/boto3_batch_utils-1.0.2.tar.gz" } ], "1.0.20": [ { "comment_text": "", "digests": { "md5": "e474a141ef1f45555b42cc43c0d8ace8", "sha256": "2518360378d320a301a25ad393156467f9cd56f373a912b87a04c21a3ef51849" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.20.tar.gz", "has_sig": false, "md5_digest": "e474a141ef1f45555b42cc43c0d8ace8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19738, "upload_time": "2018-03-20T08:32:44", "url": "https://files.pythonhosted.org/packages/71/c3/c2965c64b140ac30e8744c9edf6636051f2a6fd3799cb9f6661de67655bb/boto3_batch_utils-1.0.20.tar.gz" } ], "1.0.21": [ { "comment_text": "", "digests": { "md5": "50874899afcadf70a2a3fce6a52f9279", "sha256": "8e99b410809968c59ab1484f992e9b254f23717901764bb96b9d0f0b7bc76b42" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.21.tar.gz", "has_sig": false, "md5_digest": "50874899afcadf70a2a3fce6a52f9279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19739, "upload_time": "2018-03-20T08:53:30", "url": "https://files.pythonhosted.org/packages/3f/56/b34aa28446bee9edbf4d81bce26e64aadb3e5db77fb3fde14ea6265f5aff/boto3_batch_utils-1.0.21.tar.gz" } ], "1.0.22": [ { "comment_text": "", "digests": { "md5": "061565b2f7f58d7342405e1ddba2c1c4", "sha256": "d92f89d159106a42e27ab7d953366468cb6aacb8882c035d60df5e2a02064344" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.22.tar.gz", "has_sig": false, "md5_digest": "061565b2f7f58d7342405e1ddba2c1c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19755, "upload_time": "2018-03-20T09:11:40", "url": "https://files.pythonhosted.org/packages/93/31/13c84c0bbcdb71c4ffc85b9d73d2f219814bb51ea96fa839bfa59f186473/boto3_batch_utils-1.0.22.tar.gz" } ], "1.0.23": [ { "comment_text": "", "digests": { "md5": "a62487283dcdb4ad19748408387ac5bd", "sha256": "b48f3aad67176d088edb898107553fe3e06a496c92fcd951d2885d2c06071a55" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.23.tar.gz", "has_sig": false, "md5_digest": "a62487283dcdb4ad19748408387ac5bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19754, "upload_time": "2018-03-20T09:48:22", "url": "https://files.pythonhosted.org/packages/aa/8a/711e36e87bea86037ef95d8c501ecc567e133ec4ae299d12b926b4ad5f92/boto3_batch_utils-1.0.23.tar.gz" } ], "1.0.24": [ { "comment_text": "", "digests": { "md5": "ebc26a20010958b554e65e716c2b059c", "sha256": "aeb2d3db1bd373eef18cf232d16e953c6e060bdcc599187510683ab616e3b11e" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.24.tar.gz", "has_sig": false, "md5_digest": "ebc26a20010958b554e65e716c2b059c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19770, "upload_time": "2018-03-20T10:11:25", "url": "https://files.pythonhosted.org/packages/30/fb/541b061bf3822f661d339f93f0964f2b71f07eb3d38505e4ff4014f498bc/boto3_batch_utils-1.0.24.tar.gz" } ], "1.0.25": [ { "comment_text": "", "digests": { "md5": "d19d9143d5e093cd29d26df06875336c", "sha256": "0a43779a0569bc8d65d9762b1ce2d14b8ad5ca06f522461b65995d6a1d9e89da" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.25.tar.gz", "has_sig": false, "md5_digest": "d19d9143d5e093cd29d26df06875336c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19765, "upload_time": "2018-03-20T10:25:23", "url": "https://files.pythonhosted.org/packages/3e/f2/6f8e8c50df63bf5c4a25f630b84cf2ab33824d740d4c3acece9a907727e1/boto3_batch_utils-1.0.25.tar.gz" } ], "1.0.26": [ { "comment_text": "", "digests": { "md5": "1bab6bf93711c8b1ee2a26d927dfdcd5", "sha256": "1f3175f600101d26a180263694c722c1d4c83e8c89b3b3f19c4333dca13caa5f" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.26.tar.gz", "has_sig": false, "md5_digest": "1bab6bf93711c8b1ee2a26d927dfdcd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19733, "upload_time": "2018-03-20T10:42:57", "url": "https://files.pythonhosted.org/packages/f7/ca/6b91e50cacea28c0c72e04925a18c3574b45e8b829aa937a81bd2faf6a72/boto3_batch_utils-1.0.26.tar.gz" } ], "1.0.27": [ { "comment_text": "", "digests": { "md5": "fb67ced909833f83edacb43db0014aa8", "sha256": "21408e1c22da532cee9b2c0d1060353f470ead04bd671d006f54339726a09a6d" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.27.tar.gz", "has_sig": false, "md5_digest": "fb67ced909833f83edacb43db0014aa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19715, "upload_time": "2018-03-20T11:03:59", "url": "https://files.pythonhosted.org/packages/4e/d8/f66dae90fd1b6f1366301a468755662c0880fa267d2942eef4d5d0acf067/boto3_batch_utils-1.0.27.tar.gz" } ], "1.0.28": [ { "comment_text": "", "digests": { "md5": "5c7594a05fc141b7028fd59c79b81ee8", "sha256": "7f15c2cebbb91ea9820018cb92ce35d0761d96b673b15a3aff225eea167c7674" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.28.tar.gz", "has_sig": false, "md5_digest": "5c7594a05fc141b7028fd59c79b81ee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19803, "upload_time": "2018-03-20T11:51:57", "url": "https://files.pythonhosted.org/packages/1c/1e/ac5f43c9b749d66e987840176240add92791e09ab89aeb98da27a86d0e08/boto3_batch_utils-1.0.28.tar.gz" } ], "1.0.29": [ { "comment_text": "", "digests": { "md5": "ae9d2b1755a8d025f10b5a23a8366e2a", "sha256": "187b338da989f7b005a8d8ff6010c24fa75fa658bce0be79d69490ba8ed53cc2" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.29.tar.gz", "has_sig": false, "md5_digest": "ae9d2b1755a8d025f10b5a23a8366e2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19797, "upload_time": "2018-03-20T12:34:37", "url": "https://files.pythonhosted.org/packages/cf/37/9e1c75aa9788af2ee030937fdde6c36e2701cbe341c245dc9e9074137fc9/boto3_batch_utils-1.0.29.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "ce07e7861f9e5695234f8fcc9379e186", "sha256": "4be6a45f7b83e9056304274ea5f6033383beea09fafc257b2953a01b39d84f8e" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.3.tar.gz", "has_sig": false, "md5_digest": "ce07e7861f9e5695234f8fcc9379e186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19655, "upload_time": "2018-03-13T11:02:33", "url": "https://files.pythonhosted.org/packages/6d/17/b25f115e52328b75f99699019af1426dc43fc5a57bc728c9610d13ddbc19/boto3_batch_utils-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "037464aa1452bb13cf9d023943ad23c0", "sha256": "95dd432b1e34f8546b6ddb360af723d5081d3b74752aca60de087df2e5f99638" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.4.tar.gz", "has_sig": false, "md5_digest": "037464aa1452bb13cf9d023943ad23c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19737, "upload_time": "2018-03-13T13:00:11", "url": "https://files.pythonhosted.org/packages/4e/e5/bf23ae95f3a7cc21f615549e488a9d650a12f203777db521be5fce7d2632/boto3_batch_utils-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "1a2bbec4970c6831d22100171ff9317a", "sha256": "b756bc3ff606409ea62df40ba8e57918d5bb2d936d5b4b6bbf0878bba6ddc3ae" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.5.tar.gz", "has_sig": false, "md5_digest": "1a2bbec4970c6831d22100171ff9317a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19771, "upload_time": "2018-03-13T13:37:04", "url": "https://files.pythonhosted.org/packages/29/ab/c30dccc23bd66a7d95597df9a4725b72210054dfc9ae945ba94ac76bbe26/boto3_batch_utils-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "e45f2a9c3d5cf8c83d3f919129f1cb14", "sha256": "48956b0feb6dfd838c2197c93ec76974e8c85e30fcfd432088cf1b31ccb5aafe" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.6.tar.gz", "has_sig": false, "md5_digest": "e45f2a9c3d5cf8c83d3f919129f1cb14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19775, "upload_time": "2018-03-13T15:16:13", "url": "https://files.pythonhosted.org/packages/b7/ee/bf88b0ec92fb8b98c2d3ac8d63a97e0b073c0e64ace0f40305f1c87a4a09/boto3_batch_utils-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "3401fd3289795bef7f8668624c4fd78b", "sha256": "7433ad64290f36cb1e438223232d08d3d3b5ec45e1b1ecbd6567d6f73ffa4df3" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3401fd3289795bef7f8668624c4fd78b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19815, "upload_time": "2018-03-13T15:23:05", "url": "https://files.pythonhosted.org/packages/2c/ad/9941365018a34bba40899be3a1bae0572475090873f48f2fd1db30452fa0/boto3_batch_utils-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "43d16a972daaba12841d897c28b0fbde", "sha256": "63c19ac60791653bdc473b2da74b7de86d4a89ea502c5ebb0b5e0ee27b151327" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.8.tar.gz", "has_sig": false, "md5_digest": "43d16a972daaba12841d897c28b0fbde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19834, "upload_time": "2018-03-13T15:31:53", "url": "https://files.pythonhosted.org/packages/98/67/47f89aa7b6ef146679a4c1539c60cb7631bc0342c876458c487306a86a26/boto3_batch_utils-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "2062cda99193f04c9ec895a6b552a88f", "sha256": "057981496591b4f65da27042a34051cc2dc9a0b8a8ebedc5fc931fb9e0c2bec8" }, "downloads": -1, "filename": "boto3_batch_utils-1.0.9.tar.gz", "has_sig": false, "md5_digest": "2062cda99193f04c9ec895a6b552a88f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19857, "upload_time": "2018-03-13T15:57:44", "url": "https://files.pythonhosted.org/packages/90/03/00c0403df615dfd6d63b0109c322058847c6ed6a62c2ae4d04e56d167e7e/boto3_batch_utils-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "e655c6b394beafe46230e5aed204af57", "sha256": "d5ac98f02454fbcd5c6f0df995cab619854b02c754cd63d973a05bf7ef9a9904" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e655c6b394beafe46230e5aed204af57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19790, "upload_time": "2018-03-20T13:44:11", "url": "https://files.pythonhosted.org/packages/97/c4/f8193d11a557202be950158aaf78e7cb8d9999bfcc4ff1bfe2dd5b64bfcb/boto3_batch_utils-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a39565d5028866672924737282f7cd2e", "sha256": "13cbfb321b37ee8f41af6b3da019da10b0586440ac51921c499bf4e547fa3f4e" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a39565d5028866672924737282f7cd2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19858, "upload_time": "2018-03-20T14:52:28", "url": "https://files.pythonhosted.org/packages/02/0d/84f0065668825e34efe1abe9389b766c62238351636650958c864ed489ec/boto3_batch_utils-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "21d23e40915602bbe9a4e7eee0dba402", "sha256": "78bbee697f7626bb0358f65f913724335e9e60a2c128080a175092028a9e513e" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.2.tar.gz", "has_sig": false, "md5_digest": "21d23e40915602bbe9a4e7eee0dba402", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19849, "upload_time": "2018-03-20T15:03:53", "url": "https://files.pythonhosted.org/packages/3a/e0/744f4bdf269817ac9afb8b2826c3030372c6238262f34b17fd4cf5940cf8/boto3_batch_utils-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "97b082f9d3e9a8d698d350ef80367de5", "sha256": "3155ea18f8a109c4a1bf9d0bafbce59f0c6525a92cf3ee44868162228ec0d775" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.3.tar.gz", "has_sig": false, "md5_digest": "97b082f9d3e9a8d698d350ef80367de5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19845, "upload_time": "2018-03-20T15:12:00", "url": "https://files.pythonhosted.org/packages/69/78/4c656709d90372b84083c16443920161a146d72e23aed52c2a111de5eb23/boto3_batch_utils-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "d24306dcabbd17874df3b7f901710254", "sha256": "b05d90be2241f220094f94096eae4de2664380d1bb7ff16c60a7d0df94e47560" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.4.tar.gz", "has_sig": false, "md5_digest": "d24306dcabbd17874df3b7f901710254", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19901, "upload_time": "2018-03-21T10:44:22", "url": "https://files.pythonhosted.org/packages/37/e1/9e4d1ca012fd12d50da6948c848710ff5301de95c5fffaecac004435bf1a/boto3_batch_utils-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "f8e9519b221643f71a39b589950a0509", "sha256": "0f7327e227b2daa4bbf58b8d8a8f005cddefb9e77d554589ce55479851d8df01" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.5.tar.gz", "has_sig": false, "md5_digest": "f8e9519b221643f71a39b589950a0509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19903, "upload_time": "2018-03-21T11:06:17", "url": "https://files.pythonhosted.org/packages/bf/dc/65f82a89e3383dd282f3917b64b66a3cb4b34c534ca61399d5aadab12b35/boto3_batch_utils-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "2557236e153d6ff3db7fde50a562c6a0", "sha256": "4cf6998f6758987c418a6ae1ee971be323759384a755acc7380617a014a78c1d" }, "downloads": -1, "filename": "boto3_batch_utils-1.1.6.tar.gz", "has_sig": false, "md5_digest": "2557236e153d6ff3db7fde50a562c6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19906, "upload_time": "2018-03-21T11:17:52", "url": "https://files.pythonhosted.org/packages/a3/7c/e3fdb5f6994386e3e0dbc383699274663f0baea7d86ebf91573e6f7cd421/boto3_batch_utils-1.1.6.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "37d99efc062a86e83eccc58e1cfa22cb", "sha256": "4d0b0fa3d5ab281720047b56c001b643a266ddd6f7e744f9e8b5df722bf953d3" }, "downloads": -1, "filename": "boto3_batch_utils-1.2.0.tar.gz", "has_sig": false, "md5_digest": "37d99efc062a86e83eccc58e1cfa22cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19953, "upload_time": "2018-03-21T15:45:31", "url": "https://files.pythonhosted.org/packages/ac/a6/eb42024b9fa2e161aa4d35e9577ec42d5faeaaaf791ef6bf713820650440/boto3_batch_utils-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "8cadfd4105a005ba201893e1b9502aa2", "sha256": "52f9a942aa4eb7a389b97870d0e3c93b0346700aa3b61b56ccbed4f013d66fb6" }, "downloads": -1, "filename": "boto3_batch_utils-1.2.1.tar.gz", "has_sig": false, "md5_digest": "8cadfd4105a005ba201893e1b9502aa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19957, "upload_time": "2018-03-26T10:46:34", "url": "https://files.pythonhosted.org/packages/87/7a/879b58f697e720c3be72cb2dbab79280f3cc53a5b5f612fd9eedc93ca7bb/boto3_batch_utils-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "b2dcb8b7e25979bf46c28c88c7e706f3", "sha256": "1897900c7653a4334fe9423197021555f72d5477487911a9cbcbb214dadf1991" }, "downloads": -1, "filename": "boto3_batch_utils-1.2.2.tar.gz", "has_sig": false, "md5_digest": "b2dcb8b7e25979bf46c28c88c7e706f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19969, "upload_time": "2018-03-26T11:55:21", "url": "https://files.pythonhosted.org/packages/bd/35/246f9ed46edc1fd46214b2b5acb7c283998449ec24d18750a70b84f19b18/boto3_batch_utils-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "4a440025b94a660c91971603968a13b8", "sha256": "b021cd11020b9bf8dd412d31f759af90e69a2d80feff16e6422e10089f5b1202" }, "downloads": -1, "filename": "boto3_batch_utils-1.2.3.tar.gz", "has_sig": false, "md5_digest": "4a440025b94a660c91971603968a13b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19991, "upload_time": "2018-03-27T13:57:41", "url": "https://files.pythonhosted.org/packages/62/c4/804319d1d5bb1cf4ffb362d2f6298d73d9f80fea8329c86e2c35b71072a1/boto3_batch_utils-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "f8eb3e97510573c8a05d2bbd982806c4", "sha256": "1108962ced68a0e3fbd1f6dc37526a66a9f03f219e007d2cd9c4dd47a96be2a4" }, "downloads": -1, "filename": "boto3_batch_utils-1.2.4.tar.gz", "has_sig": false, "md5_digest": "f8eb3e97510573c8a05d2bbd982806c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20010, "upload_time": "2018-03-29T08:44:01", "url": "https://files.pythonhosted.org/packages/30/59/3bc002d96b2e3778091f9fb345d8501353a8d932ad77863cde746f9df127/boto3_batch_utils-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "e8dc4666bcfd197ea81bd92aab1fbf23", "sha256": "fb649a3ed372436fb3f1e60323edd506380bbb85a6846b04ae469c82f98da26b" }, "downloads": -1, "filename": "boto3_batch_utils-1.3.0.tar.gz", "has_sig": false, "md5_digest": "e8dc4666bcfd197ea81bd92aab1fbf23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20014, "upload_time": "2018-04-03T11:35:22", "url": "https://files.pythonhosted.org/packages/2a/fc/5b38d7f85fea3d38946714143c9dbbf7deac0e2e7e16c65a20f3c745db13/boto3_batch_utils-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "5b4896667e2ae8139fe9c22988f6d2d7", "sha256": "f59cdf9c1f46fc068ad14555d786f173b7459b665fef59e5a99816b3a67a21a5" }, "downloads": -1, "filename": "boto3_batch_utils-1.4.0.tar.gz", "has_sig": false, "md5_digest": "5b4896667e2ae8139fe9c22988f6d2d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20021, "upload_time": "2018-04-11T11:44:01", "url": "https://files.pythonhosted.org/packages/c2/99/43de1efe52ed7a92a8ce13540cd968daa2b835dec4b91a02b104f32ff975/boto3_batch_utils-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "1c275b49292d264a302a9a3d7684893e", "sha256": "27e3e38df8fe534173ffbc815e9aafe6e2844e52eac8b00d51e35162bdd7357e" }, "downloads": -1, "filename": "boto3_batch_utils-1.5.0.tar.gz", "has_sig": false, "md5_digest": "1c275b49292d264a302a9a3d7684893e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19999, "upload_time": "2018-09-20T07:25:38", "url": "https://files.pythonhosted.org/packages/ec/fd/463685251823d32ad9ee9f1958a865654dc9f4868dd879c6644c39d82a8c/boto3_batch_utils-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "929c9b1815e3fb751fa2f10271e42055", "sha256": "33136ccbeec6dfa1a8ae802f389a61e866cdf434e2b38ffca6fa9ddfad3b28c4" }, "downloads": -1, "filename": "boto3_batch_utils-1.5.1.tar.gz", "has_sig": false, "md5_digest": "929c9b1815e3fb751fa2f10271e42055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19942, "upload_time": "2018-09-24T11:32:43", "url": "https://files.pythonhosted.org/packages/8c/09/53455131bf14155315e6749276facd09a94360e18ff061889373921e1d2c/boto3_batch_utils-1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "929c9b1815e3fb751fa2f10271e42055", "sha256": "33136ccbeec6dfa1a8ae802f389a61e866cdf434e2b38ffca6fa9ddfad3b28c4" }, "downloads": -1, "filename": "boto3_batch_utils-1.5.1.tar.gz", "has_sig": false, "md5_digest": "929c9b1815e3fb751fa2f10271e42055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19942, "upload_time": "2018-09-24T11:32:43", "url": "https://files.pythonhosted.org/packages/8c/09/53455131bf14155315e6749276facd09a94360e18ff061889373921e1d2c/boto3_batch_utils-1.5.1.tar.gz" } ] }