From bcffadb05d3448826231e97cd6a6f957a402d1af Mon Sep 17 00:00:00 2001 From: profxj Date: Mon, 26 Jul 2021 08:25:27 -0700 Subject: [PATCH] adding pypeit --- affiliated/registry.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/affiliated/registry.json b/affiliated/registry.json index 92766060..0fcc889a 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -1,5 +1,23 @@ { "packages": [ + { + "name": "PypeIt", + "maintainer": "J. Xavier Prochaska ", + "stable": true, + "home_url": "https://pypeit.readthedocs.io/en/release/", + "repo_url": "https://github.com/pypeit/PypeIt", + "pypi_name": "pypeit", + "description": "Data Reduction Pipeline software for many optical + near-IR spectrographs", + "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", + "python3": "To be filled out by the reviewer", + "last-updated": "To be filled out by the reviewer" + } + }, { "name": "statmorph", "maintainer": "Vicente Rodriguez-Gomez ",