taipy-templates


Nametaipy-templates JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/avaiga/taipy-templates
SummaryAn open-source package holding Taipy application templates.
upload_time2024-04-08 13:44:51
maintainerNone
docs_urlNone
authorAvaiga
requires_python>=3.8
licenseApache License 2.0
keywords taipy-templates
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Taipy templates

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

## What is Taipy templates

Taipy is a Python library for creating Business Applications. More information on our
[website](https://www.taipy.io).

Taipy templates is a repository that contains templates and scaffoldings created and
maintained by Taipy. It helps users getting started with a simple and ready-to-go application.

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

To create a Taipy application using this template, first you need to install Taipy (> 2.2).
Then from a terminal, run the following command.
```bash
taipy create
```
or
```bash
taipy create --template "default"
```

After providing necessary information, your new application is created in the current
working directory.

## Contributing

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

## Code of conduct

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

## Directory Structure

- `taipy/`:
  - `templates/`: Contains templates, each in a dedicated sub-folder with the following structure:
    - `<template-name>/`: Internal package for Taipy data backup mechanism.
      - `{{cookiecutter.__root_folder_name}}/`: The root folder of the application created using this template.
      - `hooks/`: Contains hooks to be executed before and after the application is created.
      - `cookiecutter.json`: The configuration file for the template.
    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-templates_.
    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-templates_.
    - `LICENSE`: The Apache 2.0 License.
    - `README.md`: Current file.
    - `setup.py`: The setup script managing building, distributing, and installing _taipy-templates_.
- `tests/`:
  - `templates/`: Unit tests following the `taipy/templates/` structure.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/avaiga/taipy-templates",
    "name": "taipy-templates",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "taipy-templates",
    "author": "Avaiga",
    "author_email": "dev@taipy.io",
    "download_url": "https://files.pythonhosted.org/packages/c3/52/175cae8a33008a541c47a2d1fc6178bac4638aff0787a021cac5c74c4702/taipy-templates-3.1.1.tar.gz",
    "platform": null,
    "description": "# Taipy templates\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\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  - [Taipy](#taipy)\n  - [License](#license)\n  - [Usage](#usage)\n  - [What is Taipy templates](#what-is-taipy-templates)\n  - [Contributing](#contributing)\n  - [Code of conduct](#code-of-conduct)\n  - [Directory Structure](#directory-structure)\n\n## What is Taipy templates\n\nTaipy is a Python library for creating Business Applications. More information on our\n[website](https://www.taipy.io).\n\nTaipy templates is a repository that contains templates and scaffoldings created and\nmaintained by Taipy. It helps users getting started with a simple and ready-to-go application.\n\nA more in depth documentation of taipy can be found [here](https://docs.taipy.io).\n\nTo create a Taipy application using this template, first you need to install Taipy (> 2.2).\nThen from a terminal, run the following command.\n```bash\ntaipy create\n```\nor\n```bash\ntaipy create --template \"default\"\n```\n\nAfter providing necessary information, your new application is created in the current\nworking directory.\n\n## Contributing\n\nWant to help build _Taipy_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.\n\n## Code of conduct\n\nWant to be part of the _Taipy_ community? Check out our\n[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.\n\n## Directory Structure\n\n- `taipy/`:\n  - `templates/`: Contains templates, each in a dedicated sub-folder with the following structure:\n    - `<template-name>/`: Internal package for Taipy data backup mechanism.\n      - `{{cookiecutter.__root_folder_name}}/`: The root folder of the application created using this template.\n      - `hooks/`: Contains hooks to be executed before and after the application is created.\n      - `cookiecutter.json`: The configuration file for the template.\n    - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-templates_.\n    - `CONTRIBUTING.md`: Instructions to contribute to _taipy-templates_.\n    - `LICENSE`: The Apache 2.0 License.\n    - `README.md`: Current file.\n    - `setup.py`: The setup script managing building, distributing, and installing _taipy-templates_.\n- `tests/`:\n  - `templates/`: Unit tests following the `taipy/templates/` structure.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "An open-source package holding Taipy application templates.",
    "version": "3.1.1",
    "project_urls": {
        "Homepage": "https://github.com/avaiga/taipy-templates"
    },
    "split_keywords": [
        "taipy-templates"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c352175cae8a33008a541c47a2d1fc6178bac4638aff0787a021cac5c74c4702",
                "md5": "611e324fd1ae54807a9ddc49e83b2cd0",
                "sha256": "7daedc72bcb507653bf694dd23a2adc7b4498c550e208fc9a9229a62f1332fec"
            },
            "downloads": -1,
            "filename": "taipy-templates-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "611e324fd1ae54807a9ddc49e83b2cd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15120,
            "upload_time": "2024-04-08T13:44:51",
            "upload_time_iso_8601": "2024-04-08T13:44:51.131576Z",
            "url": "https://files.pythonhosted.org/packages/c3/52/175cae8a33008a541c47a2d1fc6178bac4638aff0787a021cac5c74c4702/taipy-templates-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 13:44:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "avaiga",
    "github_project": "taipy-templates",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "taipy-templates"
}
        
Elapsed time: 0.22907s