Metadata-Version: 2.1
Name: cz-lambda-layers-cz-python-38
Version: 1.0.81
Summary: Reusable set of libraries for Python3.8 Lambdas
Home-page: https://github.com/Cloudzero/cz-lambda-layers
Author: CloudZero
Author-email: support@cloudzero.com
License: UNLICENSED
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown


# Overview

`cz-lambda-layers-cz-python-38` provides a Lambda Layer and associated python library representing everything in the lambda layer.
Since we do not control the Lambda Layer Version, this library will read the deployed Lambda Layer version, then construct a pypi
compatible semantic version by adding the monotonically increasing Lambda Layer version as the patch version. For example, a lambda
layer with version 76 will end up as a python library with version 1.0.76.


