home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 200910110

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
200910110 MDU6SXNzdWUyMDA5MTAxMTA= 1210 Enhance setup.py metadata with extras_require 1964655 closed 0     3 2017-01-16T00:46:07Z 2019-03-04T07:34:53Z 2019-03-04T07:34:53Z CONTRIBUTOR      

More of a suggestion than anything. It took me some time to collect all the optional dependencies xarray were potentially relying on (bottleneck, scipy, netCDF4...). Perhaps, this information could be added to the setup.py metadata inside extras_require. One that come straight to my mind is:

```python extras_require = [ 'plot': ['matplotlib'], ... ]

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1210/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.865ms · About: xarray-datasette