Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package_desc.md #1878

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 18 additions & 33 deletions package_desc.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In our markdown files, we try as much as possible to have lines shorter than 100 chars.

Original file line number Diff line number Diff line change
@@ -1,57 +1,42 @@
# Taipy

## License
## 📜 License

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](https://www.apache.org/licenses/LICENSE-2.0.txt)
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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


## ⭐️ What is Taipy

Taipy is an open-source Python library for easy, end-to-end application development for data
scientists and machine learning engineers, featuring what-if analyses, smart pipeline execution,
built-in scheduling, and deployment tools.
Taipy is an open-source Python library for easy, end-to-end application development for data scientists and machine learning engineers, featuring what-if analyses, smart pipeline execution, built-in scheduling, and deployment tools.

- Enables building production-ready web applications.
- No need to learn new languages or full-stack frameworks.
- Concentrate on Data and AI algorithms without development and deployment complexities.
- Concentrate on data and AI algorithms without development and deployment complexities.

- Website: https://www.taipy.io
- Documentation: https://docs.taipy.io/en/latest/
- Demos & Examples: https://docs.taipy.io/en/latest/gallery/
- Source code: https://github.com/Avaiga/taipy/
- Contributing: https://docs.taipy.io/en/latest/contributing/contributing/
- Bug reports: https://github.com/Avaiga/taipy/issues
- Discord support: https://discord.com/invite/SJyz2VJGxV
- **Website:** [https://www.taipy.io](https://www.taipy.io)
- **Documentation:** [https://docs.taipy.io/en/latest/](https://docs.taipy.io/en/latest/)
- **Demos & Examples:** [https://docs.taipy.io/en/latest/gallery/](https://docs.taipy.io/en/latest/gallery/)
- **Source Code:** [https://github.com/Avaiga/taipy/](https://github.com/Avaiga/taipy/)
- **Contributing:** [https://docs.taipy.io/en/latest/contributing/contributing/](https://docs.taipy.io/en/latest/contributing/contributing/)
- **Bug Reports:** [https://github.com/Avaiga/taipy/issues](https://github.com/Avaiga/taipy/issues)
- **Discord Support:** [https://discord.com/invite/SJyz2VJGxV](https://discord.com/invite/SJyz2VJGxV)

## ✨ Features

- **Python-Based UI Framework:** Taipy is designed for Python users, particularly those
in AI and data science. It allows them to create full-stack applications without
learning additional skills like HTML, CSS, or JavaScript.
- **Python-Based UI Framework:** Taipy is designed for Python users, particularly those in AI and data science. It allows them to create full-stack applications without learning additional skills like HTML, CSS, or JavaScript.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


- **Pre-Built Components for Data Pipelines:** Taipy includes pre-built components that
allow users to interact with data pipelines, including visualization and management
tools.
- **Pre-Built Components for Data Pipelines:** Taipy includes pre-built components that allow users to interact with data pipelines, including visualization and management tools.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


- **Scenario and Data Management Features:** Taipy offers features for managing different
business scenarios and data, which can be useful for applications like demand forecasting
or production planning.
- **Scenario and Data Management Features:** Taipy offers features for managing different business scenarios and data, which can be useful for applications like demand forecasting or production planning.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


- **Version Management and Pipeline Orchestration:** It includes tools for managing
application versions, pipeline versions, and data versions, which are beneficial
for multi-user environments.
- **Version Management and Pipeline Orchestration:** It includes tools for managing application versions, pipeline versions, and data versions, which are beneficial for multi-user environments.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep lines under 100 chars.


## Installation
## 🚀 Installation

To install Taipy stable release run:
To install the Taipy stable release, run the following command:
```bash
pip install taipy
```
Expand Down