{"html_url": "https://github.com/simonw/datasette/issues/606#issuecomment-546134055", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/606", "id": 546134055, "node_id": "MDEyOklzc3VlQ29tbWVudDU0NjEzNDA1NQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-10-24T22:53:30Z", "updated_at": "2019-10-24T22:53:30Z", "author_association": "OWNER", "body": "Here's a clue as to where to get it from:\r\n\r\n```\r\nIn [20]: mod, dist = pm.list_plugin_distinfo()[0] \r\n\r\nIn [21]: print(str(dist.metadata)) \r\nMetadata-Version: 2.1\r\nName: datasette-haversine\r\nVersion: 0.1\r\nSummary: Datasette plugin that adds a custom SQL function for haversine distances\r\nHome-page: https://github.com/simonw/datasette-haversine\r\nAuthor: Simon Willison\r\nLicense: Apache License, Version 2.0\r\nPlatform: UNKNOWN\r\nDescription-Content-Type: text/markdown\r\nRequires-Dist: datasette\r\nRequires-Dist: haversine\r\nProvides-Extra: test\r\nRequires-Dist: pytest ; extra == 'test'\r\n\r\n# datasette-haversine\r\n\r\n[![PyPI](https://img.shields.io/pypi/v/datasette-haversine.svg)](https://pypi.org/project/datasette-haversine/)\r\n[![CircleCI](https://circleci.com/gh/simonw/datasette-haversine.svg?style=svg)](https://circleci.com/gh/simonw/datasette-haversine)\r\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-haversine/blob/master/LICENSE)\r\n\r\nDatasette plugin that adds a custom SQL function for haversine distances\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 512218858, "label": "/-/plugins shows incorrect name for plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/606#issuecomment-546134302", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/606", "id": 546134302, "node_id": "MDEyOklzc3VlQ29tbWVudDU0NjEzNDMwMg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-10-24T22:54:39Z", "updated_at": "2019-10-24T22:54:39Z", "author_association": "OWNER", "body": "Actually this is better:\r\n```\r\nIn [26]: dist.project_name \r\nOut[26]: 'datasette-haversine'\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 512218858, "label": "/-/plugins shows incorrect name for plugins"}, "performed_via_github_app": null}