|
10 hónapja | |
---|---|---|
.. | ||
_renderers | 11 hónapja | |
builder | 10 hónapja | |
custom | 11 hónapja | |
data | 11 hónapja | |
extension | 1 éve | |
utils | 10 hónapja | |
.gitignore | 1 éve | |
INSTALLATION.md | 1 éve | |
LICENSE | 1 éve | |
README.md | 1 éve | |
__init__.py | 1 éve | |
_default_config.py | 1 éve | |
_gui_cli.py | 1 éve | |
_gui_section.py | 1 éve | |
_init.py | 1 éve | |
_page.py | 1 éve | |
_warnings.py | 1 éve | |
config.py | 1 éve | |
gui.py | 11 hónapja | |
gui_actions.py | 11 hónapja | |
icon.py | 1 éve | |
package_desc.md | 1 éve | |
page.py | 11 hónapja | |
partial.py | 1 éve | |
server.py | 11 hónapja | |
setup.py | 1 éve | |
state.py | 11 hónapja | |
types.py | 11 hónapja | |
version.json | 1 éve | |
viselements.json | 10 hónapja |
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.
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.
Want to install and try Taipy GUI? Check out our INSTALLATION.md
file.
Want to help build Taipy GUI? Check out our CONTRIBUTING.md
file.
Want to be part of the Taipy GUI community? Check out our CODE_OF_CONDUCT.md
file.
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
;