Cloud Deployment Manager will reach end of support on December 31, 2025. If you currently use Deployment Manager, please migrate to Infrastructure Manager or an alternative deployment technology by December 31, 2025 to ensure your services continue without interruption.
Stay organized with collections
Save and categorize content based on your preferences.
You can use Python libraries in your Python templates. Deployment Manager
uploads and runs the Python code in your templates in a secure environment.
You can use libraries that are supported by Deployment Manager, listed below. To
use a different Python library, import the full library source in your template.
Supported libraries
Deployment Manager supports specific Python libraries that you can use in your
templates. These libraries include:
If you want to import libraries that are not explicitly supported, import
the library using the filename. This is especially useful if you want to
import your own helper methods. The same restrictions for system calls apply to
custom libraries as well.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Python libraries can be used within Python templates in Deployment Manager, which runs the code in a secure environment."],["Deployment Manager supports specific Python libraries, such as `base64`, `collections`, `json`, `math`, `yaml`, and others."],["To utilize unsupported libraries, you can import the full library source file directly into your template."],["System or network calls are strictly prohibited in templates, including any system call functionality within the supported libraries, and will result in rejection."],["Custom libraries are allowed but must also follow the restrictions preventing system or network calls."]]],[]]