diff --git a/Pipfile b/Pipfile index 155c203..2136653 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ isort = "*" mypy = "*" pre-commit = "*" pytest = "*" -taipy = {ref = "develop", git = "https://github.com/avaiga/taipy.git"} +taipy = "==3.0" tox = "*" types-python-dateutil = "*" diff --git a/README.md b/README.md index e8b8823..01cf404 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ ## 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 +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](https://www.apache.org/licenses/LICENSE-2.0.txt) -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. +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 - [Taipy](#taipy) @@ -22,13 +23,16 @@ specific language governing permissions and limitations under the License. ## What is Taipy templates -Taipy is a Python library for creating Business Applications. More information on our [website](https://www.taipy.io). +Taipy is a Python library for creating Business Applications. More information on our +[website](https://www.taipy.io). -Taipy templates is a repository that contains templates and scaffoldings created and maintained by Taipy. It helps users getting started with a simple and ready-to-go application. +Taipy templates is a repository that contains templates and scaffoldings created and +maintained by Taipy. It helps users getting started with a simple and ready-to-go application. A more in depth documentation of taipy can be found [here](https://docs.taipy.io). -To create a Taipy application using this template, first you need to install Taipy (> 2.2). Then from a terminal, run the following command. +To create a Taipy application using this template, first you need to install Taipy (> 2.2). +Then from a terminal, run the following command. ``` $ taipy create ``` @@ -37,7 +41,8 @@ or $ taipy create --template "default" ``` -After providing necessary information, your new application is created in the current working directory. +After providing necessary information, your new application is created in the current +working directory. ## Contributing @@ -45,11 +50,13 @@ Want to help build _Taipy_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) f ## Code of conduct -Want to be part of the _Taipy_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file. +Want to be part of the _Taipy_ community? Check out our +[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file. ## Directory Structure -- `src/taipy/templates/`: Contains each template in a dedicated sub-folder with the following structure: +- `src/taipy/templates/`: Contains each template in a dedicated sub-folder with the + following structure: - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy_. - `CONTRIBUTING.md`: Instructions to contribute to _taipy_. - `LICENSE`: The Apache 2.0 License. diff --git a/src/taipy/templates/default/{{cookiecutter.__root_folder_name}}/pages/root.py b/src/taipy/templates/default/{{cookiecutter.__root_folder_name}}/pages/root.py index 14c67ab..cae2851 100644 --- a/src/taipy/templates/default/{{cookiecutter.__root_folder_name}}/pages/root.py +++ b/src/taipy/templates/default/{{cookiecutter.__root_folder_name}}/pages/root.py @@ -1,5 +1,5 @@ """ -The rootpage of the application. +The root page of the application. Page content is imported from the root.md file. Please refer to https://docs.taipy.io/en/latest/manuals/gui/pages for more details. diff --git a/src/taipy/templates/version.json b/src/taipy/templates/version.json index bcec74d..e45beeb 100644 --- a/src/taipy/templates/version.json +++ b/src/taipy/templates/version.json @@ -1 +1 @@ -{"major": 3, "minor": 0, "patch": 0, "ext": "dev7"} +{"major": 3, "minor": 0, "patch": 0}