fabric-cicd


Namefabric-cicd JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryMicrosoft Fabric CI/CD
upload_time2025-02-12 23:41:14
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python<3.13,>=3.9
licenseMIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fabric CICD

[![Language](https://img.shields.io/badge/language-Python-blue.svg)](https://www.python.org/)
[![PyPi version](https://badgen.net/pypi/v/fabric-cicd/)](https://pypi.org/project/fabric-cicd)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/charliermarsh/ruff)

---

## Project Overview

fabric-cicd is a Python library designed for use with [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) workspaces. This library supports code-first Continuous Integration / Continuous Deployment (CI/CD) automations to seamlessly integrate Source Controlled workspaces into a deployment framework. The goal is to assist CI/CD developers who prefer not to interact directly with the Microsoft Fabric APIs.

## Documentation

All documentation is hosted on our [fabric-cicd](https://microsoft.github.io/fabric-cicd/) GitHub Pages

Section Overview:

-   [Home](https://microsoft.github.io/fabric-cicd/latest/)
-   How To:
    -   [Example](https://microsoft.github.io/fabric-cicd/latest/how_to/example/)
    -   [Getting Started](https://microsoft.github.io/fabric-cicd/latest/how_to/getting_started/)
    -   [Parameterization](https://microsoft.github.io/fabric-cicd/latest/how_to/parameterization/)
-   [Contribution](https://microsoft.github.io/fabric-cicd/latest/contribution/)
-   [Changelog](https://microsoft.github.io/fabric-cicd/latest/changelog/)
-   [About](https://microsoft.github.io/fabric-cicd/latest/help/) - Inclusive of Support & Security Policies

## Installation

To install fabric-cicd, run:

```bash
pip install fabric-cicd
```

## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fabric-cicd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/18/441ab919b24a357f3c7a03962bd5f47ae83df4b40f73270034d062948ec0/fabric_cicd-0.1.4.tar.gz",
    "platform": null,
    "description": "# Fabric CICD\n\n[![Language](https://img.shields.io/badge/language-Python-blue.svg)](https://www.python.org/)\n[![PyPi version](https://badgen.net/pypi/v/fabric-cicd/)](https://pypi.org/project/fabric-cicd)\n[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/charliermarsh/ruff)\n\n---\n\n## Project Overview\n\nfabric-cicd is a Python library designed for use with [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) workspaces. This library supports code-first Continuous Integration / Continuous Deployment (CI/CD) automations to seamlessly integrate Source Controlled workspaces into a deployment framework. The goal is to assist CI/CD developers who prefer not to interact directly with the Microsoft Fabric APIs.\n\n## Documentation\n\nAll documentation is hosted on our [fabric-cicd](https://microsoft.github.io/fabric-cicd/) GitHub Pages\n\nSection Overview:\n\n-   [Home](https://microsoft.github.io/fabric-cicd/latest/)\n-   How To:\n    -   [Example](https://microsoft.github.io/fabric-cicd/latest/how_to/example/)\n    -   [Getting Started](https://microsoft.github.io/fabric-cicd/latest/how_to/getting_started/)\n    -   [Parameterization](https://microsoft.github.io/fabric-cicd/latest/how_to/parameterization/)\n-   [Contribution](https://microsoft.github.io/fabric-cicd/latest/contribution/)\n-   [Changelog](https://microsoft.github.io/fabric-cicd/latest/changelog/)\n-   [About](https://microsoft.github.io/fabric-cicd/latest/help/) - Inclusive of Support & Security Policies\n\n## Installation\n\nTo install fabric-cicd, run:\n\n```bash\npip install fabric-cicd\n```\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.\n",
    "bugtrack_url": null,
    "license": "MIT License \n \nCopyright (c) Microsoft Corporation. \n \nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in all \ncopies or substantial portions of the Software. \n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \nSOFTWARE \n",
    "summary": "Microsoft Fabric CI/CD",
    "version": "0.1.4",
    "project_urls": {
        "Repository": "https://github.com/microsoft/fabric-cicd.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27586ae0213d54848fb0cdaf5ef4bf2002b55d596f4039ac30664f8688de8711",
                "md5": "8060abce84fe618a1450d52a24e31139",
                "sha256": "5e2fe7380bab44302c84aa1d263882fa551f0beba81e37f85149c57027b6e432"
            },
            "downloads": -1,
            "filename": "fabric_cicd-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8060abce84fe618a1450d52a24e31139",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 26714,
            "upload_time": "2025-02-12T23:41:14",
            "upload_time_iso_8601": "2025-02-12T23:41:14.987732Z",
            "url": "https://files.pythonhosted.org/packages/27/58/6ae0213d54848fb0cdaf5ef4bf2002b55d596f4039ac30664f8688de8711/fabric_cicd-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9118441ab919b24a357f3c7a03962bd5f47ae83df4b40f73270034d062948ec0",
                "md5": "0280ea03464bcc941e43f45481f0b69d",
                "sha256": "0d0dd547ea94bf131288407d0dc860997d1ecb543c37de0e238af9a36cdd9f89"
            },
            "downloads": -1,
            "filename": "fabric_cicd-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0280ea03464bcc941e43f45481f0b69d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 25367,
            "upload_time": "2025-02-12T23:41:14",
            "upload_time_iso_8601": "2025-02-12T23:41:14.090196Z",
            "url": "https://files.pythonhosted.org/packages/91/18/441ab919b24a357f3c7a03962bd5f47ae83df4b40f73270034d062948ec0/fabric_cicd-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 23:41:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "fabric-cicd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fabric-cicd"
}
        
Elapsed time: 0.43514s