{ "info": { "author": "Akshay Raj Gollahalli", "author_email": "akshay@gollahalli.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities" ], "description": "# Uninstall .Net Core SDK and Runtime\n\nUninstall previous .Net Core SDK's and its runtime files.\n\n> Note: You might need super user account to use this library. \n\n## Instillation\n\n```\npip install dot-net-core-uninstaller\n```\n\n## Usage\n\nThere are to ways to use this:\n\n### Using Command Line Interface (recommended)\n\n```\nUsage: dotnetcore [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --version Show version and exit.\n --help Show this message and exit.\n\nCommands:\n list List all the version of .Net Core installed.\n remove Remove the version of .Net Core.\n\n```\n\nTo list all installed .Net Core libraries\n\n```\n> dotnetcore list\n```\n\n#### Using with POSIX systems\n\nTo remove a version of .Net Core SDK or Runtimes:\n\n```\n> dotnetcore remove --sdk 1.0.0\n> dotnetcore remove --runtime 1.0.0\n```\n\n#### Using with Windows systems\n\n> Note: Windows doesn't support removing runtime libraries individually from the uninstaller.\n\nTo remove a version of .Net Core SDK or Runtime:\n\n```\n> dotnetcore remove --sdk 1.0.0\n```\n\n### Using as a Module\n\n```python\nfrom dot_net_core_uninstaller import Uninstaller\n\nremove_dotnet = Uninstaller()\nremove_dotnet.delete_runtime(\"1.0.0\") # Does not work on Windows\nremove_dotnet.delete_sdk(\"1.0.0\") # Does not work on Windows\nremove_dotnet.delete_sdk_runtime_windows(\"1.0.0\") # Does not work on POSIX\n```\n\n\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/akshaybabloo/uninstall-dot-net-core", "keywords": "uninstaller,.net core uninstaller,.net core", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dot-net-core-uninstaller", "package_url": "https://pypi.org/project/dot-net-core-uninstaller/", "platform": "", "project_url": "https://pypi.org/project/dot-net-core-uninstaller/", "project_urls": { "Homepage": "https://github.com/akshaybabloo/uninstall-dot-net-core" }, "release_url": "https://pypi.org/project/dot-net-core-uninstaller/0.3.0/", "requires_dist": [ "click (==7.0)", "tabulate (==0.8.3)" ], "requires_python": "", "summary": "Delete previous versions of .Net Core and its runtime files.", "version": "0.3.0" }, "last_serial": 5871504, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "69d29b0d54a130347e00d63e7f2b7a09", "sha256": "8c3ba7e3d83dd58d9796bbf21da9a5d876b86c8bc9005882bb3a0abb6b794454" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "69d29b0d54a130347e00d63e7f2b7a09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4869, "upload_time": "2019-07-19T04:04:57", "url": "https://files.pythonhosted.org/packages/68/94/b7c7e0d3887deb07931caa2c1c39e5f932644fde581ee5479f3daf008a51/dot_net_core_uninstaller-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c95b8dc05f55873c47b4d2c5c574965", "sha256": "e7f9ed417424652aa3b3d384921ceb216dc22c44a38a2fdb8403706dfc19867b" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4c95b8dc05f55873c47b4d2c5c574965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3308, "upload_time": "2019-07-19T04:04:59", "url": "https://files.pythonhosted.org/packages/e2/59/2cd10cf8cc5982397fddeed18a1067b1676713d746af9e9d36b2338aec11/dot-net-core-uninstaller-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "23751ee23017acff8fd9d58cbee68710", "sha256": "f71c01c8cae9f7675a439513ec03a16c516e23ee2e0cabe5d83296aa5e2602bd" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "23751ee23017acff8fd9d58cbee68710", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5119, "upload_time": "2019-09-07T04:00:11", "url": "https://files.pythonhosted.org/packages/a9/0b/25cd42a74b806ff8487ba8c2b8fa87485e0ceef824f03e6b1c75d9255dd7/dot_net_core_uninstaller-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2dcfcfdda48993c54aa605df8e624a2a", "sha256": "1ac0464da8fdebd8dfb54b94ad7518124c4d322a02db7be5f291658208681af4" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2dcfcfdda48993c54aa605df8e624a2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3542, "upload_time": "2019-09-07T04:00:14", "url": "https://files.pythonhosted.org/packages/e9/5a/afec0fbf36638c876741b2ba3ba2bd4595269b145e6056e668a880d782ca/dot-net-core-uninstaller-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "00cb49b01c3cc92470340cd0b21da5ee", "sha256": "b78e7949fe5df64c2f4f71c384ea02c9708469226777c1ff434829fdf86a80f7" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "00cb49b01c3cc92470340cd0b21da5ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5079, "upload_time": "2019-09-08T01:37:13", "url": "https://files.pythonhosted.org/packages/28/a6/6b44617296f3acaccc2129f94d88711864ff144de208f52b63958026276e/dot_net_core_uninstaller-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a9e84d7faba7558a10dd57bf8789cea", "sha256": "ef7d4ba34b927540c1b1821e3383f33226d4abd0bbe396b41ac257437e8b10a4" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7a9e84d7faba7558a10dd57bf8789cea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3499, "upload_time": "2019-09-08T01:37:15", "url": "https://files.pythonhosted.org/packages/74/ea/8c6949ce0bd99a993b7d2b93606fa02a9f7293bcc1dbcd498ee98ed884da/dot-net-core-uninstaller-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ca1a92424670cc527b6ee2623f3c5ded", "sha256": "6b3a722bc35f4f7c0961e8be26a80d77334bf05e773193fa68eacb8080f60080" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ca1a92424670cc527b6ee2623f3c5ded", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5071, "upload_time": "2019-09-08T01:53:57", "url": "https://files.pythonhosted.org/packages/4a/75/b731c2f45243dad735342bb4f6a7eac209ffc569a3eedd2fd0e57cdab26a/dot_net_core_uninstaller-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00375f1215632659dafe25e88dc8e7d4", "sha256": "33478bd885574226c70590b97c8247b2136c0dc9470808ed986d0c8af62011e9" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.2.2.tar.gz", "has_sig": false, "md5_digest": "00375f1215632659dafe25e88dc8e7d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3477, "upload_time": "2019-09-08T01:53:59", "url": "https://files.pythonhosted.org/packages/b7/f7/76cf80e1a77d8a34a4940b8cada8c301cb1a1f92ae266002f84a5f9f2c36/dot-net-core-uninstaller-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "878738b43009d4f017ca7c8c8ce8ee81", "sha256": "52a4c4a76e9dab08e7e79d33e94823630fa37608fe3435e183c8c2425303223a" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "878738b43009d4f017ca7c8c8ce8ee81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5753, "upload_time": "2019-09-23T04:50:31", "url": "https://files.pythonhosted.org/packages/95/3a/38e13377d5b20009b5242183828ef9c6a1130a70ad6349bd8579348a5cc1/dot_net_core_uninstaller-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d301b0630114588b27c8e8f28a912f7", "sha256": "eaca68de96122ed28015ff63e2532941a7187b6e2d23b055ebd9360423d86d67" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0d301b0630114588b27c8e8f28a912f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4110, "upload_time": "2019-09-23T04:50:33", "url": "https://files.pythonhosted.org/packages/67/84/daaad08d4b02ac6e157626a2cb70668cdb8d944937f5fceae16bd2e11b39/dot-net-core-uninstaller-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "878738b43009d4f017ca7c8c8ce8ee81", "sha256": "52a4c4a76e9dab08e7e79d33e94823630fa37608fe3435e183c8c2425303223a" }, "downloads": -1, "filename": "dot_net_core_uninstaller-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "878738b43009d4f017ca7c8c8ce8ee81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5753, "upload_time": "2019-09-23T04:50:31", "url": "https://files.pythonhosted.org/packages/95/3a/38e13377d5b20009b5242183828ef9c6a1130a70ad6349bd8579348a5cc1/dot_net_core_uninstaller-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d301b0630114588b27c8e8f28a912f7", "sha256": "eaca68de96122ed28015ff63e2532941a7187b6e2d23b055ebd9360423d86d67" }, "downloads": -1, "filename": "dot-net-core-uninstaller-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0d301b0630114588b27c8e8f28a912f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4110, "upload_time": "2019-09-23T04:50:33", "url": "https://files.pythonhosted.org/packages/67/84/daaad08d4b02ac6e157626a2cb70668cdb8d944937f5fceae16bd2e11b39/dot-net-core-uninstaller-0.3.0.tar.gz" } ] }