Python code packer for CloudFormation
Project description
packmodule
A code packer for Python modules. Designed for use with AWS CloudFormation, which allows embedding Python code up to 4096 bytes in size directly into a template.
Usage
Call packmodule.pack
with a string of your module's source code. The function returns
your code packed with the best performing of zlib, bz2, lzma, and the identity function.
The behavior of your code should not change other than some extra modules being imported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
packmodule-1.0.0.tar.gz
(1.9 kB
view details)
File details
Details for the file packmodule-1.0.0.tar.gz
.
File metadata
- Download URL: packmodule-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704d7e23d5c9d4dd0376bda04f06bdf35e822457500daac65650d6c6a248b80e |
|
MD5 | aa289594a29afd9b2a13e9bb36cda610 |
|
BLAKE2b-256 | ca26d67c5f01ca7cc08e3d5c812a61ada3c72d07d6a08181aaa6b3607075bf54 |