Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
change version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 26, 2023
1 parent fc871d1 commit a856d0b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"

Expand Down
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
```
Expand All @@ -37,19 +41,22 @@ 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

Want to help build _Taipy_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.

## 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/taipy/templates/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 3, "minor": 0, "patch": 0, "ext": "dev7"}
{"major": 3, "minor": 0, "patch": 0}

0 comments on commit a856d0b

Please sign in to comment.