{ "info": { "author": "Joseph Wortmann", "author_email": "joseph.wortmann@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "lambda-setuptools\n=================\n\nA Command extension to setuptools that builds an AWS Lambda compatible zip file and uploads it to an S3 bucket\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nSimply add ``setup_requires=['lambda_setuptools']`` as an attribute to\nyour *setup.py* file\n\nThis extension adds two new commands to setuptools:\n\n1. **ldist**\n\n - Usage:\n ``ldist --include-version= --build-layer= --layer-dir=``\n\n - Effect: This will build (using *bdist_wheel*) and install your\n package, along with all of the dependencies in\n *install_requires*\n\n - *include-version* is optional. If not present it will\n default to *True*\n - *build-layer* is optional. If not present it will default to\n *False*. Set to *True* to build a layer instead of a\n function\n - *layer-dir* is optional. Defaults to *python*. Only used if\n *build-layer* is *True*\n - It is *highly* recommended that you **DO NOT** include\n *boto3* or *botocore* in your *install_requires*\n dependencies as these are provided by the AWS Lambda\n environment. Include them at your own peril!\n - The result will be in\n *dist/[your-package-name]-[version].zip* (along with your\n wheel)\n\n2. **lupload**\n\n - Usage:\n ``lupload --access-key= --secret-access-key= --s3-bucket= --kms-key-id= --s3-prefix= --endpoint-url=``\n\n - Effect: This will build (using *ldist*) and upload the\n resulting ZIP file to the specified S3 bucket\n\n - *access-key* ans *secret-access-key* are optional (and\n DEPRECATED). The new method of setting these is by using the\n boto3 standard\n (https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html).\n This allows for several methods of granting AWS access,\n including through the use of roles and assumed roles. If\n provided, these are set to **AWS_ACCESS_KEY_ID** and\n **AWS_SECRET_ACCESS_KEY** environment variables\n (respectively) in the local ``os.environ``.\n - *kms-key-id* is optional. If it is not provided, standard\n AES256 encryption will be used\n - *s3-prefix* is optional. If it is not provided, the ZIP file\n will be uploaded to the root of the S3 bucket\n - *endpoint_url* is optional. If it is not provided, the\n default endpoint for the accessed account will be used\n\n3. **lupdate**\n\n - Usage:\n ``lupdate --function-names=,, --lambda-names=,, --layer-runtimes=python2.7,python3.6,python3.7 --region=``\n\n - Effect: This will update the AWS Lambda function or layer code\n for the listed functions/layers. Functions/layers may be\n function names, partial ARNs (in the case of a function name)\n and/or full ARNs.\n\n - *function-names* is *DEPRECATED*. Use *lambda-names*\n instead. Joined as a *set* with *lambda-names*.\n - *lambda-names* contains the names of functions XOR layers,\n depending on the update type. Update type is sourced from\n *ldist* through *lupload*.\n - *layer-runtimes* is optional, and can be one or more of\n *python2.7*\\ \\|\\ *python3.6*\\ \\|\\ *python3.7*, seperated by\n commas. Defaults to all three.\n - Requires the use of *lupload* as the S3 object uploaded is\n used as the function/layer code to update.\n - *region* is optional. If it is not provided, then\n ``us-east-1`` will be used.\n\nThis extension also adds three new attributes to the setup() function:\n\n1. **lambda_function**\n\n - Usage:\n ``lambda_function=.:``\n - Effect: ldist will create a root-level python module named\n \\*\\_function.py\\* where package_name is derived from the *name*\n attribute. This created module will simply redefine your lambda\n handler function at the root-level\n\n2. **lambda_module**\n\n - Usage: ``lambda_module=``\n - Effect: ldist adds the named module to the list of *py_modules* to\n install, normally at the root level\n\n3. **lambda_package**\n\n - Usage: ``lambda_package=``\n - Effect: ldist will copy the contents of the provided directory\n into the root level of the resulting lambda distribution. The\n provided directory **MUST NOT** have an \\*__init__.py\\* in it\n (e.g. - it can\u2019t be a real package)\n\nAll *ldist* attributes can be used in the same setup() call. It is up to\nthe user to ensure that you don\u2019t step all over yourself\u2026\n\nNote that all other commands and attributes in setup.py will still work\nthe way you expect them to.\n\nEnjoy!\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/QuiNovas/lambda-setuptools", "keywords": "setuptools extension", "license": "APL 2.0", "maintainer": "", "maintainer_email": "", "name": "lambda-setuptools", "package_url": "https://pypi.org/project/lambda-setuptools/", "platform": "", "project_url": "https://pypi.org/project/lambda-setuptools/", "project_urls": { "Homepage": "https://github.com/QuiNovas/lambda-setuptools" }, "release_url": "https://pypi.org/project/lambda-setuptools/0.4.1/", "requires_dist": [ "boto3", "setuptools", "wheel" ], "requires_python": "", "summary": "A Command extension to setuptools that allows building an AWS Lamba dist and uploading to S3", "version": "0.4.1" }, "last_serial": 5906876, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "69d01c4592d5778bc6204a5791ed7df1", "sha256": "0d13f974f32b7efeee30509e094f1ef7be98b93ea20fd411c478506fb6367dd4" }, "downloads": -1, "filename": "lambda_setuptools-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69d01c4592d5778bc6204a5791ed7df1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4786, "upload_time": "2016-06-27T23:58:46", "url": "https://files.pythonhosted.org/packages/b5/22/012bec9693b4d304ef8cbe2c0d6574f1fd4a3d1cba509f0ff604b0d6ad69/lambda_setuptools-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32804d7ed81aeca30c930fec5cf74db6", "sha256": "dd6aafdb1fe22a4ba2613a12677c9ec14087a57d6b7b5c607437035e3f112fba" }, "downloads": -1, "filename": "lambda-setuptools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "32804d7ed81aeca30c930fec5cf74db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2016-06-27T23:58:42", "url": "https://files.pythonhosted.org/packages/ba/e4/82232b92ab521a638dcb1e0c58faede42e59a6aa97f3673edd2d905f289d/lambda-setuptools-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e0dec5ccd2933eb0f0ed6b4f815a96b3", "sha256": "ce9023f1375f88918a477f113be8eec090ff6145d5cdef81f34ebee44af888cd" }, "downloads": -1, "filename": "lambda_setuptools-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e0dec5ccd2933eb0f0ed6b4f815a96b3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4790, "upload_time": "2016-06-28T13:06:20", "url": "https://files.pythonhosted.org/packages/9f/08/0cd995a5c7b167b59244c0553117cdb9b7a4f7ab1c5d39dfde5bd4583f41/lambda_setuptools-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e0bedb048d9678bcce9be6e9c0480d1", "sha256": "cf7575e84eefcbdd350dc54d4085c69aa16d49828c081ff6f9ab21e06a9b0d56" }, "downloads": -1, "filename": "lambda-setuptools-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6e0bedb048d9678bcce9be6e9c0480d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2761, "upload_time": "2016-06-28T13:06:16", "url": "https://files.pythonhosted.org/packages/c4/dc/ecc722d7600058c09c9e862aa829c29ddb3f12cfb1055ad7744fae5b222d/lambda-setuptools-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5b8260f8a9a30d0c956e4b9db3006aac", "sha256": "7dd876b3ef272f59be2a9e68945c57f245e53db57eb0c8f23dd7652b41c11e0e" }, "downloads": -1, "filename": "lambda_setuptools-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b8260f8a9a30d0c956e4b9db3006aac", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4846, "upload_time": "2016-06-28T16:54:26", "url": "https://files.pythonhosted.org/packages/75/94/ae633f1b75ae84b073c774b2dd016afc80fb84b650a99571a0636aabb789/lambda_setuptools-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b979f77ae41fb4f157fc105dd3d35d4", "sha256": "d1f228b7aaeb7e8c91fa8e6edf27913e844c2cf4c8ca0e2fa8ff00af86be8f2a" }, "downloads": -1, "filename": "lambda-setuptools-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9b979f77ae41fb4f157fc105dd3d35d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2822, "upload_time": "2016-06-28T16:54:21", "url": "https://files.pythonhosted.org/packages/da/40/39d9aab52ad1f6b7284495a9612d851f0bd2c61d370d579133a66a6b6407/lambda-setuptools-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "991b47746c207756ae7f3e2a505f8a19", "sha256": "d56890b27d749ac611018542f00034440fb6687f1182448cd737d6ac081c8ce6" }, "downloads": -1, "filename": "lambda_setuptools-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "991b47746c207756ae7f3e2a505f8a19", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6442, "upload_time": "2016-06-29T16:31:18", "url": "https://files.pythonhosted.org/packages/27/ad/c35c37bf83472c7a4d7c6f28526b22bd08577ed9c23d633fa0b3f95a02bb/lambda_setuptools-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65655a68683d04c0c64024ce0173f04c", "sha256": "232e29742f943bacf18a6056cd79b4287c307194b869c54c5d22b5c4019ef93d" }, "downloads": -1, "filename": "lambda-setuptools-0.1.3.tar.gz", "has_sig": false, "md5_digest": "65655a68683d04c0c64024ce0173f04c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3972, "upload_time": "2016-06-29T16:31:14", "url": "https://files.pythonhosted.org/packages/18/c7/c1e9adc955d454b7115c17f9750b888f06fe3849b0ac657fbf7a18d74a0a/lambda-setuptools-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c6f0f95ea58903d740deb649401fd489", "sha256": "7109f42fad5ed722ead7ff680aef1f38f03c2aafc06484af3852b363d9d18778" }, "downloads": -1, "filename": "lambda_setuptools-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6f0f95ea58903d740deb649401fd489", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8168, "upload_time": "2017-07-18T03:27:20", "url": "https://files.pythonhosted.org/packages/d7/b4/3cfadaa64046725aa55e3af0c40be238c5c82da34f2a853eba339918b050/lambda_setuptools-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04725b14d013a2d1c96c134f2c1ae58f", "sha256": "3b730ce0e2c0a28eb65c6d2ba2386cdbd53e44396068b13461a41381c42e354a" }, "downloads": -1, "filename": "lambda-setuptools-0.1.5.tar.gz", "has_sig": false, "md5_digest": "04725b14d013a2d1c96c134f2c1ae58f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5470, "upload_time": "2017-07-18T03:27:19", "url": "https://files.pythonhosted.org/packages/bf/c6/f1275e8137c559372c7d9e4ffad9e17646d408d57b9e1f505be7a0e4d475/lambda-setuptools-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "c8d3841bf569cfeb4bc7a5f7d10f4771", "sha256": "404abe894dc9e411b621be6507c14b757b16767e3e9ccdba737413698684bff8" }, "downloads": -1, "filename": "lambda_setuptools-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8d3841bf569cfeb4bc7a5f7d10f4771", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8291, "upload_time": "2017-07-18T03:31:13", "url": "https://files.pythonhosted.org/packages/f6/fd/34d862955e10f01c7140a2fa19b78d6639d3fdec4f1c15723346d6c861e3/lambda_setuptools-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ce68be8fe0878cc6ef15612368c6c22", "sha256": "4d3ba010ce583b0a9d1408ec8ec3b54503bb4fa2e2874daee436c558982a5738" }, "downloads": -1, "filename": "lambda-setuptools-0.1.6.tar.gz", "has_sig": false, "md5_digest": "3ce68be8fe0878cc6ef15612368c6c22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5336, "upload_time": "2017-07-18T03:31:12", "url": "https://files.pythonhosted.org/packages/30/d1/012c2408a3838adb32306d71d3439e3e6d9cf26dfb8930b31cac988eda64/lambda-setuptools-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "440a5fa9c007a48d4b9e8d18e6993842", "sha256": "fcb6b93a7aae88ea0d8210a8ff448651d10a831a56e54be70c9fd8a7335adca7" }, "downloads": -1, "filename": "lambda_setuptools-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "440a5fa9c007a48d4b9e8d18e6993842", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8275, "upload_time": "2017-08-07T17:27:11", "url": "https://files.pythonhosted.org/packages/a7/4c/7b13202ddd691ff49fa5fe3a3a3d10960e8299526c2eaeb573f5c534e4fc/lambda_setuptools-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "331173152edfafac416d86d48c77c6a6", "sha256": "50ceaab88a10567040191583ac25006c7806a5580b26ba585b7952c9116980f0" }, "downloads": -1, "filename": "lambda-setuptools-0.1.7.tar.gz", "has_sig": false, "md5_digest": "331173152edfafac416d86d48c77c6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5321, "upload_time": "2017-08-07T17:27:10", "url": "https://files.pythonhosted.org/packages/ba/d5/0729aa5dd07fe7f5f0289b110475fa4553ca00ceec72b84eee27ce3f49d0/lambda-setuptools-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "9d88ee269d2ecb01c95928f47ce9e349", "sha256": "14a1a0bf06e28c4089ec4adbb53b7e2a28500bce48e2c7f04d8e9d1c7f9a1c02" }, "downloads": -1, "filename": "lambda_setuptools-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d88ee269d2ecb01c95928f47ce9e349", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8283, "upload_time": "2017-09-20T16:03:02", "url": "https://files.pythonhosted.org/packages/81/9c/4b80783b192b67a05e2c1383989cdf990b34334794bd455977a5444ba9f2/lambda_setuptools-0.1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d99399b75528ab21ba4a44ef966839b9", "sha256": "e57815bd6703080af52c995db02b8c0e254a144c849a55817d2860f99fceceaa" }, "downloads": -1, "filename": "lambda-setuptools-0.1.8.tar.gz", "has_sig": false, "md5_digest": "d99399b75528ab21ba4a44ef966839b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5319, "upload_time": "2017-09-20T16:02:56", "url": "https://files.pythonhosted.org/packages/bb/86/b97e6effef7db3c74093c60af6d1f09a589a0339414e8f6bfe716ce6714a/lambda-setuptools-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "b94122c99c328e48f42fb36a3a326127", "sha256": "945bf63f5ffe0954ad38d9cd92e092ca61eca35eee6fb41c533ad33c3d91b8b7" }, "downloads": -1, "filename": "lambda_setuptools-0.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b94122c99c328e48f42fb36a3a326127", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8273, "upload_time": "2017-12-04T20:00:32", "url": "https://files.pythonhosted.org/packages/e1/2e/c47e220a9b29a87b8acf34e488dd31d557f01f9bfa98e7720ad816e95f52/lambda_setuptools-0.1.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "feb6c1b1d9575f943f2f5740fb9cca71", "sha256": "81fb47360110b21b82933082d37eacbd798cccd294c5946161eb56fcc6b0e5e6" }, "downloads": -1, "filename": "lambda-setuptools-0.1.9.tar.gz", "has_sig": false, "md5_digest": "feb6c1b1d9575f943f2f5740fb9cca71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5314, "upload_time": "2017-12-04T20:00:19", "url": "https://files.pythonhosted.org/packages/7e/42/2a31cc0809c692495600c9f5866cd09976794620cdff5551c234d0e90eed/lambda-setuptools-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "da3473ab1a6b4f17e6992b553759c598", "sha256": "571c5d8a3c2655ac33c5d0b977fd87e36fafba8ebfc9633053fcf16383a66e31" }, "downloads": -1, "filename": "lambda_setuptools-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da3473ab1a6b4f17e6992b553759c598", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9990, "upload_time": "2018-02-27T00:43:35", "url": "https://files.pythonhosted.org/packages/6d/fa/40ab47f3fd2746b0ba4f633cad16f42b537306ba2f7ad79aec2e4123a83d/lambda_setuptools-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c145a4258980b33abdc7d971632503d", "sha256": "a2c32c1cbfe0d46caacc7836a25c684fea5e7acffc8ecd514694b93c79f1f5db" }, "downloads": -1, "filename": "lambda-setuptools-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2c145a4258980b33abdc7d971632503d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6173, "upload_time": "2018-02-27T00:43:37", "url": "https://files.pythonhosted.org/packages/f5/71/f4390849a99cd68077503b58fbeb8149320cd6a187bfdca12b7e061d3946/lambda-setuptools-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e161d1e1cc2f3090ac0a80929f129f4e", "sha256": "bbccae0b5002d193720016c441a07fb5e0b1f40ded06d0a1ac3ccd56d28b1753" }, "downloads": -1, "filename": "lambda_setuptools-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e161d1e1cc2f3090ac0a80929f129f4e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10114, "upload_time": "2018-02-27T15:14:00", "url": "https://files.pythonhosted.org/packages/7d/a1/3efd8b976db06067743f77c1fb0ff66fdf878cb618d6dbbf2068fdc10db9/lambda_setuptools-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b199587b30c07c23b35fec5bb7e5cdcc", "sha256": "565904ef42fd971550871f691c76cdcdbb48d744e3664a83309c5d4da9b7f7b0" }, "downloads": -1, "filename": "lambda-setuptools-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b199587b30c07c23b35fec5bb7e5cdcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6269, "upload_time": "2018-02-27T15:14:02", "url": "https://files.pythonhosted.org/packages/e0/26/0fd58e390b3973a09c4354368548bcffecb10e1464a2a0d5986dcc60d338/lambda-setuptools-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d5275bd5cf46a6f9727bd2325c1fa661", "sha256": "6a3410e8bd1a82f82f837893b6f6e5590e0d431c5f0dc855bba02c19c85e0c66" }, "downloads": -1, "filename": "lambda_setuptools-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5275bd5cf46a6f9727bd2325c1fa661", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7801, "upload_time": "2018-06-21T15:09:20", "url": "https://files.pythonhosted.org/packages/92/02/0b3b28b33d5edb5468d81e2c4de3cb7aa88f056226c916db0a31838ca0a4/lambda_setuptools-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "600635a2134465331602339d61349d30", "sha256": "06f34553eb20694a031ee945ae75a79468a105000caeb587e7f577364e79d328" }, "downloads": -1, "filename": "lambda-setuptools-0.2.2.tar.gz", "has_sig": false, "md5_digest": "600635a2134465331602339d61349d30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6384, "upload_time": "2018-06-21T15:09:21", "url": "https://files.pythonhosted.org/packages/a0/e6/73426c2f7e196e9dfa8ce8f641b3f6196b86cae12e35eb341d54914bcd90/lambda-setuptools-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "5d7cd459e5fadf25296843d13c73da76", "sha256": "1f9e6e20f2585c4de46f0395ebbee4ac03e37b5103059046d85f143032066247" }, "downloads": -1, "filename": "lambda_setuptools-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5d7cd459e5fadf25296843d13c73da76", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11964, "upload_time": "2019-03-19T18:20:00", "url": "https://files.pythonhosted.org/packages/30/c3/4b823c17d7fe3fa7d1c258625846762e6910462da5a0fa38ad90b05d29a5/lambda_setuptools-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0519d8858349ef17c529ba30c5eac18", "sha256": "5504909aaf9d2eacbc712340581549ad3a4f8caa1957cb704e3f2b276461e893" }, "downloads": -1, "filename": "lambda-setuptools-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b0519d8858349ef17c529ba30c5eac18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6446, "upload_time": "2019-03-19T18:20:01", "url": "https://files.pythonhosted.org/packages/e4/c8/1d7ddd87a50bd7534ec5e471b75a7a53e4ff4bbcd844afa75ff1965b4ab4/lambda-setuptools-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "968a0ac30ba6e1489f41f3da6f963413", "sha256": "e1c2c582baf0807d8f79f58ac2b6fe2fc41fff06f3766c7abad278a8af88cf8e" }, "downloads": -1, "filename": "lambda_setuptools-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "968a0ac30ba6e1489f41f3da6f963413", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13166, "upload_time": "2019-08-28T12:59:18", "url": "https://files.pythonhosted.org/packages/d8/28/d0eff5a17a3ac1766f9f49e84db79d73b3ecffc154fb06b1ee0ace70529a/lambda_setuptools-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d1c694fcb3993ab0f18d81c42df7faa", "sha256": "5525b8b0cc67bb08d38c7183ac51a9141e5fb6f0eca354e7ea00d5829be73915" }, "downloads": -1, "filename": "lambda-setuptools-0.4.0.tar.gz", "has_sig": false, "md5_digest": "1d1c694fcb3993ab0f18d81c42df7faa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9342, "upload_time": "2019-08-28T12:59:19", "url": "https://files.pythonhosted.org/packages/cb/b9/79323282fcd665861985b679f06d1bbadac833d032bac000a904352d7192/lambda-setuptools-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "5abb9cf7cc9799642b858391d36e0ee7", "sha256": "e5f3d391becc1727cfdc75d9e5e76887236ff38380a2201ef4e5d491c1e748c7" }, "downloads": -1, "filename": "lambda_setuptools-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5abb9cf7cc9799642b858391d36e0ee7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13165, "upload_time": "2019-09-30T13:14:52", "url": "https://files.pythonhosted.org/packages/e6/d3/77cd155814c32af71abb8fe16434c85b2181e8349ea39deffb36c7c7ba63/lambda_setuptools-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f371c634289083643c38c6887ac6a14", "sha256": "d92e14387f70a3dd6545eb05201652d8fcfeed58a6771b7b8e6ce43224777971" }, "downloads": -1, "filename": "lambda-setuptools-0.4.1.tar.gz", "has_sig": false, "md5_digest": "3f371c634289083643c38c6887ac6a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8212, "upload_time": "2019-09-30T13:14:53", "url": "https://files.pythonhosted.org/packages/c2/8c/51d499cc2801e635091cad9e580626ef87220e7d89bd0638fe581d2dfa3c/lambda-setuptools-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5abb9cf7cc9799642b858391d36e0ee7", "sha256": "e5f3d391becc1727cfdc75d9e5e76887236ff38380a2201ef4e5d491c1e748c7" }, "downloads": -1, "filename": "lambda_setuptools-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5abb9cf7cc9799642b858391d36e0ee7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13165, "upload_time": "2019-09-30T13:14:52", "url": "https://files.pythonhosted.org/packages/e6/d3/77cd155814c32af71abb8fe16434c85b2181e8349ea39deffb36c7c7ba63/lambda_setuptools-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f371c634289083643c38c6887ac6a14", "sha256": "d92e14387f70a3dd6545eb05201652d8fcfeed58a6771b7b8e6ce43224777971" }, "downloads": -1, "filename": "lambda-setuptools-0.4.1.tar.gz", "has_sig": false, "md5_digest": "3f371c634289083643c38c6887ac6a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8212, "upload_time": "2019-09-30T13:14:53", "url": "https://files.pythonhosted.org/packages/c2/8c/51d499cc2801e635091cad9e580626ef87220e7d89bd0638fe581d2dfa3c/lambda-setuptools-0.4.1.tar.gz" } ] }