Dinh Long Nguyen b64ed1f155 frontend decouple reload page on cookies removed (#2199) 7 月之前
..
_renderers c2b6175490 Merge branch 'develop' into bug/#1911-current-page-menu 7 月之前
builder 8379661f13 Component level Styling (#1872) 7 月之前
custom 51694f520b Frontend Decouple | Expose Data Layer (#1757) 8 月之前
data 343e7ee0f6 #426 case insensitive filtering (#2087) 7 月之前
extension 5b484794f6 support glob declaration in resource descriptions (#2192) 7 月之前
mock 94dcf55a6d Support False value for MockState attribute (#2173) 7 月之前
utils 5e58fd16cf improve exception reporting in expressions (#2156) 7 月之前
.gitignore 5f982e1a36 Doc-related updates focusing on the table edition features. (#1818) 8 月之前
INSTALLATION.md 0b53b0c500 feat: stop supporting python 3.8 8 月之前
LICENSE 569f29cc06 Change year in copyright 1 年之前
README.md 20adfc4719 Change versions to 4.0.0.dev0 (#1552) 10 月之前
__init__.py 9373005365 Config Ref man (#1851) 8 月之前
_default_config.py 755abf0d65 Better client_url handling (#2188) 7 月之前
_event_context_manager.py e82c6db393 Support event listener through Hooks (#1993) 7 月之前
_gui_cli.py c92b73190a Add command line options for run_browser and dark_mode Gui.run() parameters (#2128) 7 月之前
_gui_section.py 1aa13d9281 Refactor terminology: Updated 'Parameters' and 'Args' to 'Arguments' for consistency across the codebase. (#2046) 7 月之前
_hook.py e82c6db393 Support event listener through Hooks (#1993) 7 月之前
_init.py 569f29cc06 Change year in copyright 1 年之前
_page.py 5e58fd16cf improve exception reporting in expressions (#2156) 7 月之前
_warnings.py 5e58fd16cf improve exception reporting in expressions (#2156) 7 月之前
config.py 755abf0d65 Better client_url handling (#2188) 7 月之前
gui.py 5b484794f6 support glob declaration in resource descriptions (#2192) 7 月之前
gui_actions.py 95dabf5844 #1801 Added close a specific notification feature (#1985) 7 月之前
icon.py 3297952c0e Move class attribute doc from the class docstring to each attribute d… (#1969) 7 月之前
package_desc.md 0b53b0c500 feat: stop supporting python 3.8 8 月之前
page.py e0db1b85d1 Added a sample for decimation (#1946) 7 月之前
partial.py 9373005365 Config Ref man (#1851) 8 月之前
pyproject.toml 0b53b0c500 feat: stop supporting python 3.8 8 月之前
server.py b64ed1f155 frontend decouple reload page on cookies removed (#2199) 7 月之前
setup.py aa15cea280 pyarrow update to 17 (#1796) 8 月之前
state.py d618270644 file_selector example (#2194) 7 月之前
types.py 9419cb3fce Time visual element (#1991) 7 月之前
version.json 59cd179f19 Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest, templates) 7 月之前
viselements.json c2b6175490 Merge branch 'develop' into bug/#1911-current-page-menu 7 月之前

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 packages 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;