Shared client configuration models for Verbaflo
Project description
Config Model
Shared client configuration models for Verbaflo.
Installation
pip install config-model
Usage
from config_model import ClientConfig, WidgetConfig
# Create a new client configuration
config = ClientConfig(
client_code="example",
client_name="Example Client",
# ... other configuration options
)
# Create a widget configuration
widget = WidgetConfig(
bot_name="Example Bot",
client_name="Example Client",
# ... other widget options
)
Features
- Pydantic models for client configuration
- Widget configuration models
- Communication channel configurations
- Feature flag management
- Multi-language support
- And more!
Development
- Clone the repository
- Install development dependencies:
pip install -e .
License
MIT License - see LICENSE for details.
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 vf_config_model-1.0.1a1.tar.gz.
File metadata
- Download URL: vf_config_model-1.0.1a1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f007dd72f6f6b960d0281c7e05cefa2dea58dd208b956cbbb70773a53db3ff5b
|
|
| MD5 |
5acb864f161e798ea0902aa05b13e9c7
|
|
| BLAKE2b-256 |
ea8cf2ffb08baa55bc10b079edfb333ea6c4040bf8111ad0d2840e12585e0c4f
|
File details
Details for the file vf_config_model-1.0.1a1-py3-none-any.whl.
File metadata
- Download URL: vf_config_model-1.0.1a1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2e658ba41aa82ca06d7e03c047c20961c88e5529e9c779ed7a3a5744061c871
|
|
| MD5 |
12a16ed4869156702ff28d3733454103
|
|
| BLAKE2b-256 |
15d9db4484380a015622a0df2b97062537c571b3247628b018394dcbf2f5cd85
|