{ "info": { "author": "Dale Myers", "author_email": "dalemy@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: MacOS X", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: Utilities" ], "description": "# protool \n\n[![PyPi Version](https://img.shields.io/pypi/v/protool.svg)](https://pypi.org/project/protool/)\n[![License](https://img.shields.io/pypi/l/protool.svg)](https://github.com/Microsoft/protool/blob/master/LICENSE)\n\nA tool for dealing with provisioning profiles.\n\nWhat can it do? \n\n* Read profiles as XML or as a dictionary\n* Read the values from the profile\n* Diff two profiles to see what has changed\n\n### Installation\n\n pip install protool\n\n### Examples:\n\n import protool\n profile = protool.ProvisioningProfile(\"/path/to/profile\")\n\n # Get the diff of two profiles\n diff = protool.diff(\"/path/to/first\", \"/path/to/second\", tool_override=\"diff\")\n\n # Get the UUID of a profile\n print profile.uuid\n\n # Get the full XML of the profile\n print profile.xml\n\n # Get the parsed contents of the profile as a dictionary\n print profile.contents()\n\n\nAlternatively, from the command line:\n\n # Get the diff\n protool diff --profiles /path/to/profile1 /path/to/profile2 --tool diff\n\n # Get the UUID of a profile\n protool read --profile /path/to/profile --key UUID\n\n # Get the raw XML (identical to using `security cms -D -i /path/to/profile`)\n protool decode --profile /path/to/profile\n\n\n# Contributing\n\nThis project welcomes contributions and suggestions. Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Microsoft/protool", "keywords": "provisioning,profiles,apple,ios,xcode,mobileprovision", "license": "MIT", "maintainer": "Dale Myers", "maintainer_email": "dalemy@microsoft.com", "name": "protool", "package_url": "https://pypi.org/project/protool/", "platform": "", "project_url": "https://pypi.org/project/protool/", "project_urls": { "Homepage": "https://github.com/Microsoft/protool", "Repository": "https://github.com/Microsoft/protool" }, "release_url": "https://pypi.org/project/protool/0.8.0/", "requires_dist": [ "pyOpenSSL (>=19.0.0,<20.0.0)" ], "requires_python": ">=3.6,<4.0", "summary": "A tool for dealing with provisioning profiles", "version": "0.8.0" }, "last_serial": 5143684, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9119df4e0585c6d1be2976db4ff5aded", "sha256": "22421b8717a00daaca319ef597ddd42765257cbb2acb8f1ca2aad298ad5f58e7" }, "downloads": -1, "filename": "protool-0.1.tar.gz", "has_sig": false, "md5_digest": "9119df4e0585c6d1be2976db4ff5aded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4311, "upload_time": "2018-02-28T17:51:01", "url": "https://files.pythonhosted.org/packages/e8/4a/3bdaeb50d8b9d66638e964c0dcdcbe81766eb8b73ea12035a9456431727b/protool-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0536d1719a47e0375cfb41887c1cf149", "sha256": "f5fdddb2bf2821f90c38a1a31219d6ec519bd9c576e896327098b8db3b2f1f01" }, "downloads": -1, "filename": "protool-0.2.tar.gz", "has_sig": false, "md5_digest": "0536d1719a47e0375cfb41887c1cf149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4444, "upload_time": "2018-08-30T15:34:44", "url": "https://files.pythonhosted.org/packages/72/20/f56cc247c37aef76e47a5754788c36a439b689b3f585778d12bedbdf2cee/protool-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "cad662a8de288eb02552fdbd5810d1f8", "sha256": "c0060c332e2446497874bff5865264a5e90b5ec1556ef253137fab289172dca5" }, "downloads": -1, "filename": "protool-0.3.tar.gz", "has_sig": false, "md5_digest": "cad662a8de288eb02552fdbd5810d1f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4413, "upload_time": "2018-10-08T18:14:18", "url": "https://files.pythonhosted.org/packages/96/d1/eff0854e8dbe0d2982c9630310fc4fd12c73708fd2bc9e6f97e96b9f8559/protool-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ffd9f8f31c4c09aa9aaa54a7bdb06ce8", "sha256": "7e94c7136447226061380f72a0417401a9f5b5eee625d2f416e4567b861b8ffd" }, "downloads": -1, "filename": "protool-0.4.tar.gz", "has_sig": false, "md5_digest": "ffd9f8f31c4c09aa9aaa54a7bdb06ce8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4410, "upload_time": "2018-10-10T16:51:26", "url": "https://files.pythonhosted.org/packages/e2/5a/77e85ac2ed7384576837950123f98540d3dc0b51c39802fa71995b0df837/protool-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "1ba6c73c715cf17e4f213aaf7c33774d", "sha256": "baaf8255173caa2b81de188a099c3d295396c57f106cee488079ec77c81313dc" }, "downloads": -1, "filename": "protool-0.5.tar.gz", "has_sig": false, "md5_digest": "1ba6c73c715cf17e4f213aaf7c33774d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4504, "upload_time": "2018-10-10T16:59:28", "url": "https://files.pythonhosted.org/packages/3a/10/c2180e4457f7f1c6b8faab3d3e023a3fcba47a5793a33a53508888c70fd5/protool-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "4bd650ff84ed179d5b080a6360084601", "sha256": "76f36031d2d1f00ad85a8daa6c2c8b8e2e8aa3b7b6be8b81d4615309c897a547" }, "downloads": -1, "filename": "protool-0.6.tar.gz", "has_sig": false, "md5_digest": "4bd650ff84ed179d5b080a6360084601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4742, "upload_time": "2019-03-12T11:24:24", "url": "https://files.pythonhosted.org/packages/c1/67/30bff33b00985d02559b6c40c5a4ab9a8d0663d7b2a59bbaa8b35214dfe4/protool-0.6.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "25dc760929832ba5e0aad894ecfa6f10", "sha256": "24553fe26d4370528e1342440d0b1a9573b3c405376fd6203381c43d7fc9fb8f" }, "downloads": -1, "filename": "protool-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "25dc760929832ba5e0aad894ecfa6f10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 15120, "upload_time": "2019-04-01T09:47:01", "url": "https://files.pythonhosted.org/packages/c9/db/4a7ee791856f98b6fdfd9a1e7727456e0dbe464ffa5bdace3ea63414db1a/protool-0.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7cd22f04a94e1d273af787c267ab3bf9", "sha256": "d96433e85d7c3d5c503c6978d7f24318bb87e55e4940e099bb177ea3192ebf19" }, "downloads": -1, "filename": "protool-0.7.0.tar.gz", "has_sig": false, "md5_digest": "7cd22f04a94e1d273af787c267ab3bf9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 6175, "upload_time": "2019-04-01T09:47:02", "url": "https://files.pythonhosted.org/packages/7b/63/9b626dbef651239a96c7bc8c317063854cb1407d2e696fc99da5d078cf14/protool-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "c5157ef6357ce12db037b88238b576bb", "sha256": "37b558d3ddd9f9bfc0163d94266f3c8e442e960c8e1ce7b26a1c2f88bfe74e41" }, "downloads": -1, "filename": "protool-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c5157ef6357ce12db037b88238b576bb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 17156, "upload_time": "2019-04-15T08:55:30", "url": "https://files.pythonhosted.org/packages/33/e0/d865066dd29ea0665bd8e108f0282807695f254942a2c8ede89ad4c46be9/protool-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "791ffba336449ed681ef5ee925af9600", "sha256": "93023ab305d93da32356b924a294a5950cff58fb79228e2f420b17112db5bda3" }, "downloads": -1, "filename": "protool-0.8.0.tar.gz", "has_sig": false, "md5_digest": "791ffba336449ed681ef5ee925af9600", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 6499, "upload_time": "2019-04-15T08:55:32", "url": "https://files.pythonhosted.org/packages/bd/a8/2ec792a0b318e3e08676dd8fbcccca8646be837194344ae8f397256313c8/protool-0.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5157ef6357ce12db037b88238b576bb", "sha256": "37b558d3ddd9f9bfc0163d94266f3c8e442e960c8e1ce7b26a1c2f88bfe74e41" }, "downloads": -1, "filename": "protool-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c5157ef6357ce12db037b88238b576bb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 17156, "upload_time": "2019-04-15T08:55:30", "url": "https://files.pythonhosted.org/packages/33/e0/d865066dd29ea0665bd8e108f0282807695f254942a2c8ede89ad4c46be9/protool-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "791ffba336449ed681ef5ee925af9600", "sha256": "93023ab305d93da32356b924a294a5950cff58fb79228e2f420b17112db5bda3" }, "downloads": -1, "filename": "protool-0.8.0.tar.gz", "has_sig": false, "md5_digest": "791ffba336449ed681ef5ee925af9600", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 6499, "upload_time": "2019-04-15T08:55:32", "url": "https://files.pythonhosted.org/packages/bd/a8/2ec792a0b318e3e08676dd8fbcccca8646be837194344ae8f397256313c8/protool-0.8.0.tar.gz" } ] }