Nam Nguyen e57a2742b1 Merge branch 'develop' into feature/#1429-number-step-attribute 11 tháng trước cách đây
..
_renderers 4f06e399b1 per Fabien 11 tháng trước cách đây
builder c135048786 support lambda in gui builder (#1476) 11 tháng trước cách đây
custom 013faf93ec root page decouple (#1443) 11 tháng trước cách đây
data 98a4b52255 python doc html to markdown (#1458) 11 tháng trước cách đây
extension 27f4a9a892 sort scenario selector (#1318) 1 năm trước cách đây
utils c135048786 support lambda in gui builder (#1476) 11 tháng trước cách đây
.gitignore 21925680a7 feat: clean up .gitignore files 1 năm trước cách đây
INSTALLATION.md 1ef0fe25b8 fix: update aterises and CONTRIBUTING.md link 1 năm trước cách đây
LICENSE 569f29cc06 Change year in copyright 1 năm trước cách đây
README.md c133732f89 feat: remove duplicated CODE_OF_CONDUCT.md from sub taipy folders 1 năm trước cách đây
__init__.py 2ad505763e GUI: Json Resolver (#826) (#864) 1 năm trước cách đây
_default_config.py 569f29cc06 Change year in copyright 1 năm trước cách đây
_gui_cli.py 63eb6946c2 refactor Taipy CLI 1 năm trước cách đây
_gui_section.py d6ee7bd14b Merge branch 'develop' into feature/#493-use-mypy 1 năm trước cách đây
_init.py 569f29cc06 Change year in copyright 1 năm trước cách đây
_page.py 4278574124 Removing useless type annotation (#1193) 1 năm trước cách đây
_warnings.py 8160791a74 Fix Builder API Default Property (#994) (#1034) 1 năm trước cách đây
config.py 4278574124 Removing useless type annotation (#1193) 1 năm trước cách đây
gui.py c9a47297ef broadcast callback on non shared variables (#1441) 11 tháng trước cách đây
gui_actions.py c9a47297ef broadcast callback on non shared variables (#1441) 11 tháng trước cách đây
icon.py 569f29cc06 Change year in copyright 1 năm trước cách đây
package_desc.md 404685dab0 fix: remove the test, contributing, and code of conduct sections from the package long description 1 năm trước cách đây
page.py f0656ce6ae Get Routes with type frontend decouple (#1370) 11 tháng trước cách đây
partial.py 9134ad1712 Update partial while keeping context if the content is str (#883) 1 năm trước cách đây
server.py 5540783805 add version to favicon (#1460) 11 tháng trước cách đây
setup.py 4608b56192 feat: add security link and update release version in the release-note link 1 năm trước cách đây
state.py 16e90fba5b use taipy-assets favicon (#1453) 11 tháng trước cách đây
types.py 16e90fba5b use taipy-assets favicon (#1453) 11 tháng trước cách đây
version.json 5bb6b4ccc7 Change version to 3.2.0.dev0 in all version.json 1 năm trước cách đây
viselements.json 7acbe3854d update docs per Fab 11 tháng trước cách đây

README.md

Taipy GUI

License

Copyright 2021-2024 Avaiga Private Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Usage

What is Taipy GUI

Taipy is a Python library for creating Business Applications. More information on our website. Taipy is split into multiple repositories including taipy-gui to let users install the minimum they need.

Taipy GUI provides Python classes that make it easy to create powerful web apps in minutes.

A more in depth documentation of Taipy can be found here.

Installation

Want to install and try Taipy GUI? Check out our INSTALLATION.md file.

Contributing

Want to help build Taipy GUI? Check out our CONTRIBUTING.md file.

Code of conduct

Want to be part of the Taipy GUI community? Check out our CODE_OF_CONDUCT.md file.

Directory Structure

  • frontend/taipy-gui: Graphical user interface related files;
  • taipy/gui: Python source files;
  • tests/gui: Unit tests;
  • tools: Files used to document taipy-gui;
  • INSTALLATION.md: Instructions to build and install taipy-gui;
  • LICENSE: The Apache 2.0 License;
  • README.md: Current file;
  • setup.py: The setup script managing building, distributing, and installing taipy-gui;