Metadata-Version: 2.4
Name: Wavionix
Version: 0.4.0
Summary: A Web GUI lib based on nicegui.
Author: Nucleon Automation
Author-email: Nucleon Automation <jagroop@nucleonautomation.com>
License: BSD 3-Clause License
        
        Copyright (c) 2026 Nucleon Automation
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pillow>=6.0.0
Requires-Dist: nicegui>=3.10.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Wavionix V(0.4.0)

- Wavionix is a lightweight Python utility built on top of NiceGUI, designed to simplify the implementation of user interfaces through structured, class-based components. Instead of a visual designer, Wavionix focuses on making GUI development more readable, reusable, and maintainable in code.

## Feedback
- We hope you find Wavionix useful and intuitive. If you have any thoughts or suggestions, we’d love to hear from you at feedback@nucleonautomation.com. Your input helps us continue improving the project.

## Features
- Class-Based Design: Build interfaces using clean, reusable Python classes.
- Built on NiceGUI: Leverages the power and flexibility of NiceGUI while improving developer ergonomics.
- Simplified Implementation: Reduces boilerplate and streamlines UI creation.
- Component Abstraction: Encapsulates common UI patterns into easy-to-use structures.
- Customization: Easily extend and customize components to fit your application needs.

## Installation Pypi
```
# Requires Python >=3.6
pip install Wavionix
```

## Requirements
```
pip install -r requirements.txt
```

## License
- This project is licensed under BSD 4-Clause License. See the [LICENSE](https://github.com/nucleonautomation/Web-Designer/blob/main/LICENSE.md) file for details.

## Change Log
- See the [LOG](https://github.com/nucleonautomation/Web-Designer/blob/main/LOG.md) file for details.
