A package for helping with the creation of Platform Guides in Switch Automation Platform.
Project description
Switch Automation library for Python
This is a package for helping with the creation of Platform Guides in the Switch Automation software platform.
You can find out more about the platform on Switch Automation
Getting started
Prerequisites
- Python 3.8 or later is required to use this package.
- You must have a Switch Automation user account to use this package.
Enable Venv
Enabling virtual environment will allow us to isolate libraries per project. Allowing us to run multiple projects with different library requirements on the same system.
python -m venv pyenv
Activate the pyenv on your terminal
Windows:
./pyenv/Scripts/activate
Linux/MacOS:
. pyenv/Scripts/activate
Install the package
Install the Switch Guides library for Python with pip:
pip install switch-guides-scaffolder
Create a Guide
Follow the prompts after running the following to create a new Switch Guide with a sample step that is ready to use.
switchguides create
History
0.1.5
Fixed
- Include missing template files
0.1.4
Add initial Task Insights module
0.1.3
Updated
Output directory is now created automatically if it doesn't exist
0.1.2
Initial Switch Guides Scaffolder Release
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 switch_guides_scaffold-0.1.5.tar.gz.
File metadata
- Download URL: switch_guides_scaffold-0.1.5.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a72c87fade53503926476c33a1309c7c90120a8e3ccd147c9876f1f2e8d7b82a
|
|
| MD5 |
231b6d5e94cdfe329dea4df704cc529c
|
|
| BLAKE2b-256 |
20ea3ca8c56fcd4b6bf7263d601c4829c07a30874f2bb48ff0039907b7a78dbf
|
File details
Details for the file switch_guides_scaffold-0.1.5-py3-none-any.whl.
File metadata
- Download URL: switch_guides_scaffold-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086551c0d513cb4300ad9b3be52ae19c8f5c7f48d9a32909999f93dd65822169
|
|
| MD5 |
728079766ab1a2024e40cfa0bf1874fe
|
|
| BLAKE2b-256 |
40d02459689343e14c6ea78ed5072e334b385ddaee1a2f9fb26c688fe19d7187
|