A utility library for no-code app generation
Project description
AppUtils-XAI
A utility library for no-code app generation in the NoLink platform.
Installation
pip install apputils-xai
USAGE: from apputils import parse_text_input, map_features_to_templates, validate_app_structure
Parse text input
app_structure = parse_text_input("Build a shopping app with payments and user accounts") print(app_structure)
Map features to templates
app_type = app_structure["app_type"] features = app_structure["features"] template_config = map_features_to_templates(app_type, features) print(template_config)
Validate app structure
is_valid, errors = validate_app_structure(template_config) if not is_valid: print("Validation errors:", errors) else: print("App structure is valid")
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 apputils_xai-0.1.0.tar.gz.
File metadata
- Download URL: apputils_xai-0.1.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1b558e221c7c1e65a25925f6dd58f084f8007ecfa48c677451ffc78153995c
|
|
| MD5 |
aa878c5242dd0ef2dd74edc3bf7304df
|
|
| BLAKE2b-256 |
8773dba3edd3bdcb4974179cfc803c9197cfba67a73a55f4292e52c7649afb19
|
File details
Details for the file apputils_xai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: apputils_xai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e4fb9df1862783e916d91f9ffc8e0ca9d32da45a171cb3b0fd6699da75581ad
|
|
| MD5 |
201f647a309140b22d5f27a88a7138e3
|
|
| BLAKE2b-256 |
2c678f75d65ff69328d4d56554fa32cb4726c489cd621c6c4a6d6568b0af421c
|