Guidewire Streamlit Engine
Project description
GWStreamlit
Overview
GWStreamlit is a Python package that provides a standardised streamlit interface for Guidewire applications. The user interface definition is defined in a yaml file and the package provides a streamlit interface to interact with the Guidewire application.
Use in other non Guidewire application is possible, but the package is designed to work with Guidewire applications and any maintenance for Guidewire applications will be prioritised. This is not to say that any requests for enhancements will be ignored, quite the opposite.
Installation
Installation is via pip, ensure that the latest version is installed. This requires Python 3.12 or later.
pip install gwstreamlit
Usage
GWStreamlit creation
GWStreamlit initalization requires an application name and either the name of the yaml file if the files are stored in resources/yaml_ui directory. Otherwise, the full path to the yaml file is required.
def build():
initalize(my_application, my_yaml_file_location)
Initialize creates an instance of the GWStreamlit class transferring the yaml file information to a pydantic model. The class instance is stored in the streamlit session state. This permits only a single instance of the GWStreamlit class to exist at any one time.
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 gwstreamlit-0.0.5.tar.gz.
File metadata
- Download URL: gwstreamlit-0.0.5.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
050b7aefb6041cb239fa4345df9f9e6a7bf447e5f5a86dc4f008b16fa77a9d13
|
|
| MD5 |
c74b7909962481e6c4ce95eb65d16ed6
|
|
| BLAKE2b-256 |
ac8da3b51be36a041b3b77f0b1803a63699ede04abbb20f283f0ee747d7a6519
|
File details
Details for the file GWStreamlit-0.0.5-py3-none-any.whl.
File metadata
- Download URL: GWStreamlit-0.0.5-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d27475024b3eee5992acdfc9d10e1574b3edfe3b005edb0e5d89e88a5b0256e4
|
|
| MD5 |
bae00e35ff711d5b1699f146e7c044e1
|
|
| BLAKE2b-256 |
77edbbbc2e040b16a311497d7153cee7fa08edb548ca54449632290c3b37f17c
|