diff --git a/README.md b/README.md index bc60ded8..333988b2 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,14 @@ 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 @@ -29,11 +30,12 @@ specific language governing permissions and limitations under the License. ## What is Taipy Core Taipy is a Python library for creating Business Applications. More information on our -[website](https://www.taipy.io). Taipy is split into multiple repositories including _taipy-core_ to let users -install the minimum they need. +[website](https://www.taipy.io). Taipy is split into multiple repositories including +_taipy-core_ to let users install the minimum they need. -[Taipy Core](https://github.com/Avaiga/taipy-core) mostly includes business-oriented features. It helps users -create and manage business applications and improve analyses capability through time, conditions and hypothesis. +[Taipy Core](https://github.com/Avaiga/taipy-core) mostly includes business-oriented +features. It helps users create and manage business applications and improve analyses +capability through time, conditions and hypothesis. A more in depth documentation of taipy can be found [here](https://docs.taipy.io). @@ -47,7 +49,8 @@ Want to help build _Taipy Core_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING. ## Code of conduct -Want to be part of the _Taipy Core_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file. +Want to be part of the _Taipy Core_ community? Check out our +[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file. ## Directory Structure @@ -58,8 +61,7 @@ Want to be part of the _Taipy Core_ community? Check out our [`CODE_OF_CONDUCT.m - `_orchestrator`: Internal package for task orchestrating and execution. - `_version`: Internal package for managing Taipy Core application version. - `common`: Shared data structures, types, and functions. - - `config`: Configuration definition, management and implementation. `config.config.Config` is the main - entrypoint for configuring a Taipy Core application. + - `config`: Configuration definition, management and implementation. - `cycle`: Work cycle definition, management and implementation. - `data`: Data Node definition, management and implementation. - `exceptions`: _taipy-core_ exceptions. diff --git a/src/taipy/core/version.json b/src/taipy/core/version.json index 0413798d..97ef6270 100644 --- a/src/taipy/core/version.json +++ b/src/taipy/core/version.json @@ -1 +1 @@ -{"major": 3, "minor": 0, "patch": 0, "ext": "dev8"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"}