Name | taipy-core JSON |
Version |
4.0.2
JSON |
| download |
home_page | None |
Summary | A Python library to build powerful and customized data-driven back-end applications. |
upload_time | 2024-12-26 13:11:56 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache License 2.0 |
keywords |
taipy-core
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Taipy Core
## 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 Core
Taipy is a Python library for creating Business Applications. More information on our
[website](https://www.taipy.io). The Taipy core package includes business-oriented features such as Data Integration and Management, Scenario Management, What-if analysis, and Version management.
## Installation
The latest stable version of *taipy-core* is available through *pip*:
```bash
pip install taipy-core
```
You can install the development version of *taipy-core* with *pip* and *git* via the taipy repository:
```bash
pip install git+https://git@github.com/Avaiga/taipy
```
This command installs the development version of *taipy* package in the Python environment with all
its dependencies, including the *taipy-core* package.
If you need the source code for *taipy-core* on your system so you can see how things are done or
maybe participate in the improvement of the packages, you can clone the GitHub repository:
```bash
git clone https://github.com/Avaiga/taipy.git
```
This creates the 'taipy' directory holding all the package's source code, and the 'taipy-core'
source code is in the 'taipy/core' directory.
Raw data
{
"_id": null,
"home_page": null,
"name": "taipy-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "taipy-core",
"author": null,
"author_email": "Avaiga <dev@taipy.io>",
"download_url": "https://files.pythonhosted.org/packages/64/b9/706919fe64f8e5d76f24d3a130580e6f96bdd33b479a897403ec262df34b/taipy-core-4.0.2.tar.gz",
"platform": null,
"description": "# Taipy Core\n\n## License\n\nCopyright 2021-2024 Avaiga Private Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file\nexcept in compliance with the License. You may obtain a copy of the License at\n[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)\n\nUnless required by applicable law or agreed to in writing, software distributed under the\nLicense is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\neither express or implied. See the License for the specific language governing permissions\nand limitations under the License.\n\n## What is Taipy Core\n\nTaipy is a Python library for creating Business Applications. More information on our\n[website](https://www.taipy.io). The Taipy core package includes business-oriented features such as Data Integration and Management, Scenario Management, What-if analysis, and Version management.\n\n## Installation\n\nThe latest stable version of *taipy-core* is available through *pip*:\n```bash\npip install taipy-core\n```\n\nYou can install the development version of *taipy-core* with *pip* and *git* via the taipy repository:\n```bash\npip install git+https://git@github.com/Avaiga/taipy\n```\n\nThis command installs the development version of *taipy* package in the Python environment with all\nits dependencies, including the *taipy-core* package.\n\nIf you need the source code for *taipy-core* on your system so you can see how things are done or\nmaybe participate in the improvement of the packages, you can clone the GitHub repository:\n\n```bash\ngit clone https://github.com/Avaiga/taipy.git\n```\n\nThis creates the 'taipy' directory holding all the package's source code, and the 'taipy-core'\nsource code is in the 'taipy/core' directory.\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A Python library to build powerful and customized data-driven back-end applications.",
"version": "4.0.2",
"project_urls": {
"homepage": "https://github.com/avaiga/taipy"
},
"split_keywords": [
"taipy-core"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "64b9706919fe64f8e5d76f24d3a130580e6f96bdd33b479a897403ec262df34b",
"md5": "a71c0d311048714f1e5402a89483b751",
"sha256": "7edeb1d7a0dfe983a7f5fd372bcc69afa5322b4b28b55135f4cfe2295bce7fff"
},
"downloads": -1,
"filename": "taipy-core-4.0.2.tar.gz",
"has_sig": false,
"md5_digest": "a71c0d311048714f1e5402a89483b751",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 158468,
"upload_time": "2024-12-26T13:11:56",
"upload_time_iso_8601": "2024-12-26T13:11:56.863301Z",
"url": "https://files.pythonhosted.org/packages/64/b9/706919fe64f8e5d76f24d3a130580e6f96bdd33b479a897403ec262df34b/taipy-core-4.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-26 13:11:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "avaiga",
"github_project": "taipy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "taipy-core"
}