{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# packmodule\n\nA code packer for Python modules. Designed for use with AWS CloudFormation, which allows\nembedding Python code up to 4096 bytes in size directly into a template.\n\n## Usage\n\nCall `packmodule.pack` with a string of your module's source code. The function returns\nyour code packed with the best performing of zlib, bz2, lzma, and the identity function.\nThe behavior of your code should not change other than some extra modules being imported.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/schlarpc/packmodule", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "packmodule", "package_url": "https://pypi.org/project/packmodule/", "platform": "", "project_url": "https://pypi.org/project/packmodule/", "project_urls": { "Homepage": "https://github.com/schlarpc/packmodule" }, "release_url": "https://pypi.org/project/packmodule/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Python code packer for CloudFormation", "version": "1.0.0" }, "last_serial": 4472774, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "aa289594a29afd9b2a13e9bb36cda610", "sha256": "704d7e23d5c9d4dd0376bda04f06bdf35e822457500daac65650d6c6a248b80e" }, "downloads": -1, "filename": "packmodule-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa289594a29afd9b2a13e9bb36cda610", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1868, "upload_time": "2018-11-10T21:59:19", "url": "https://files.pythonhosted.org/packages/ca/26/d67c5f01ca7cc08e3d5c812a61ada3c72d07d6a08181aaa6b3607075bf54/packmodule-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa289594a29afd9b2a13e9bb36cda610", "sha256": "704d7e23d5c9d4dd0376bda04f06bdf35e822457500daac65650d6c6a248b80e" }, "downloads": -1, "filename": "packmodule-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa289594a29afd9b2a13e9bb36cda610", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1868, "upload_time": "2018-11-10T21:59:19", "url": "https://files.pythonhosted.org/packages/ca/26/d67c5f01ca7cc08e3d5c812a61ada3c72d07d6a08181aaa6b3607075bf54/packmodule-1.0.0.tar.gz" } ] }