From 9e9f24c4745be2063ab42a980d56e044a26828f2 Mon Sep 17 00:00:00 2001 From: "Sierra V. Brown" <88336748+Sierra-MC@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:15:34 -0400 Subject: [PATCH 1/2] Added entry for my very nice pdr package --- data/registry.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/registry.json b/data/registry.json index 40b2104..b48fea1 100644 --- a/data/registry.json +++ b/data/registry.json @@ -30,6 +30,24 @@ "pythonver": "3.6" }, "packages": [ + + { + "name": "pdr", + "maintainer": "sierra@millionconcepts.com", + "home_url": "https://pdr.readthedocs.io", + "repo_url": "https://github.com/MillionConcepts/pdr", + "pypi_name": "pdr", + "description": "pdr, the Planetary Data Reader, is a tool which provides a single command -- read('/path/to/file') -- for ingesting all common planetary data types.", + "review": { + "functionality": "To be filled out by the reviewer", + "ecointegration": "To be filled out by the reviewer", + "documentation": "To be filled out by the reviewer", + "testing": "To be filled out by the reviewer", + "devstatus": "To be filled out by the reviewer", + "pythonver": "To be filled out by the reviewer", + "last-updated": "To be filled out by the reviewer" + } + }, { "name": "kalasiris", "maintainer": "rbeyer@seti.org", From ecf6f84f6d332c39d3c0f46ec091a27efbcbab29 Mon Sep 17 00:00:00 2001 From: "Dr. Andrew Annex" Date: Tue, 19 Dec 2023 16:38:20 -0800 Subject: [PATCH 2/2] Update registry.json add review result --- data/registry.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/data/registry.json b/data/registry.json index b48fea1..5ea0f31 100644 --- a/data/registry.json +++ b/data/registry.json @@ -38,14 +38,15 @@ "repo_url": "https://github.com/MillionConcepts/pdr", "pypi_name": "pdr", "description": "pdr, the Planetary Data Reader, is a tool which provides a single command -- read('/path/to/file') -- for ingesting all common planetary data types.", + "image": null, "review": { - "functionality": "To be filled out by the reviewer", - "ecointegration": "To be filled out by the reviewer", - "documentation": "To be filled out by the reviewer", - "testing": "To be filled out by the reviewer", - "devstatus": "To be filled out by the reviewer", - "pythonver": "To be filled out by the reviewer", - "last-updated": "To be filled out by the reviewer" + "functionality": "General package", + "ecointegration": "Good", + "documentation": "Good", + "testing": "Good", + "devstatus": "Good", + "pythonver": "3.9", + "last-updated": "2023-12-19" } }, {