Easily install modules in azure automation runbooks.
Project description
PyRunbookManager
Easily install PIP dependencies in your azure runbook at runtime.
Setup
- Download the .whl build from the PyPI project page
- Add it as a module in your runtime environment
Usage
To install additional modules, you must first import PyRunbookManager.
from PyRunbookManager import modulemanager
Installing a module
from PyRunbookManager import modulemanager
modulemanager.install("requests")
import requests
installing a list of modules
from PyRunbookManager import modulemanager
dependencies = ['requests','os']
for module in dependencies:
modulemanager.install(module)
import os
import requests
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
Contact
For any questions or inquiries, please open an issue.
Disclaimer
I am not responsible for any damage and/or misuse as a result of using this lib.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyRunbookManager-0.0.2.tar.gz.
File metadata
- Download URL: PyRunbookManager-0.0.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c695b0e6b14b9c92b2f990d3cf65992951667a8054d64c7e6a116dd7cd532195
|
|
| MD5 |
2c41b38f320cf9b5c37fc916499c694a
|
|
| BLAKE2b-256 |
bd8cc7e66d65d8f2135580c0f37c5a413848baf7fab74dd1d7e0b41aee56efa6
|
File details
Details for the file PyRunbookManager-0.0.2-py3-none-any.whl.
File metadata
- Download URL: PyRunbookManager-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7dbcfc5c2b4f31ceb5c48058edb8b43fdc20f47cbb5163b93bf80c3f98275ce
|
|
| MD5 |
0ca39d025f018b91764651397962da88
|
|
| BLAKE2b-256 |
f6bb82e29ac1ff8ba8f3e3e6d66265e547f1b1340c239c2ff412cb220c57fee9
|