taipy-config


Nametaipy-config JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/avaiga/taipy-config
SummaryA Taipy package dedicated to easily configure a Taipy application.
upload_time2024-04-08 13:40:53
maintainerNone
docs_urlNone
authorAvaiga
requires_python>=3.8
licenseApache License 2.0
keywords taipy-config
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Taipy config

## 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
- [License](#license)
- [Usage](#usage)
- [Taipy config](#what-is-taipy-config)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)
- [Directory Structure](#directory-structure)

## What is Taipy config

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-config_ to let users
install the minimum they need.

Taipy config is a package designed to help users configure their Taipy application.

More in-depth documentation of taipy can be found [here](https://docs.taipy.io).

## Installation

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

## Contributing

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

## Code of conduct

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

## Directory Structure

- `taipy/`:
  - `config/`: Configuration definition, management, and implementation. `taipy.Config` is the main entrypoint for configuring a Taipy Core application.
    - `_config_comparator/`: Internal package for comparing configurations.
    - `_serializer/`: Internal package for serializing and deserializing configurations.
    - `checker/`: Configuration checker and issue collector implementation.
    - `common/`: Shared data structures, types, and functions.
    - `exceptions/`: *taipy-config* exceptions.
    - `global_app/`: `GlobalAppConfig` implementation.
    - `stubs/`: Helper functions to create the `config.pyi` file.
    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-config*.
    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-config_.
    - `INSTALLATION.md`: Instructions to install _taipy-config_.
    - `LICENSE`: The Apache 2.0 License.
    - `README.md`: Current file.
    - `setup.py`: The setup script managing building, distributing, and installing _taipy-config_.
  - `logger/`: Taipy logger implementation.
- `tests/`:
  - `config/`: Tests for the _taipy-config_ package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/avaiga/taipy-config",
    "name": "taipy-config",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "taipy-config",
    "author": "Avaiga",
    "author_email": "dev@taipy.io",
    "download_url": "https://files.pythonhosted.org/packages/16/de/30625ad17a45bb09c946170f418b802d1a24d53a1c281793bfed555d86de/taipy-config-3.1.1.tar.gz",
    "platform": null,
    "description": "# Taipy config\n\n## License\nCopyright 2021-2024 Avaiga Private Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with\nthe 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 License is distributed on\nan \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\n## Usage\n- [License](#license)\n- [Usage](#usage)\n- [Taipy config](#what-is-taipy-config)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [Code of conduct](#code-of-conduct)\n- [Directory Structure](#directory-structure)\n\n## What is Taipy config\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 _taipy-config_ to let users\ninstall the minimum they need.\n\nTaipy config is a package designed to help users configure their Taipy application.\n\nMore in-depth documentation of taipy can be found [here](https://docs.taipy.io).\n\n## Installation\n\nWant to install _Taipy config_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.\n\n## Contributing\n\nWant to help build _Taipy config_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.\n\n## Code of conduct\n\nWant to be part of the _Taipy config_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.\n\n## Directory Structure\n\n- `taipy/`:\n  - `config/`: Configuration definition, management, and implementation. `taipy.Config` is the main entrypoint for configuring a Taipy Core application.\n    - `_config_comparator/`: Internal package for comparing configurations.\n    - `_serializer/`: Internal package for serializing and deserializing configurations.\n    - `checker/`: Configuration checker and issue collector implementation.\n    - `common/`: Shared data structures, types, and functions.\n    - `exceptions/`: *taipy-config* exceptions.\n    - `global_app/`: `GlobalAppConfig` implementation.\n    - `stubs/`: Helper functions to create the `config.pyi` file.\n    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-config*.\n    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-config_.\n    - `INSTALLATION.md`: Instructions to install _taipy-config_.\n    - `LICENSE`: The Apache 2.0 License.\n    - `README.md`: Current file.\n    - `setup.py`: The setup script managing building, distributing, and installing _taipy-config_.\n  - `logger/`: Taipy logger implementation.\n- `tests/`:\n  - `config/`: Tests for the _taipy-config_ package.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Taipy package dedicated to easily configure a Taipy application.",
    "version": "3.1.1",
    "project_urls": {
        "Homepage": "https://github.com/avaiga/taipy-config"
    },
    "split_keywords": [
        "taipy-config"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16de30625ad17a45bb09c946170f418b802d1a24d53a1c281793bfed555d86de",
                "md5": "87d86ae2a95de17a8a2bf78a040f7dbd",
                "sha256": "2f01184c73b38413e7fc822cbc5803ca23313d0908775aee59794f709c3f4d92"
            },
            "downloads": -1,
            "filename": "taipy-config-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "87d86ae2a95de17a8a2bf78a040f7dbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30775,
            "upload_time": "2024-04-08T13:40:53",
            "upload_time_iso_8601": "2024-04-08T13:40:53.908957Z",
            "url": "https://files.pythonhosted.org/packages/16/de/30625ad17a45bb09c946170f418b802d1a24d53a1c281793bfed555d86de/taipy-config-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 13:40:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "avaiga",
    "github_project": "taipy-config",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "taipy-config"
}
        
Elapsed time: 0.23815s