taipy-core


Nametaipy-core JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/avaiga/taipy-core
SummaryA Python library to build powerful and customized data-driven back-end applications.
upload_time2024-04-08 13:42:13
maintainerNone
docs_urlNone
authorAvaiga
requires_python>=3.8
licenseApache License 2.0
keywords taipy-core
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # 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.

## Usage

- [Taipy Core](#taipy-core)
- [License](#license)
- [Usage](#usage)
- [What is Taipy Core](#what-is-taipy-core)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)
- [Directory Structure](#directory-structure)

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

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

## Installation

Want to install _Taipy Core_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.

## Contributing

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

## Code of conduct

Want to be part of the _Taipy Core_ community? Check out our
[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.

## Directory Structure

- `taipy/`:
  - `core/`:
    - `_backup/`: Internal package for Taipy data backup mechanism.
    - `_entity/`: Internal package for abstract entity definition and entity's properties management.
    - `_manager/`: Internal package for entity manager.
    - `_orchestrator/`: Internal package for task orchestrating and execution.
    - `_repository/`: Internal package for data storage.
    - `_version/`: Internal package for managing Taipy Core application version.
    - `common/`: Shared data structures, types, and functions.
    - `config/`: Configuration definition, management and implementation.
    - `cycle/`: Work cycle definition, management and implementation.
    - `data/`: Data Node definition, management and implementation.
    - `exceptions/`: _taipy-core_ exceptions.
    - `job/`: Job definition, management and implementation.
    - `notification/`: Notification management system implementation.
    - `scenario/`: Scenario definition, management and implementation.
    - `sequence/`: Sequence definition, management and implementation.
    - `submission/`: Submission definition, management and implementation.
    - `task/`: Task definition, management and implementation.
    - `taipy.py`: Main entrypoint for _taipy-core_ runtime features.
    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-core_.
    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-core_.
    - `INSTALLATION.md`: Instructions to install _taipy-core_.
    - `LICENSE`: The Apache 2.0 License.
    - `README.md`: Current file.
    - `setup.py`: The setup script managing building, distributing, and installing _taipy-core_.
- `tests/`:
  - `core/`: Unit tests following the `taipy/core/` structure.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/avaiga/taipy-core",
    "name": "taipy-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "taipy-core",
    "author": "Avaiga",
    "author_email": "dev@taipy.io",
    "download_url": "https://files.pythonhosted.org/packages/43/21/a581c2133a348478f78796416762fd6e1cee3119adc17fbc5338453d8ee1/taipy-core-3.1.1.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## Usage\n\n- [Taipy Core](#taipy-core)\n- [License](#license)\n- [Usage](#usage)\n- [What is Taipy Core](#what-is-taipy-core)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [Code of conduct](#code-of-conduct)\n- [Directory Structure](#directory-structure)\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). Taipy is split into multiple repositories including\n_taipy-core_ to let users install the minimum they need.\n\nTaipy Core mostly includes business-oriented\nfeatures. It helps users create and manage business applications and improve analyses\ncapability through time, conditions and hypothesis.\n\nA more in depth documentation of taipy can be found [here](https://docs.taipy.io).\n\n## Installation\n\nWant to install _Taipy Core_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.\n\n## Contributing\n\nWant to help build _Taipy Core_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.\n\n## Code of conduct\n\nWant to be part of the _Taipy Core_ community? Check out our\n[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.\n\n## Directory Structure\n\n- `taipy/`:\n  - `core/`:\n    - `_backup/`: Internal package for Taipy data backup mechanism.\n    - `_entity/`: Internal package for abstract entity definition and entity's properties management.\n    - `_manager/`: Internal package for entity manager.\n    - `_orchestrator/`: Internal package for task orchestrating and execution.\n    - `_repository/`: Internal package for data storage.\n    - `_version/`: Internal package for managing Taipy Core application version.\n    - `common/`: Shared data structures, types, and functions.\n    - `config/`: Configuration definition, management and implementation.\n    - `cycle/`: Work cycle definition, management and implementation.\n    - `data/`: Data Node definition, management and implementation.\n    - `exceptions/`: _taipy-core_ exceptions.\n    - `job/`: Job definition, management and implementation.\n    - `notification/`: Notification management system implementation.\n    - `scenario/`: Scenario definition, management and implementation.\n    - `sequence/`: Sequence definition, management and implementation.\n    - `submission/`: Submission definition, management and implementation.\n    - `task/`: Task definition, management and implementation.\n    - `taipy.py`: Main entrypoint for _taipy-core_ runtime features.\n    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-core_.\n    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-core_.\n    - `INSTALLATION.md`: Instructions to install _taipy-core_.\n    - `LICENSE`: The Apache 2.0 License.\n    - `README.md`: Current file.\n    - `setup.py`: The setup script managing building, distributing, and installing _taipy-core_.\n- `tests/`:\n  - `core/`: Unit tests following the `taipy/core/` structure.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Python library to build powerful and customized data-driven back-end applications.",
    "version": "3.1.1",
    "project_urls": {
        "Homepage": "https://github.com/avaiga/taipy-core"
    },
    "split_keywords": [
        "taipy-core"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4321a581c2133a348478f78796416762fd6e1cee3119adc17fbc5338453d8ee1",
                "md5": "513aa048c60ee0cf884f1ff5f4f9cefe",
                "sha256": "b3c649cd5f404205ff705a2be97a707f1c709efeffcc1ecb9cd08bb39f9666df"
            },
            "downloads": -1,
            "filename": "taipy-core-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "513aa048c60ee0cf884f1ff5f4f9cefe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 152712,
            "upload_time": "2024-04-08T13:42:13",
            "upload_time_iso_8601": "2024-04-08T13:42:13.975261Z",
            "url": "https://files.pythonhosted.org/packages/43/21/a581c2133a348478f78796416762fd6e1cee3119adc17fbc5338453d8ee1/taipy-core-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 13:42:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "avaiga",
    "github_project": "taipy-core",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "taipy-core"
}
        
Elapsed time: 0.23565s