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
This commit is contained in:
skilchen 2017-08-05 12:52:00 +02:00 committed by Dominik Picheta
parent 3e9549ed68
commit c97415e3fe

View File

@ -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"
}
]