From c97415e3fecb8c494a150d9111485d06064cd173 Mon Sep 17 00:00:00 2001 From: skilchen Date: Sat, 5 Aug 2017 12:52:00 +0200 Subject: [PATCH] added calendar a clone of pythons calendar.py (#554) * added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz * added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz * third try * added calendar a clone of pythons calendar.py --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 91439ef..92a88c0 100644 --- a/packages.json +++ b/packages.json @@ -6920,5 +6920,18 @@ "description": "Library for working with a slack app or sending messages to a slack channel (slack.com)", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_slacklib" - } + }, + { + "name": "calendar", + "url": "https://github.com/skilchen/calendar", + "method": "git", + "tags": [ + "calendar", + "dates", + "library" + ], + "description": "calendar.py from Pythons stdlib translated to Nim", + "license": "MIT", + "web": "https://docs.python.org/2/library/calendar.html" + } ]