Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Avaiga/taipy-getting-started

Repository files navigation

Taipy Getting Started version: 3.0

License

Copyright 2023 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 Getting started

Taipy is a Python library for creating Business Applications. More information on our website.

Taipy Getting Started provides a step-by-step opening to Taipy. Taipy features are leveraged as the application becomes more and more complex.

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

Installation

Want to install Taipy Getting Started? Check out our INSTALLATION.md file.

Contributing

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

Code of conduct

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

Directory Structure

  • src: Common code shared by all the steps. For more information, on each step a README.md file is available in their respective folder (step_xx/ReadMe.md).
  • step_01: Introduction to Taipy GUI and creation of the Data Vizualisation page.
  • step_02: Explanation of backend functions that will be used in the application.
  • step_03: Creation of the configuration for the scenario.
  • step_04: Creation of the Scenario Page.
  • step_05: Creation of the Performance Page.
  • CODE_OF_CONDUCT.md: Code of conduct for members and contributors of taipy-getting-started.
  • CONTRIBUTING.md: Instructions to contribute to taipy-getting-started.
  • index.md: Landing page of the generated documentation.
  • INSTALLATION.md: Instructions to install taipy-getting-started.
  • LICENSE: The Apache 2.0 License.
  • README.md: Current file.