A Seeq add-on tool for managing user-defined formula functions.
Project description
User Interface for User-Defined Formula Functions
User-Defined Formula Function User Interface (UDF UI) is a Seeq Add-On that allows users to manage UDFs. This includes creating new UDFs, modifying existing ones, modifying access control, or deleting existing user defined functions and packages.
Installation
User Installation Requirements (Seeq Data Lab)
If you want to install seeq-udf-ui as a Seeq Add-on Tool, you will need a version of Seeq Data Lab:
- Seeq Data Lab (> R50.5.0, >R51.1.0, or >R52.1.0)
- Seeq module whose version matches the Seeq server version, and the version of SPy >= 182.25
- Seeq server admin access
User Installation (Seeq Data Lab)
-
Create a new Seeq Data Lab project, and open the terminal window.
-
Run
pip install seeq-udf-ui
-
(if you would like to install a version not on PyPi,
pip install
a local.whl
file) -
Run
python -m seeq.addons.udf_ui [--users <users_list> --groups <groups_list>]
. During the installation you will be prompted for your username/password (an access key can also be used). It will also prompt for the url of the app notebook which will be available from the deployment folder in Seeq Data Lab. -
Verify that the UDF UI add-on is present in the AddOn menu in workbench.
Source Installation
For development work, after checking out the code from repository,
it is highly recommended you create a python virtual environment,
pip install -r requirement.txt
, and install the package in that
working environment. If you are not familiar with python virtual environments,
it is recommended you take a look here.
Once your virtual environment is activated, you can install seeq-udf-ui from source with:
python setup.py install
Or build a .whl
file using the following command
python setup.py bdist_wheel
and then pip install [FILE NAME].whl
(the wheel
file name can change depending on the version).
Development
We welcome new contributors of all experience levels.
-
Official Source code repository : https://github.com/seeq12/seeq-udf-ui
-
Issue tracker : https://github.com/seeq12/seeq-udf-ui/issues
You can get started by cloning the repository with the command :
$ git clone git@gitub.com:seeq12/seeq-udf-ui.git
For development work, after checking out the code from repository,
it is highly recommended you create a python virtual environment,
pip install -r requirement.txt
, and install the package in that
working environment.
There is a template for the developer notebook in /development.
Next, modify the parameters within the workbook for your local environment (username, password, workbook, worksheet, etc.).
Finally, start a jupyter server and navigate to the development notebook in the root directory.
$ jupyter notebook
Documentation can be updated by editing the source files in docs/src/source, and then using the provided bat file to generate the documentation in the docs folder, i.e., from the docs/src folder:
$ make github
Important links
-
Official source code repo: https://github.com/seeq12/seeq-udf-ui
-
Official documentation : https://seeq12.github.io/seeq-udf-ui/
-
Change Log : https://seeq12.github.io/seeq-udf-ui/changelog.html
-
Issue tracker (bugs, feature requests, etc.) : https://github.com/seeq12/seeq-udf-ui/issues
Citation
Please cite this work as:
seeq-udf-ui
Seeq Corporation, 2022
https://github.com/seeq12/seeq-udf-ui
Version compatibility notes
As of Seeq R54, archived formula functions and packages cannot be found in the Workbench Formula editor, whereas prior to R54 they can still be found.
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
File details
Details for the file seeq-udf-ui-0.1.0.tar.gz
.
File metadata
- Download URL: seeq-udf-ui-0.1.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64939d9bc98a0a73c7bb5a230596aa3cab47c40e4b57db525b61755b990444e8 |
|
MD5 | d7758ce960b46cb1676b7c2587003737 |
|
BLAKE2b-256 | 4e8d6c89b9dcbc15c2d7adce3e3033ecfe5591147a802281610ba3cd9fa79a84 |
File details
Details for the file seeq_udf_ui-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: seeq_udf_ui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe71ea5b24e0b0c8120cadf5a856ad398e74177b9ff1029abc33807ddceebbe7 |
|
MD5 | 21b88666ce3dd5be21990dc27e0643e7 |
|
BLAKE2b-256 | c1beea5677e4de053451f5116cf1614af304e3a8b3d958eebc643a3bf41713ad |