package for installation of PCA Addon on Seeq
Project description
Welcome to the PCA packaged Add-on project!
This project includes the following Add-on elements:
- PCA
If this project was created by the Add-on Example Generator:
- The Add-on Example Generator creates a virtual environment in the project folder.
- You will notice that the folder structure matches the elements you selected in the prompts of the Add-on Example Generator with their corresponding names.
- You can also see that the
addon.jsonconfiguration has been filled with the answers to the questions you provided in the CLI. - Finally, you will notice a
_dev_toolsfolder that hosts all he utility functions that are helpful to develop, debug, package and deploy your Add-on. This folder is not meant to be manipulated, but you are welcome to look inside for more complex configurations.
Getting Started
To deploy your Add-on package example to Add-on Manager, follow the steps below:
-
Activate the virtual environment
- If you are using a Terminal, you can activate the virtual environment by running
source .venv/bin/activate(Linux/Mac) or.venv\Scripts\activate(Windows). - If you are using an IDE, you can configure the IDE to use the virtual environment.
- If you are using a Terminal, you can activate the virtual environment by running
-
Run
python addon.py deploy --url https://<my-seeq-server> --username <username> --password <password>making sure you pass the correct URL, username, and password to your Seeq server. -
Run
python addon.py watchto make changes to the Add-on package and automatically update the changes to Add-on Manager.
Development Notes
A global Python environment was created when this project was generated. This environment is located in the .venv
folder. If you want work with a specific element, you can run python addon.py bootstrap --dir <element_folder> to
create a virtual environment for that specific element. However, you can also
run python addon.py bootstrap --dir <element_folder> --global-python-env . to update the global environment with new
dependencies that you might add to the requirements.txt file of each element.
Logs
You can get the logs of the Add-on Manager from the server you are deploying to. The following commands can be used:
python addon.py logsto get a list of all the logs files from the Add-on Manager.python addon.py logs --file <log_file>to get the content of a specific log file.python addon.py logs-aomis a shortcut ofpython addon.py logs --file com.seeq.add-on-manager.log.
Tailing the logs is not currently supported.
Project details
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 builder_addon_pca-0.0.5.tar.gz.
File metadata
- Download URL: builder_addon_pca-0.0.5.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b3e6102949add02eb09829883a2369fa0651be9b5bc9ea325bf18140f5bf26
|
|
| MD5 |
d93a58e051100d1830e669b8d774d5ce
|
|
| BLAKE2b-256 |
a51c8361af285cc9d35feab820f28830fb3bf3b9a10f76db350714463b43a1ff
|
File details
Details for the file BUILDER_ADDON_PCA-0.0.5-py3-none-any.whl.
File metadata
- Download URL: BUILDER_ADDON_PCA-0.0.5-py3-none-any.whl
- Upload date:
- Size: 44.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eae9de19e6410004ab5e2f8085b6f9dd45cb14f7d6dfb6d2fd660a18f0421f3
|
|
| MD5 |
0e976b97cf9574319685012cb5081c57
|
|
| BLAKE2b-256 |
9e8d512f4b8a731fa98854e390012a7c7b2ca2248e8a922d506cf185dbcb2770
|