azure-cli-diff-tool


Nameazure-cli-diff-tool JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryA tool for cli metadata management
upload_time2024-05-06 09:24:10
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Microsoft Azure CLI Diff Tools (azure-cli-diff-tool)
=======================================================

The ``azure-cli-diff-tool`` is designed to aid azure-cli users in diffing metadata files to see its updates through historical versions for Azure CLI command modules and extensions.

Setting up your environment
+++++++++++++++++++++++++++++++++++++++

1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.

3. Create a new virtual environment for Python in the root of your clone. You can do this by running:

    Python 3.6+ (all platforms):

    ::

        python -m venv env

    or:

    ::

        python3 -m venv env


4. Activate the env virtual environment by running:

    Windows CMD.exe:

    ::

        env\scripts\activate.bat

    Windows Powershell:

    ::

        env\scripts\activate.ps1


    OSX/Linux (bash):

    ::

        source env/bin/activate

5. Install ``azure-cli-diff-tool`` by running:

    ::

        pip install azure-cli-diff-tool

Reporting issues and feedback
+++++++++++++++++++++++++++++

If you encounter any bugs with the tool please file an issue in the `Issues <https://github.com/Azure/azure-cli-dev-tools/issues>`__ section of our GitHub repo.

Contribute Code
+++++++++++++++

This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.

For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.

If you would like to become an active contributor to this project please
follow the instructions provided in `Microsoft Azure Projects Contribution Guidelines <http://azure.github.io/guidelines.html>`__.

License
+++++++

::

    Azure CLI Diff Tools (azure-cli-diff-tool)

    Copyright (c) Microsoft Corporation
    All rights reserved.

    MIT License

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


.. :changelog:

Release History
===============
0.0.7
++++++
* Remove unnecessary debug logs for meta comparison

0.0.6
++++++
* Add diff support for deprecate_info in subgroup, cmd, parameters and options

0.0.5
++++++
* Add `DiffLevel` to meta comparison
* Downgrade change level according to warn list

0.0.4
++++++
* Add meta change parameter update warn list

0.0.3
++++++
* Add prop value for parameter add/remove property
* Remove type add break justification

0.0.2
++++++
* Change time consuming into info log level
* Adjust pkg name according to https://peps.python.org/pep-0008/#package-and-module-names

0.0.1
++++++
* Initial release

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "azure-cli-diff-tool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corporation",
    "author_email": "azpycli@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/06/25146261befecc57d6bde880e7acf52830532d5ddb00d01d0b5aca9f673d/azure_cli_diff_tool-0.0.7.tar.gz",
    "platform": null,
    "description": "Microsoft Azure CLI Diff Tools (azure-cli-diff-tool)\n=======================================================\n\nThe ``azure-cli-diff-tool`` is designed to aid azure-cli users in diffing metadata files to see its updates through historical versions for Azure CLI command modules and extensions.\n\nSetting up your environment\n+++++++++++++++++++++++++++++++++++++++\n\n1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.\n\n3. Create a new virtual environment for Python in the root of your clone. You can do this by running:\n\n    Python 3.6+ (all platforms):\n\n    ::\n\n        python -m venv env\n\n    or:\n\n    ::\n\n        python3 -m venv env\n\n\n4. Activate the env virtual environment by running:\n\n    Windows CMD.exe:\n\n    ::\n\n        env\\scripts\\activate.bat\n\n    Windows Powershell:\n\n    ::\n\n        env\\scripts\\activate.ps1\n\n\n    OSX/Linux (bash):\n\n    ::\n\n        source env/bin/activate\n\n5. Install ``azure-cli-diff-tool`` by running:\n\n    ::\n\n        pip install azure-cli-diff-tool\n\nReporting issues and feedback\n+++++++++++++++++++++++++++++\n\nIf you encounter any bugs with the tool please file an issue in the `Issues <https://github.com/Azure/azure-cli-dev-tools/issues>`__ section of our GitHub repo.\n\nContribute Code\n+++++++++++++++\n\nThis project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.\n\nFor more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.\n\nIf you would like to become an active contributor to this project please\nfollow the instructions provided in `Microsoft Azure Projects Contribution Guidelines <http://azure.github.io/guidelines.html>`__.\n\nLicense\n+++++++\n\n::\n\n    Azure CLI Diff Tools (azure-cli-diff-tool)\n\n    Copyright (c) Microsoft Corporation\n    All rights reserved.\n\n    MIT License\n\n    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:\n\n    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n    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.::\n\n\n.. :changelog:\n\nRelease History\n===============\n0.0.7\n++++++\n* Remove unnecessary debug logs for meta comparison\n\n0.0.6\n++++++\n* Add diff support for deprecate_info in subgroup, cmd, parameters and options\n\n0.0.5\n++++++\n* Add `DiffLevel` to meta comparison\n* Downgrade change level according to warn list\n\n0.0.4\n++++++\n* Add meta change parameter update warn list\n\n0.0.3\n++++++\n* Add prop value for parameter add/remove property\n* Remove type add break justification\n\n0.0.2\n++++++\n* Change time consuming into info log level\n* Adjust pkg name according to https://peps.python.org/pep-0008/#package-and-module-names\n\n0.0.1\n++++++\n* Initial release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool for cli metadata management",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a02541aad865e92344916b754558ce802d8d70d09846257ac67f85d982a4e8f",
                "md5": "ede603e74067ba7734b53e1d8c5d4433",
                "sha256": "ae96369a0d864ed983b6d8beb0596486eb687988bfe5053c549efb7e04fb16fb"
            },
            "downloads": -1,
            "filename": "azure_cli_diff_tool-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ede603e74067ba7734b53e1d8c5d4433",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17445,
            "upload_time": "2024-05-06T09:24:12",
            "upload_time_iso_8601": "2024-05-06T09:24:12.653767Z",
            "url": "https://files.pythonhosted.org/packages/0a/02/541aad865e92344916b754558ce802d8d70d09846257ac67f85d982a4e8f/azure_cli_diff_tool-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb0625146261befecc57d6bde880e7acf52830532d5ddb00d01d0b5aca9f673d",
                "md5": "3264551e4ecbe5575dc96925163cfdbf",
                "sha256": "045b3dd0b3d7c47a68a421d4a4c11c34881a22b18d7a23854c1be79ccfffd2eb"
            },
            "downloads": -1,
            "filename": "azure_cli_diff_tool-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3264551e4ecbe5575dc96925163cfdbf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16452,
            "upload_time": "2024-05-06T09:24:10",
            "upload_time_iso_8601": "2024-05-06T09:24:10.908593Z",
            "url": "https://files.pythonhosted.org/packages/fb/06/25146261befecc57d6bde880e7acf52830532d5ddb00d01d0b5aca9f673d/azure_cli_diff_tool-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 09:24:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azure-cli-diff-tool"
}
        
Elapsed time: 0.24706s