Metadata-Version: 2.1
Name: taipy
Version: 4.0.2
Summary: A 360° open-source platform from Python pilots to production-ready web apps.
Author-email: Avaiga <dev@taipy.io>
License: Apache License 2.0
Project-URL: Homepage, https://www.taipy.io
Project-URL: Documentation, https://docs.taipy.io
Project-URL: Source, https://github.com/Avaiga/taipy
Project-URL: Download, https://pypi.org/project/taipy/#files
Project-URL: Tracker, https://github.com/Avaiga/taipy/issues
Project-URL: Security, https://github.com/Avaiga/taipy?tab=security-ov-file#readme
Keywords: taipy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cookiecutter<=2.6.0,>=2.1.1
Requires-Dist: taipy-gui==4.0.2
Requires-Dist: taipy-rest==4.0.2
Requires-Dist: taipy-templates==4.0.2
Provides-Extra: ngrok
Requires-Dist: pyngrok<6.0,>=5.1; extra == "ngrok"
Provides-Extra: image
Requires-Dist: python-magic<0.5,>=0.4.24; extra == "image"
Requires-Dist: python-magic-bin<0.5,>=0.4.14; extra == "image"
Provides-Extra: rdp
Requires-Dist: rdp>=0.8; extra == "rdp"
Provides-Extra: arrow
Requires-Dist: pyarrow<19.0,>=16.0.0; extra == "arrow"
Provides-Extra: mssql
Requires-Dist: pyodbc>=4; extra == "mssql"

# Taipy

## 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)

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.

## ⭐️ 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.

- 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.

- 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

## ✨ 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.

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

- **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.

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

## Installation

To install Taipy stable release run:
```bash
pip install taipy
```

To install Taipy on a Conda Environment or from source code, please refer to the
[Installation Guide](https://docs.taipy.io/en/latest/installation/).<br />
To get started with Taipy, please refer to the [Getting Started Guide](https://docs.taipy.io/en/latest/getting_started/).
