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