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

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;