diff options
| author | skilchen <skilchen@users.noreply.github.com> | 2017-08-05 12:52:00 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-05 11:52:00 +0100 |
| commit | c97415e3fecb8c494a150d9111485d06064cd173 (patch) | |
| tree | d61d99758cec6351e87e3296c203f29411a67df7 | |
| parent | 3e9549ed68de51bc749d4fa806fc793fa6aaabb5 (diff) | |
| download | packages-c97415e3fecb8c494a150d9111485d06064cd173.tar.gz packages-c97415e3fecb8c494a150d9111485d06064cd173.zip | |
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
| -rw-r--r-- | packages.json | 15 |
1 files changed, 14 insertions, 1 deletions
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" + } ] |
