From f7ea28b18e07863b8e7eb4f134dd7685c15f66be Mon Sep 17 00:00:00 2001 From: flenniken Date: Wed, 8 Jan 2020 22:03:55 -0800 Subject: [PATCH] Added package metar (#1308) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1e9456b..6158c98 100644 --- a/packages.json +++ b/packages.json @@ -15985,5 +15985,19 @@ "description": "Central Bank of Argentina Gov API Client with debtor corporations info", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-bcra" + }, + { + "name": "metar", + "url": "https://github.com/flenniken/metar", + "method": "git", + "tags": [ + "metadate", + "image", + "python", + "library" + ], + "description": "Metadata Reader for Images", + "license": "MIT", + "web": "https://github.com/flenniken/metar" } ]