{ "info": { "author": "Microsoft Corporation", "author_email": "azpycli@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "Microsoft Azure CLI Dev Tools (azdev)\n=====================================\n\nThe ``azdev`` tool is designed to aid new and experienced developers in contributing to Azure CLI command modules and extensions.\n\nSetting up your development environment\n+++++++++++++++++++++++++++++++++++++++\n\n1. Install Python 3.5+ or 2.7+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.\n\n2. Fork and clone the repository or repositories you wish to develop for.\n - For Azure CLI: https://github.com/Azure/azure-cli\n - For Azure CLI Extensions: https://github.com/Azure/azure-cli-extensions\n - Any other repository that you might have access to that contains CLI extensions.\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.5+ (all platforms):\n\n ::\n\n python -m venv env\n\n or:\n\n ::\n\n python3 -m venv env\n\n Python 2.7+ (all platforms):\n\n ::\n\n python -m virtualenv 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 ``azdev`` by running:\n\n ::\n\n pip install azdev\n\n6. Complete setup by running:\n\n ::\n\n azdev setup\n\n\n This will launch the interactive setup process. To see non-interactive options run `azdev setup -h`.\n\nReporting issues and feedback\n+++++++++++++++++++++++++++++\n\nIf you encounter any bugs with the tool please file an issue in the `Issues `__ section of our GitHub repo.\n\nContribute Code\n+++++++++++++++\n\nThis project has adopted the `Microsoft Open Source Code of Conduct `__.\n\nFor more information see the `Code of Conduct FAQ `__ or contact `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 `__.\n\nLicense\n+++++++\n\n::\n\n Azure CLI Dev Tools (azdev)\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===============\n\n0.1.4\n++++++\n* `azdev linter`: Fix issue with help example rule.\n* `azdev style`: Omit namespace packages from core modules.\n* `azdev verify document-map`: Updates to work correctly on Linux.\n\n0.1.3\n++++++\n* `azdev linter`: Fix issue where certain installations would fail on `ci_exclusions.yml` not found.\n\n\n0.1.2\n++++++\n* `azdev setup`: Fix regression where azure.cli could not be run after installation.\n\n0.1.1\n++++++\n* `azdev cli/extension create`: Fix issue where supporting files were not included. Adjust generation logic.\n\n0.1.0\n++++++\n* Update for compatability with azure-cli 2.0.68's new package structure.\n* BREAKING CHANGE: Removed `azdev cli update-setup`. Package changes to azure-cli no longer require this.\n* BREAKING CHANGE: `azdev verify history` and `azdev cli check-versions` no longer accept any arguments. Since there are\n now far fewer modules, these were deemed unnecessary.\n\n0.0.6\n++++++\n* Added new commands `azdev cli create` and `azdev extension create` to scaffold new modules/extensions.\n* `azdev setup`: Tweaks to interactive experience.\n* `azdev test`: Fix issue where using `--profile` did not use the correct index.\n Changed the behavior to switch back to the original profile upon completion of tests.\n\n0.0.5\n++++++\n* Fix issue where `azdev cli check-versions` did not accept the short form of a module name.\n* Update `azdev cli check-versions` to allow modules as a positional argument, consistent with other azdev commands.\n* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within an extensions repo.\n\n0.0.4\n++++++\n* Fix critical bug in `azdev setup`.\n\n0.0.3\n++++++\n* Adds new commands `azdev extension build` and `azdev extension publish` to simplify extension publishing.\n* Updates default exclusions for `azdev linter` when used on extensions.\n* Adds a `--ci-exclusions` flag to `azdev linter` to emulate CI mode when run locally.\n* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within a cloned repo.\n* Tweaks thresholds for `azdev per load-times`.\n\n0.0.2\n++++++\n\n* Changes the behavior of `azdev test` to, by default, run tests on everything to be consistent with commands like `azdev style` and `azdev linter`.\n* Removes `azdev verify version` and splits into two commands `azdev cli check-versions` and `azdev cli update-setup`.\n* Various modifications to play nicely with azure-cli's CI build system.\n* Revamps `azdev perf load-times` to reduce spurious failures.\n\n0.0.1\n++++++\n* Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-cli-dev-tools", "keywords": "azure", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "azdev", "package_url": "https://pypi.org/project/azdev/", "platform": "", "project_url": "https://pypi.org/project/azdev/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli-dev-tools" }, "release_url": "https://pypi.org/project/azdev/0.1.4/", "requires_dist": null, "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "summary": "Microsoft Azure CLI Developer Tools", "version": "0.1.4" }, "last_serial": 5905564, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f9dae2e495e743cdad9a63390b246ab4", "sha256": "375df6dc4107f1c492b7c01a40d6d3d9ac82f26ffe102aee188919844d66b14c" }, "downloads": -1, "filename": "azdev-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9dae2e495e743cdad9a63390b246ab4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 47575, "upload_time": "2019-02-08T17:40:32", "url": "https://files.pythonhosted.org/packages/8d/2a/84fe336d3ffd309d4298f5f397a9e5883794b1eb438bc7c6085f09be0b4f/azdev-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cfedf1d887c269834a3f278fcab0c326", "sha256": "447fdbf27aa09d26c49fdc0e393e65769c67fd451813c478d53259d5d902e2af" }, "downloads": -1, "filename": "azdev-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cfedf1d887c269834a3f278fcab0c326", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 33365, "upload_time": "2019-02-08T17:40:35", "url": "https://files.pythonhosted.org/packages/4a/89/237d7b5e967de64d7faf069cf9ce8d22fd41cd4f239f8a5df6862271e140/azdev-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ff764831f42642f26864139cefed44a9", "sha256": "7196f59a165722cc9de717fe9b4069abfa0746f813d32b3016c6305542b28d68" }, "downloads": -1, "filename": "azdev-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff764831f42642f26864139cefed44a9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 57216, "upload_time": "2019-02-21T01:06:57", "url": "https://files.pythonhosted.org/packages/6a/6b/411631cf19a01519c97b8603b73052ece9e822bd16788402136cb6731f10/azdev-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a819860faf255c93f2f3466852bb3f53", "sha256": "f206195938db511b27837b7bccf9e20826ed77b2c349c82016f4217c721ebee1" }, "downloads": -1, "filename": "azdev-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a819860faf255c93f2f3466852bb3f53", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 37785, "upload_time": "2019-02-21T01:06:58", "url": "https://files.pythonhosted.org/packages/5c/25/6e411c8f29cfc5652e4c00563c0e464eba5d63716ab3b081a76479ea3a76/azdev-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "fd7de097b60d0b988fd71754ba65a20e", "sha256": "70725d9c760f724542908bfd7ac4b4fb5414b6ec1d0bc0d7ed651d397eb4d3bf" }, "downloads": -1, "filename": "azdev-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd7de097b60d0b988fd71754ba65a20e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 56860, "upload_time": "2019-04-02T19:33:44", "url": "https://files.pythonhosted.org/packages/8f/31/5f89e812b84c82f4474bc148400b6762b46c3139664e54c6163acf5a7568/azdev-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac4636d4548f44c0781ca555ae6a7feb", "sha256": "9928829459d19e09cd081a1345dcdce76afda4dab086a90349d7fe3a4ba3f0fa" }, "downloads": -1, "filename": "azdev-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ac4636d4548f44c0781ca555ae6a7feb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 37631, "upload_time": "2019-04-02T19:33:45", "url": "https://files.pythonhosted.org/packages/27/9a/9a2a75077752c9d3216f1e9acfbc41815ba948f64a4422eb262cbe26af4d/azdev-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "f0b5ee0bbdd20933882ba8bcb238bfa3", "sha256": "114572e917b6fccb4856f5e70adb1f98a409ed19585fcf6cec9785b14cef22ab" }, "downloads": -1, "filename": "azdev-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0b5ee0bbdd20933882ba8bcb238bfa3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 56926, "upload_time": "2019-04-02T21:03:09", "url": "https://files.pythonhosted.org/packages/ea/8a/7256f7a85550c056755eb09e254f2af0ff67c89e09c978e0060a16213e90/azdev-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "53a1d40b367c12ea753d823a8181f007", "sha256": "d83cf0f4236ac507321668e78453bb16136b127f1471bd049a63eef504241c66" }, "downloads": -1, "filename": "azdev-0.0.4.tar.gz", "has_sig": false, "md5_digest": "53a1d40b367c12ea753d823a8181f007", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 37693, "upload_time": "2019-04-02T21:03:11", "url": "https://files.pythonhosted.org/packages/26/f9/755d1d671bde48f10c51bdb7bb529b4574834c50eca0acabc77717cf8c1b/azdev-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "e013299363c39615fd8a8ff3acd46bd0", "sha256": "56a2bab3daf73d438c4b623edebefa0df10d4d5ce5f4409381e18644145c146c" }, "downloads": -1, "filename": "azdev-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e013299363c39615fd8a8ff3acd46bd0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 58919, "upload_time": "2019-04-24T22:33:20", "url": "https://files.pythonhosted.org/packages/cc/1d/8cf5fbc02aba7864ef6f5a3265e58c63f20031df246c9a687eeb977f4a2e/azdev-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a37d5e05a4e56ed143397e99a04e9e2", "sha256": "d7cdd0d4758602017a02040b60270fa06b224fac1a50baf444fab465da2cb5c7" }, "downloads": -1, "filename": "azdev-0.0.5.tar.gz", "has_sig": false, "md5_digest": "2a37d5e05a4e56ed143397e99a04e9e2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 38691, "upload_time": "2019-04-24T22:33:22", "url": "https://files.pythonhosted.org/packages/31/e2/994fe87b3899cb69bb3b82745a4c4713328601f6b7b96cd16c1e61d6aa58/azdev-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "444443fa3c6c08230ee0feeeb0c6349c", "sha256": "5270f51320b9cab7d1ba9a359a08e8b4c6bb17a5ce5107eb947ef82b4ca736aa" }, "downloads": -1, "filename": "azdev-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "444443fa3c6c08230ee0feeeb0c6349c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 71951, "upload_time": "2019-06-07T22:44:56", "url": "https://files.pythonhosted.org/packages/e5/33/3013acd76d799325b20fdc53d3cc239e5ca5ccfabadc421d5ba1b309f01e/azdev-0.0.6-py2.py3-none-any.whl" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "1bb95f6fb1b43db5273db9b586aa27c1", "sha256": "0ba668fa02cae72051dca2d3266a19e55874e1f49eb303a081c35adb876ffe07" }, "downloads": -1, "filename": "azdev-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1bb95f6fb1b43db5273db9b586aa27c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 48256, "upload_time": "2019-06-29T00:19:37", "url": "https://files.pythonhosted.org/packages/f6/1a/34c549809a9ec9aaddfc4e9c9e413e952669ba7434ad5c61445176966b79/azdev-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "608df9ca8b546b9592cb1219a35200af", "sha256": "50e671d0f6fccce216ea281bf25185ff4423afb9d3056263c6c63a4f9e82c1a2" }, "downloads": -1, "filename": "azdev-0.1.1.tar.gz", "has_sig": false, "md5_digest": "608df9ca8b546b9592cb1219a35200af", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 49622, "upload_time": "2019-07-02T19:26:13", "url": "https://files.pythonhosted.org/packages/31/1c/6ea991d8d2cfde36ca89176a198ec82397d8df16aec2fc962e16243cbe40/azdev-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f12a81de24c557dfa358cd2970fab9db", "sha256": "3ccf335ef7bfa322a3144c31283554babc2b46bb6a6788e296714d1bda6358f6" }, "downloads": -1, "filename": "azdev-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f12a81de24c557dfa358cd2970fab9db", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 49641, "upload_time": "2019-07-02T20:46:05", "url": "https://files.pythonhosted.org/packages/4f/57/315e45c698328333135ab76b623724177ae096abc1c24750dfe720da0c84/azdev-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "104e880840a693c40ac8e40f897750ef", "sha256": "d7a78dda3e3e1aa19cf1151cccdfd10e519251b1c0594ed6750922ad094da7b6" }, "downloads": -1, "filename": "azdev-0.1.3.tar.gz", "has_sig": false, "md5_digest": "104e880840a693c40ac8e40f897750ef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 50086, "upload_time": "2019-07-03T17:27:08", "url": "https://files.pythonhosted.org/packages/f1/1e/c70a85002e3985a110c09a33d066c78c11a4e3532a7a43065195626876db/azdev-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "23060785f3abce2d885c4dc7cbfe7b41", "sha256": "1cc61f683e0e8caa33924a8f53b783690c666e0ce5dc8421edf41f98fbc0b6ba" }, "downloads": -1, "filename": "azdev-0.1.4.tar.gz", "has_sig": false, "md5_digest": "23060785f3abce2d885c4dc7cbfe7b41", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 50486, "upload_time": "2019-07-05T21:44:38", "url": "https://files.pythonhosted.org/packages/51/5f/7e1bb9e649b06c455ac0283ea37b5a9eaf6e12a2bbed9bafee8f74681a5f/azdev-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23060785f3abce2d885c4dc7cbfe7b41", "sha256": "1cc61f683e0e8caa33924a8f53b783690c666e0ce5dc8421edf41f98fbc0b6ba" }, "downloads": -1, "filename": "azdev-0.1.4.tar.gz", "has_sig": false, "md5_digest": "23060785f3abce2d885c4dc7cbfe7b41", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<=3.8", "size": 50486, "upload_time": "2019-07-05T21:44:38", "url": "https://files.pythonhosted.org/packages/51/5f/7e1bb9e649b06c455ac0283ea37b5a9eaf6e12a2bbed9bafee8f74681a5f/azdev-0.1.4.tar.gz" } ] }